Fix hardened_malloc official documentation link

GitHub changed the way README URIs are handled. Update the URI to follow
the new format.
This commit is contained in:
inference 2024-06-29 13:07:16 +01:00
parent 64ae866faa
commit cf4314e4e2
Signed by: inference
SSH Key Fingerprint: SHA256:K/a677+eHm7chi3X4s77BIpLTE9Vge1tsv+jUL5gI+Y

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - Documentation - hardened_malloc -->
<!-- Version: 5.0.3-alpha.1 -->
<!-- Version: 5.0.3-alpha.2 -->
<!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -45,7 +45,7 @@
paths, with the modern <code>/usr/</code> merge approach of most Linux distributions. For non-standard
configurations, adjust the paths accordingly.</p>
<p>For the complete hardened_malloc documentation, visit its
<a href="https://github.com/GrapheneOS/hardened_malloc#hardened_malloc">official documentation</a>.</p>
<a href="https://github.com/GrapheneOS/hardened_malloc/?tab=readme-ov-file#hardened-malloc">official documentation</a>.</p>
<p>This documentation is also available in portable
<a href="https://src.inferencium.net/Inferencium/doc/src/branch/stable/security/hardened_malloc.adoc">AsciiDoc format</a>
in my documentation source code repository.</p>