Skip to content

Commit

Permalink
Fix the links to the developer/ and reviewer/ index pages.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 299946187
  • Loading branch information
code-health-devguide-copybara authored and copybara-github committed Mar 9, 2020
1 parent dcf2c4d commit 222a971
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions review/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ processes and policies.
This page is an overview of our code review process. There are two other large
documents that are a part of this guide:

- **[How To Do A Code Review](reviewer/)**: A detailed guide for code
- **[How To Do A Code Review](reviewer/index.md)**: A detailed guide for code
reviewers.
- **[The CL Author's Guide](developer/)**: A detailed guide for developers
- **[The CL Author's Guide](developer/index.md)**: A detailed guide for developers
whose CLs are going through review.

## What Do Code Reviewers Look For? {#look_for}
Expand All @@ -38,7 +38,7 @@ Code reviews should look at:
[style guides](http://google.github.io/styleguide/)?
- **Documentation**: Did the developer also update relevant documentation?

See **[How To Do A Code Review](reviewer/)** for more information.
See **[How To Do A Code Review](reviewer/index.md)** for more information.

### Picking the Best Reviewers {#best_reviewers}

Expand All @@ -64,6 +64,6 @@ developer of the change speaks only when spoken to.

## See Also {#seealso}

- [How To Do A Code Review](reviewer/): A detailed guide for code reviewers.
- [The CL Author's Guide](developer/): A detailed guide for developers whose
- [How To Do A Code Review](reviewer/index.md): A detailed guide for code reviewers.
- [The CL Author's Guide](developer/index.md): A detailed guide for developers whose
CLs are going through review.

0 comments on commit 222a971

Please sign in to comment.