[PATCH] index: Fix link to list of contributors.
Adhemerval Zanella Netto
adhemerval.zanella@linaro.org
Thu Jul 31 18:24:53 GMT 2025
On 29/07/25 23:14, Collin Funk wrote:
> I noticed the link on https://sourceware.org/glibc/ to a list of
> contributors broke at some point. This patch fixes it.
>
> -- 8< --
LGTM, thanks.
>
> ---
> index.html | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/index.html b/index.html
> index 5a3a491..f7fe5c0 100644
> --- a/index.html
> +++ b/index.html
> @@ -89,7 +89,7 @@
> </p>
> <p>
> Many others have contributed as documented in the glibc manual under:
> - <a href="manual/html_node/Contributors.html#Contributors">Contributors</a>.
> + <a href="manual/latest/html_node/Contributors.html">Contributors</a>.
> </p>
> <p>
> Thank you to all who have contributed, either in bug reports, or by
More information about the Libc-alpha
mailing list