Remove heading external links

Headings and subheadings should only link to themselves, not other URIs.
This commit is contained in:
inference 2024-03-18 01:07:32 +00:00
parent d8c0c0f01e
commit 44d81752bd
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -6,13 +6,15 @@ This repository contains code and assets for the https://inferencium.net/[Infere
[id=branches]
== <<branches,Branches>>
=== https://src.inferencium.net/Inferencium/website/src/branch/alpha/[alpha]
[id=branches-alpha]
=== <<branches-alpha,Alpha>>
Pre-alpha development and alpha testing occurs in this branch.
Fine-grained commits for each change are pushed to this branch and are tested internally.
=== https://src.inferencium.net/Inferencium/website/src/branch/beta/[beta]
[id=branches-beta]
=== <<branches-beta,Beta>>
Feature-complete beta testing of merged code from alpha branch occurs in this branch.
@ -21,7 +23,8 @@ files are mentioned in the commit messages.
Code within this branch can be beta-tested at https://beta.inferencium.net/[Inferencium beta] website.
=== https://src.inferencium.net/Inferencium/website/src/branch/stable/[stable]
[id=branches-stable]
=== <<branches-stable,Stable>>
Feature-complete and tested versions from beta branch are stored in this branch.