docs(link): fix a broken Markdown link

This commit is contained in:
Than Harrison 2024-08-13 19:55:32 -04:00
parent de373580d5
commit 11017bcecc
No known key found for this signature in database
2 changed files with 24 additions and 16 deletions

View File

@ -1,16 +1,24 @@
repos: repos:
- hooks: - repo: https://github.com/pre-commit/pre-commit-hooks
- id: end-of-file-fixer rev: v4.6.0
- id: mixed-line-ending hooks:
args: [--fix=lf] - id: end-of-file-fixer
- id: trailing-whitespace name: All files must end with an empty line
args: [--markdown-linebreak-ext=md] - id: mixed-line-ending
repo: https://github.com/pre-commit/pre-commit-hooks name: Fix mixed line endings in files (x-platform)
rev: v4.6.0 args: [--fix=lf]
- hooks: - id: trailing-whitespace
- id: commitizen name: Fix trailing space (ignore MD code)
- id: commitizen-branch args: [--markdown-linebreak-ext=md]
stages:
- push - repo: https://github.com/commitizen-tools/commitizen
repo: https://github.com/commitizen-tools/commitizen rev: v3.28.0
rev: v3.28.0 hooks:
- id: commitizen
name: commitizen check
description: >
Check whether the current commit message follows committing rules. Allow
empty commit messages by default, because they typically indicate to Git
that the commit should be aborted.
entry: cz check
stages: [commit-msg]

View File

@ -12,7 +12,7 @@ This guide is an open-source non-profit initiative, [licensed](LICENSE.html) und
- [In your browser](guide.html) - [In your browser](guide.html)
- [PDF](export/guide.pdf) - [PDF](export/guide.pdf)
- [OpenDocument (ODT)](export/guide.odt) - [OpenDocument (ODT)](export/guide.odt)
- Raw [Markdown](https://github.com/Anon-Planet/thgtoa/raw/master/guide.md) text. - Raw [Markdown](https://raw.githubusercontent.com/Anon-Planet/thgtoa/main/guide.md).
Mirrors: Mirrors:
- Tor Onion Mirror: <http://thgtoa3jzy3doku7hkna32htpghjijefscwvh4dyjgfydbbjkeiohgid.onion/> - Tor Onion Mirror: <http://thgtoa3jzy3doku7hkna32htpghjijefscwvh4dyjgfydbbjkeiohgid.onion/>