From 1240240c7ed89623a5b96629affe301290e158a2 Mon Sep 17 00:00:00 2001 From: Aaron Crawfis Date: Thu, 21 Jan 2021 13:27:45 -0800 Subject: [PATCH] Fix page reference --- daprdocs/content/en/contributing/contributing-docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/contributing/contributing-docs.md b/daprdocs/content/en/contributing/contributing-docs.md index 39d6afc3e..9fd6b65ac 100644 --- a/daprdocs/content/en/contributing/contributing-docs.md +++ b/daprdocs/content/en/contributing/contributing-docs.md @@ -39,7 +39,7 @@ These conventions should be followed throughout all Dapr documentation to ensure ## Contributing a new docs page - Make sure the documentation you are writing is in the correct place in the hierarchy. - Avoid creating new sections where possible, there is a good chance a proper place in the docs hierarchy already exists. -- Make sure to include a complete [Hugo front-matter](front-matter). +- Make sure to include a complete [Hugo front-matter](#front-matter). ### Contributing a new concept doc - Ensure the reader can understand why they should care about this feature. What problems does it help them solve?