git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BUG] Broken links in Git Documentation/user-manual.txt
@ 2015-10-14  0:52 Xue Fuqiao
  2015-10-14  7:37 ` Matthieu Moy
  0 siblings, 1 reply; 4+ messages in thread
From: Xue Fuqiao @ 2015-10-14  0:52 UTC (permalink / raw)
  To: Git

Hi list,

In https://git-scm.com/docs/user-manual.html , all links to the
glossary[1] are broken.

I'm aware of a recent bug report about broken links ($gmane/279048/),
but that one seems unrelated to what I'm reporting.

[1] For example: https://git-scm.com/docs/user-manual.html#def_head

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [BUG] Broken links in Git Documentation/user-manual.txt
  2015-10-14  0:52 [BUG] Broken links in Git Documentation/user-manual.txt Xue Fuqiao
@ 2015-10-14  7:37 ` Matthieu Moy
  2015-10-14 13:40   ` John Keeping
  0 siblings, 1 reply; 4+ messages in thread
From: Matthieu Moy @ 2015-10-14  7:37 UTC (permalink / raw)
  To: Xue Fuqiao; +Cc: Git

Xue Fuqiao <xfq.free@gmail.com> writes:

> Hi list,
>
> In https://git-scm.com/docs/user-manual.html , all links to the
> glossary[1] are broken.

Actually, the links themselves are fine, but the destimation is broken.

The doc is supposed to look like this :

  https://www.kernel.org/pub/software/scm/git/docs/user-manual.html#def_head

with the glossary at the end. On
https://git-scm.com/docs/user-manual.html, the glossary is displayed as
verbatim text.

This does not seem to be a bug in our user-manual.txt, but in the way
it's processed by git-scm.com.

I reported the issue there:

https://github.com/git/git-scm.com/issues/605

-- 
Matthieu Moy
http://www-verimag.imag.fr/~moy/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [BUG] Broken links in Git Documentation/user-manual.txt
  2015-10-14  7:37 ` Matthieu Moy
@ 2015-10-14 13:40   ` John Keeping
  2015-10-14 14:29     ` Matthieu Moy
  0 siblings, 1 reply; 4+ messages in thread
From: John Keeping @ 2015-10-14 13:40 UTC (permalink / raw)
  To: Matthieu Moy; +Cc: Xue Fuqiao, Git

On Wed, Oct 14, 2015 at 09:37:05AM +0200, Matthieu Moy wrote:
> Xue Fuqiao <xfq.free@gmail.com> writes:
> 
> > Hi list,
> >
> > In https://git-scm.com/docs/user-manual.html , all links to the
> > glossary[1] are broken.
> 
> Actually, the links themselves are fine, but the destimation is broken.
> 
> The doc is supposed to look like this :
> 
>   https://www.kernel.org/pub/software/scm/git/docs/user-manual.html#def_head
> 
> with the glossary at the end. On
> https://git-scm.com/docs/user-manual.html, the glossary is displayed as
> verbatim text.
> 
> This does not seem to be a bug in our user-manual.txt, but in the way
> it's processed by git-scm.com.

I think it was an issue in the source, but was fixed by be510e0
(Documentation: fix section header mark-up, 2015-09-25).  I'm not sure
when/how git-scm.com rebulds its documentation, but I'm pretty sure that
fix hasn't made it into a release yet so I doubt the site has picked it
up.

> I reported the issue there:
> 
> https://github.com/git/git-scm.com/issues/605

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [BUG] Broken links in Git Documentation/user-manual.txt
  2015-10-14 13:40   ` John Keeping
@ 2015-10-14 14:29     ` Matthieu Moy
  0 siblings, 0 replies; 4+ messages in thread
From: Matthieu Moy @ 2015-10-14 14:29 UTC (permalink / raw)
  To: John Keeping; +Cc: Xue Fuqiao, Git

John Keeping <john@keeping.me.uk> writes:

> On Wed, Oct 14, 2015 at 09:37:05AM +0200, Matthieu Moy wrote:
>> Xue Fuqiao <xfq.free@gmail.com> writes:
>> 
>> > Hi list,
>> >
>> > In https://git-scm.com/docs/user-manual.html , all links to the
>> > glossary[1] are broken.
>> 
>> Actually, the links themselves are fine, but the destimation is broken.
>> 
>> The doc is supposed to look like this :
>> 
>>   https://www.kernel.org/pub/software/scm/git/docs/user-manual.html#def_head
>> 
>> with the glossary at the end. On
>> https://git-scm.com/docs/user-manual.html, the glossary is displayed as
>> verbatim text.
>> 
>> This does not seem to be a bug in our user-manual.txt, but in the way
>> it's processed by git-scm.com.
>
> I think it was an issue in the source, but was fixed by be510e0
> (Documentation: fix section header mark-up, 2015-09-25).  I'm not sure
> when/how git-scm.com rebulds its documentation, but I'm pretty sure that
> fix hasn't made it into a release yet so I doubt the site has picked it
> up.

Ah, OK. I can't reproduce the issue even with versions earlier than
be510e0, but this is because my local build uses asciidoc, and the
commit message says "Asciidoctor is stricter than AsciiDoc", and
git-scm.com seems to use asciidoctor.

The fix isn't in any release (not even in master), so it can't be in
git-scm.com.

Thanks for the pointer, I'll update the GitHub bug.

-- 
Matthieu Moy
http://www-verimag.imag.fr/~moy/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-10-14 14:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-14  0:52 [BUG] Broken links in Git Documentation/user-manual.txt Xue Fuqiao
2015-10-14  7:37 ` Matthieu Moy
2015-10-14 13:40   ` John Keeping
2015-10-14 14:29     ` Matthieu Moy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).