From 68a2be845e6e8b709e27c46609c62cc84ad8395c Mon Sep 17 00:00:00 2001 From: Martin Schroschk <martin.schroschk@tu-dresden.de> Date: Thu, 19 May 2022 09:30:09 +0200 Subject: [PATCH] Fix links to internal sections --- doc.zih.tu-dresden.de/docs/contrib/content_rules.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc.zih.tu-dresden.de/docs/contrib/content_rules.md b/doc.zih.tu-dresden.de/docs/contrib/content_rules.md index 8c248cade..f00e88894 100644 --- a/doc.zih.tu-dresden.de/docs/contrib/content_rules.md +++ b/doc.zih.tu-dresden.de/docs/contrib/content_rules.md @@ -41,9 +41,9 @@ or via [Email](mailto:hpcsupport@zih.tu-dresden.de). * Type spaces (not tabs) both in Markdown files and in `mkdocs.yml`. * Respect the line limit of 100 characters (exception: links). * Do not add large binary files or high resolution images to the repository (cf. - [adding images and attachments](#grapics-and-attachments)). -* [Admonitions](#admonitions) may be actively used for longer code examples, warnings, tips, - important information etc. + [adding images and attachments](#graphics-and-attachments)). +* [Admonitions](#special-feature-admonitions) may be actively used for longer code examples, + warnings, tips, important information etc. * Respect the [writing style](#writing-style) and the rules for [spelling and technical wording](#spelling-and-technical-wording). * For code blocks: @@ -204,8 +204,8 @@ there is a list of conventions w.r.t. spelling and technical wording. * Specify language for code blocks ([see below](#code-blocks-and-syntax-highlighting)). * All code blocks and commands should be runnable from a login node or a node within a specific partition (e.g., `ml`). -* It should be clear from the [prompt](#prompts), where the command is run (e.g., local machine, - login node or specific partition). +* It should be clear from the [prompt](#list-of-prompts), where the command is run (e.g., local + machine, login node or specific partition). #### Code Blocks and Syntax Highlighting -- GitLab