Skip to content

Commit

Permalink
Fix try-out link (#1330)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpreese authored and manugupt1 committed Aug 7, 2019
1 parent 7b563c2 commit 9a8daf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/configuration/upstream.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Additionally in the current or new config file, set the following parameters as

```
FilterFile = "/usr/local/lib/FilterForGoCenter"
GlobalEndpoint = "https://<url_to_uptream>"
GlobalEndpoint = "https://<url_to_upstream>"
# To use GoCenter for example, replace <url_to_upstream> with gocenter.io
# You can also use https://proxy.golang.org to use the Go Module mirror
```
Expand All @@ -26,4 +26,4 @@ Additionally in the current or new config file, set the following parameters as
```
<path_to_athens>/proxy -config_file <path-to updated current or new configfile>
```
1. Verify the new configuration using the steps mentioned in ("Try out Athens" document)[/try-out], and go through the same walkthrough example.
1. Verify the new configuration using the steps mentioned in ["Try out Athens" document](/try-out), and go through the same walkthrough example.

0 comments on commit 9a8daf7

Please sign in to comment.