Skip to content

Commit

Permalink
docs(link): fix a broken Markdown link
Browse files Browse the repository at this point in the history
  • Loading branch information
nopeitsnothing committed Aug 13, 2024
1 parent de37358 commit 11017bc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 16 deletions.
38 changes: 23 additions & 15 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
repos:
- hooks:
- id: end-of-file-fixer
- id: mixed-line-ending
args: [--fix=lf]
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
- hooks:
- id: commitizen
- id: commitizen-branch
stages:
- push
repo: https://github.com/commitizen-tools/commitizen
rev: v3.28.0
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: end-of-file-fixer
name: All files must end with an empty line
- id: mixed-line-ending
name: Fix mixed line endings in files (x-platform)
args: [--fix=lf]
- id: trailing-whitespace
name: Fix trailing space (ignore MD code)
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/commitizen-tools/commitizen
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]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This guide is an open-source non-profit initiative, [licensed](LICENSE.html) und
- [In your browser](guide.html)
- [PDF](export/guide.pdf)
- [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:
- Tor Onion Mirror: <http://thgtoa3jzy3doku7hkna32htpghjijefscwvh4dyjgfydbbjkeiohgid.onion/>
Expand Down

0 comments on commit 11017bc

Please sign in to comment.