#209 fix navbar links
Merged 5 months ago by spotz. Opened 5 months ago by jasonbrooks.
centos/ jasonbrooks/centos.org mr-links  into  main

file modified
+5 -5
@@ -13,9 +13,9 @@ 

      - name: "About CentOS"

        link: "/about"

      - name: "Frequently Asked Questions (FAQs)"

-       link: "https://wiki.centos.org/FAQ"

+       link: "https://wiki.centos.org/FAQ.html"

      - name: "Special Interest Groups (SIGs)"

-       link: "https://wiki.centos.org/SpecialInterestGroups"

+       link: "https://wiki.centos.org/SpecialInterestGroup.html"

      - name: "CentOS Variants"

        link: "/variants"

      - name: "Governance"
@@ -27,13 +27,13 @@ 

    link: "#"

    menu:

      - name: "Contribute"

-       link: "https://wiki.centos.org/Contribute"

+       link: "https://wiki.centos.org/Contribute.html"

        icon: "fas fa-hands-helping"

      - name: "Forums"

        link: "https://www.centos.org/forums/"

        icon: "fas fa-comments"

      - name: "Mailing Lists"

-       link: "https://wiki.centos.org/GettingHelp/ListInfo"

+       link: "https://wiki.centos.org/GettingHelp/(2f)ListInfo.html"

        icon: "fas fa-envelope"

      - name: "IRC"

        link: "https://wiki.centos.org/irc"
@@ -59,5 +59,5 @@ 

        link: "/keys"

  - name: "Help"

    icon: "fas fa-life-ring"

-   link: "https://wiki.centos.org/Documentation?action=show&redirect=GettingHelp"

+   link: "https://wiki.centos.org/GettingHelp.html"

    menu: []

fix broken navbar links to archived wiki

Mailing list link will be fixed in a follow up patch - https://lists.centos.org/mailman/listinfo

Pull-Request has been merged by spotz

5 months ago
Metadata