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.