[shepherd-website] Two "//" as link behind head image

  • Done
  • quality assurance status badge
Details
2 participants
  • Jonathan Brielmaier
  • Ludovic Courtès
Owner
unassigned
Submitted by
Jonathan Brielmaier
Severity
normal

Debbugs page

Jonathan Brielmaier wrote 3 months ago
(address . bug-guix@gnu.org)
a36f2acc-b637-4536-8379-b5d30795252b@web.de
Hi,

there is a super tiny problem on the lovely and new shepherd website:

2. Click on to big Shepherd logo on the top of the website
3. You end up at https://www.gnu.org/software/shepherd// - notice the
additional "/" at the end of the url

The problem in the HTML code is here:
<a href="/software/shepherd//" class="logo">

Yet I did not found out yet where the problem in the haunt code is.

~Jonathan
Ludovic Courtès wrote 1 months ago
(name . Jonathan Brielmaier)(address . jonathan.brielmaier@web.de)(address . 74770-done@debbugs.gnu.org)
87pljw84dp.fsf@gnu.org
Hello Jonathan,

Jonathan Brielmaier <jonathan.brielmaier@web.de> skribis:

Toggle quote (10 lines)
> there is a super tiny problem on the lovely and new shepherd website:
>
> 1. Go to https://www.gnu.org/software/shepherd/
> 2. Click on to big Shepherd logo on the top of the website
> 3. You end up at https://www.gnu.org/software/shepherd// <- notice the
> additional "/" at the end of the url
>
> The problem in the HTML code is here:
> <a href="/software/shepherd//" class="logo">

Fixed with commit a9bf807d4e407fa69842c7e5f37a224c3365ec4f.

Thanks for the heads-up!

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 74770@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74770
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help