From e1503409ec456858a660a07abea5419407d0b135 Mon Sep 17 00:00:00 2001 From: Anne Gentle Date: Sun, 19 Jul 2026 14:04:05 -0500 Subject: [PATCH] Fix broken link in additional resources in github for docs --- _config.yml | 4 ++-- _learn/00-github-for-docs-files.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 259e5fd..562e039 100644 --- a/_config.yml +++ b/_config.yml @@ -1,8 +1,8 @@ # Site wide configuration -title: Let's Treat Docs Like Code +title: Treat Docs Like Code locale: en-US -description: +description: A modern approach to technical documentation logo: /images/treat-docs-like-code.png #url: http://127.0.0.1:4000 url: https://www.docslikecode.com diff --git a/_learn/00-github-for-docs-files.md b/_learn/00-github-for-docs-files.md index 5ac9a1c..6e1d467 100644 --- a/_learn/00-github-for-docs-files.md +++ b/_learn/00-github-for-docs-files.md @@ -241,5 +241,5 @@ public # depends on the configuration ``` ## Additional resources -[Learning Git and GitHub resources on docs.github.com]([https://docs.github.com/en/get-started/quickstart/git-and-github-learning-resources](https://docs.github.com/en/get-started/quickstart/git-and-github-learning-resources)) +[Learning Git and GitHub resources on docs.github.com](https://docs.github.com/en/get-started/quickstart/git-and-github-learning-resources) [Pro Git](https://git-scm.com/book/en/v2)