From 2592019afca7b6e0d627e6f78ead4698c18d9387 Mon Sep 17 00:00:00 2001 From: Zach Mitchell Date: Sun, 9 Jul 2023 11:26:59 -0600 Subject: [PATCH] Fix more broken links --- source/conf.py | 4 +++- source/contributing/documentation.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/source/conf.py b/source/conf.py index 418d847..b6507c0 100644 --- a/source/conf.py +++ b/source/conf.py @@ -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. diff --git a/source/contributing/documentation.md b/source/contributing/documentation.md index 4d8c42a..fe2a375 100644 --- a/source/contributing/documentation.md +++ b/source/contributing/documentation.md @@ -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.