1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00

Fix more broken links

This commit is contained in:
Zach Mitchell 2023-07-09 11:26:59 -06:00
parent 614e04fe81
commit 2592019afc
2 changed files with 4 additions and 2 deletions

View file

@ -105,7 +105,9 @@ suppress_warnings = ["ref.option"]
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This patterns also effect to html_static_path and html_extra_path
exclude_patterns = []
exclude_patterns = [
"tutorials/learning-journey/template.md"
]
# The reST default role (used for this markup: `text`) to use for all
# documents.

View file

@ -1,7 +1,7 @@
# Contributing Documentation
This is an overview documentation resources for Nix, Nixpkgs, and NixOS, with suggestions how you can help to improve them.
Documentation contributions should follow to the [writing style recommendations](./writing-style.md).
Documentation contributions should follow the [style guide](./style-guide.md).
Feel free to in touch with the [Nix documentation team](https://nixos.org/community/teams/documentation) if you want to help out.