From 9629e232e0bb076245e7e5f44e3bf2c331335c39 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Wed, 17 Mar 2021 20:46:57 +0200 Subject: [PATCH] docs: fix URLs in `reviewing-content` and `updating-search-keywords` guides (#41250) This commit fixes some incorrect URLs in `reviewing-content` and `updating-search-keywords` guides. PR Close #41250 --- aio/content/guide/reviewing-content.md | 4 ++-- aio/content/guide/updating-search-keywords.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aio/content/guide/reviewing-content.md b/aio/content/guide/reviewing-content.md index 732fc61905..60efd93527 100644 --- a/aio/content/guide/reviewing-content.md +++ b/aio/content/guide/reviewing-content.md @@ -31,9 +31,9 @@ You can review a topic using either the GitHub user interface or in an editor on 1. Read through the topic. -1. If the topic requires an update, either [file an issue](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-submitting-an-issue) that describes the update required, or [create a pull request](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-submitting-an-issue) with the update. +1. If the topic requires an update, either [file an issue](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-submitting-an-issue) that describes the update required, or [create a pull request](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-submitting-a-pull-request-pr) with the update. -1. Update the `@reviewed` tag, either through the [GitHub user interface](guide/updating-content-github-ui) or through Angular's [standard pull request process](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-submitting-an-issue). +1. Update the `@reviewed` tag, either through the [GitHub user interface](guide/updating-content-github-ui) or through Angular's [standard pull request process](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-submitting-a-pull-request-pr). {@a review-criteria} ### Review criteria diff --git a/aio/content/guide/updating-search-keywords.md b/aio/content/guide/updating-search-keywords.md index 121a857be5..2c286828f6 100644 --- a/aio/content/guide/updating-search-keywords.md +++ b/aio/content/guide/updating-search-keywords.md @@ -18,7 +18,7 @@ You can update search keywords for a topic even if you've never contributed to A 1. Decide what search keywords you'd like to add to the topic. For information on how to format keywords, see [Search keywords format](#format). -1. Update the {`@searchKeywords tag`}, either through the [GitHub user interface](guide/updating-content-github-ui) or through Angular's [standard pull request process](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-submitting-an-issue). +1. Update the {`@searchKeywords tag`}, either through the [GitHub user interface](guide/updating-content-github-ui) or through Angular's [standard pull request process](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-submitting-a-pull-request-pr). If a topic does not have a {`@searchKeywords`} tag, you can add it to the end of the topic.