Clean up after 36bbc39 renames, fix 404s on bugzilla-file-a-bug

36bbc39 renamed some pages but did not update the references to
them, and did not uncomment the page-aliases line for the 'how
to file a bug' page, so attempting to access it by its old name
(either from an external link or from the table of contents)
ended in a 404. This should fix everything up, tested locally.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-09-15 07:52:13 -07:00
parent 090ae68660
commit 6ae4e1ddb4
3 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
* xref:getting-started-guide.adoc[Getting started with Fedora]
* xref:bugzilla/index.adoc[Bugs]
** xref:howto-file-a-bug.adoc[How to file a bug]
** xref:bugzilla-file-a-bug.adoc[How to file a bug]
** xref:bugzilla/query.adoc[Bugzilla queries]
** xref:bugzilla/find-duplicates.adoc[Finding duplicate bugs]
** xref:bugzilla/correct-component.adoc[Finding the correct component]
@ -61,7 +61,7 @@
** xref:grub2-bootloader.adoc[The GRUB2 Bootloader]
** xref:samba.adoc[How to create a Samba share]
** xref:join-active-directory-freeipa.adoc[How to join an Active Directory or FreeIPA domain]
** xref:how-to-set-nvidia-as-primary-gpu-on-optimus-based-laptops.adoc[How to Set NVIDIA as Primary GPU on Optimus-based Laptops]
** xref:set-nvidia-as-primary-gpu-on-optimus-based-laptops.adoc[How to Set NVIDIA as Primary GPU on Optimus-based Laptops]
** xref:debug-systemd-problems.adoc[How to debug systemd problems]
** xref:enable-touchpad-click.adoc[How to enable touchpad click]
** xref:installing-and-running-vlc.adoc[Installing and running the VLC player]

View file

@ -4,7 +4,7 @@ Ankur Sinha; Joe Walker
:revdate: 2023-05-15
:category: Bugs
:tags: How-to, Bug-Report
//:page-aliases: howto-file-a-bug.adoc
:page-aliases: howto-file-a-bug.adoc
//:imagesdir: ./images
include::partial$attributes.adoc[]

View file

@ -23,7 +23,7 @@ Reporting bugs effectively is an important skill for any Fedora user or develope
Narrowing down the possible causes of the bug and providing the right information in the bug report allows a bug to be resolved quickly. Filing a bug report with little useful information can mean that your bug lays unresolved, possibly until it is closed automatically when the distribution version reaches "end of life".
See xref:howto-file-a-bug.adoc[how to file a bug report] for generic information on filing bugs. This page contains information specific to virtualization bugs.
See xref:bugzilla-file-a-bug.adoc[how to file a bug report] for generic information on filing bugs. This page contains information specific to virtualization bugs.
// Note: if you're filing a virtualization related bug against a package which isn't on [[Virtualization#Relevant_Packages|this list]], then please cc the [mailto:fedora-virt-maint@redhat.com fedora-virt-maint@redhat.com] alias in bugzilla to ensure virt developers see the bug.