Re: [PATCH] reftable: technical documentation link fixes
From: Junio C Hamano <hidden>
Date: 2020-05-27 17:14:39
Jonathan Nieder [off-list ref] writes:
Carlo Marcelo Arenas Belón wrote:quoted
Subject: reftable: technical documentation link fixesFor next time, try to make the subject line summarize what specific improvement the patch makes. For example: reftable doc: use link: and urlencode to avoid dead linksquoted
Showing as broken links in the html version (when using asciidoc 8.6.10) because some of the characters in the url need encoding. Change them to use a explicit "link" and URL encode the problematic charecters (ex: +, =, @). While at it, change the base URL to use lore.kernel.org as has been suggested since 56e6c16394 (Merge branch 'dl/lore-is-the-archive', 2019-12-06) Signed-off-by: Carlo Marcelo Arenas Belón <redacted> --- Documentation/technical/reftable.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)Reviewed-by: Jonathan Nieder <redacted>
Will queue at the tip of hn/reftable for now, but post 2.27-final, we should tentatively eject hn/refs-cleanup out of 'next' and squash this fix in to the step that originally introduced the problem (and of course, new version of hn/reftable need to be based on the updated hn/refs-cleanup topic when it happens). Thanks, both.