From 29a710920d4ef17ca546d0b9dc7fc2a1c4b10bce Mon Sep 17 00:00:00 2001 From: Timo Reitz Date: Mon, 29 Jun 2020 10:44:04 +0200 Subject: [PATCH] Fix link in deprecation note. (#1642) Co-authored-by: Timo Reitz --- docs/content/configuration/upstream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/configuration/upstream.md b/docs/content/configuration/upstream.md index c0e91650..b46f7a52 100644 --- a/docs/content/configuration/upstream.md +++ b/docs/content/configuration/upstream.md @@ -4,7 +4,7 @@ description: How to Configure Athens to Fetch Missing Modules From an Upstream M weight: 7 --- ->Note: the filter file that this page documents is deprecated. Please instead see ["Filtering with the download mode file"](./download) for updated instructions on how to set upstream repositories in Athens. +>Note: the filter file that this page documents is deprecated. Please instead see ["Filtering with the download mode file"](/configuration/download) for updated instructions on how to set upstream repositories in Athens. By default, Athens fetches module code from an upstream version control system (VCS) like github.com, but this can be configured to use a Go modules repository like GoCenter or another Athens Server.