From 68cb9cf6b6d297d7cb2caec2ad27aae5b5b3e061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20M=C3=B6hlmann?= Date: Fri, 11 Sep 2020 10:22:04 +0300 Subject: [PATCH] Fix a link to the old `SubRepositories` page, which was moved as part of commits --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 8d58bc9d..9cf15a5d 100644 --- a/Home.md +++ b/Home.md @@ -217,7 +217,7 @@ If you're looking for services that support Go, here's a list to get you started - If you'd like to propose a change to the Go project, start by reading the [Go Change Proposal Process](https://github.com/golang/proposal) - An archive of [design documents is also available](DesignDocuments) - Go releases happen on ~6 month intervals. [See here for more information](Go-Release-Cycle) - - Want to know more about how the [Go source sub-repositories are structured?](SubRepositories) + - Want to know more about how the [Go source X-repositories are structured?](X-Repositories) - The Go project requires that all code be reviewed before it is submitted. - Read more about our [code review practices](CodeReview) - If you're commenting on code under review, please read [these guidelines](CodeReviewComments)