From 98e0405d19c6da1a4b2ba2497f8c6fb0398896cd Mon Sep 17 00:00:00 2001 From: shavidissa Date: Mon, 20 Aug 2018 19:38:30 +0530 Subject: [PATCH] Update the URL for "Create a Documentation PR" (#9913) Currently, the doc redirects to a 404. Updated the link. --- data/user-personas/contributors/docs-contributor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/user-personas/contributors/docs-contributor.yaml b/data/user-personas/contributors/docs-contributor.yaml index a48ce4d76f..0d5e878ed2 100644 --- a/data/user-personas/contributors/docs-contributor.yaml +++ b/data/user-personas/contributors/docs-contributor.yaml @@ -14,7 +14,7 @@ foundational: url: "/docs/home/contribute/review-issues/" - label: "Create a documentation pull request (PR)" icon: fa-pencil-square-o - url: "/docs/home/contribute/create-pull-request/" + url: "/docs/contribute/start/" - label: "Stage documentation changes" icon: fa-eye url: "/docs/home/contribute/stage-documentation-changes/#staging-a-pull-request"