diff --git a/docs/developer_guide.md b/docs/developer_guide.md index b736309b7fbc5..c53ab307b7af2 100644 --- a/docs/developer_guide.md +++ b/docs/developer_guide.md @@ -85,4 +85,4 @@ When you're ready to send changes for review, create a [pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests). To learn about the XLA code review philosophy, see -[Code reviews](code_reviews.md). +[Review Process](contributing.md#review-process). diff --git a/docs/index.md b/docs/index.md index 76bbb657f9fe7..93ab26b40986f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -39,4 +39,4 @@ Alibaba, Amazon Web Services, AMD, Apple, Arm, Google, Intel, Meta, and NVIDIA. To learn more about XLA, check out the links on the left. If you're a new XLA developer, you might want to start with [XLA architecture](architecture.md) and -then read [Code reviews](code_reviews.md). +then read [Contributing](contributing.md).