Skip to content

Commit

Permalink
fix dead links (gomods#1127)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsunami42 authored and Aaron Schlesinger committed Mar 12, 2019
1 parent 59363b4 commit 05e5d0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/contributing/new/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The proxy is written in idiomatic Go and uses standard tools. If you know Go, yo

Athens uses [Go Modules](https://golang.org/cmd/go/#hdr-Modules__module_versions__and_more) for dependency management. You will need Go [v1.11](https://golang.org/dl) or later to get started on Athens.

See our [Contributing Guide](CONTRIBUTING.md) for tips on how to submit a pull request when you are ready.
See our [Contributing Guide](https://github.com/gomods/athens/blob/master/CONTRIBUTING.md) for tips on how to submit a pull request when you are ready.

### Go version
Athens is developed on Go1.11+.
Expand Down
2 changes: 1 addition & 1 deletion docs/content/intro/why.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Downloading stored dependencies from Athens is _significantly_ faster than downl

### Access Control

Worse than packages disappearing, packages can be malicious. To make sure no such malicious package is ever installed by your team or company, you can have your proxy server return a 500 when the Go command line asks for an excluded module. This will cause the build to fail because Go expects a 200 HTTP response code. With Athens, you can achieve this through the [filter file](/configuration/filter.md).
Worse than packages disappearing, packages can be malicious. To make sure no such malicious package is ever installed by your team or company, you can have your proxy server return a 500 when the Go command line asks for an excluded module. This will cause the build to fail because Go expects a 200 HTTP response code. With Athens, you can achieve this through the [filter file]({{< ref "/configuration/filter.md" >}}).


### Vendor Directory Becomes Optional
Expand Down

0 comments on commit 05e5d0a

Please sign in to comment.