From 58d0bc2744c249a86d5c4ee42815db9d4290f058 Mon Sep 17 00:00:00 2001 From: Jeff Rescignano Date: Sun, 17 May 2020 09:29:52 -0400 Subject: [PATCH] Update the create page URL on the standards page (#535) --- docs/documenting/standards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documenting/standards.md b/docs/documenting/standards.md index 256a8aba..67637b03 100644 --- a/docs/documenting/standards.md +++ b/docs/documenting/standards.md @@ -66,7 +66,7 @@ some_key: ## Renaming Pages -It can happen that an integration or platform is renamed, in this case the documentation needs to be updated as well. If you rename a page, add `redirect_from:` to the file header and let it point to the old location/name of the page. Please consider to add details, like release number or old integration/platform name, to the page in a [note](/developers/documentation/create_page/#html). +It can happen that an integration or platform is renamed, in this case the documentation needs to be updated as well. If you rename a page, add `redirect_from:` to the file header and let it point to the old location/name of the page. Please consider to add details, like release number or old integration/platform name, to the page in a [note](/docs/documenting/create-page/#html). ```text ---