-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 01/02/2015 01:27 PM, PatrickD Garvey wrote: > On http://www.centos.org/, the Help in the navbar is described by > the anchor > > <a > href="http://wiki.centos.org/Documentation?action=show&redirect=GettingHelp > > <view-source:http://wiki.centos.org/Documentation?action=show&redirect=GettingHelp>">Help</a> > > Why does it contain ?action=show&redirect=GettingHelp ? It > seems to me Documentation would be sufficient. That is a bit weird, I'd presumed it was a link to GettingHelp and then got redirected, rather than containing the redirect. I suspect we missed that when the website content was created, likely just copying and pasting in the URL without thinking further. It's actually curious to me that it's /not/ GettingHelp, as that is a category that includes Documentation (but not the reverse), and seems to describe the page content better. Anyone here know the reason for the rename/redirect? It's an easy fix, I've attached a patch for Jim or someone to approve and push. - - Karsten - -- Karsten 'quaid' Wade .^\ CentOS Doer of Stuff http://TheOpenSourceWay.org \ http://community.redhat.com @quaid (identi.ca/twitter/IRC) \v' gpg: AD0E0C41ter -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlSp0FEACgkQ2ZIOBq0ODEF3dACfXxdPha3bcPT4WWJVxaUZb8jI rsYAnjWpzrpDqT/JjtNKioTxG9mFb5+i =xrP0 -----END PGP SIGNATURE-----
From 073b28338551c37c38c35deb77c2b71a6bcd8622 Mon Sep 17 00:00:00 2001 From: Karsten Wade <quaid@xxxxxxxxxx> Date: Sun, 4 Jan 2015 15:42:46 -0800 Subject: [PATCH 1/1] Making direct URL rather than using MoinMoin redirect. --- layouts/navbar.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/navbar.haml b/layouts/navbar.haml index 258a6e1..6a92711 100644 --- a/layouts/navbar.haml +++ b/layouts/navbar.haml @@ -60,4 +60,4 @@ %a( href="/keys") GPG Key Info %li - %a( href="http://wiki.centos.org/Documentation?action=show&redirect=GettingHelp" ) Help + %a( href="http://wiki.centos.org/Documentation" ) Help -- 1.9.3
_______________________________________________ CentOS-docs mailing list CentOS-docs@xxxxxxxxxx http://lists.centos.org/mailman/listinfo/centos-docs