Skip to content

Commit e3aae0d

Browse files
committed
manually amend some links
The env vars no longer use commands, so clarify that link text. The docs for private modules were moved out of cmd/go.
1 parent a107062 commit e3aae0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
#### How do I set environment variables at run-time?
6262

63-
You can use [workflow commands](https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#environment-files)
63+
You can use [environment files](https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#environment-files)
6464
to set environment variables or add an element to `$PATH`. For example:
6565

6666
```yaml
@@ -165,7 +165,7 @@ It's possible to install modules from private GitHub repositories without using
165165
your own proxy. You'll need to add a
166166
[personal access token](https://github.com/settings/tokens) as a secret
167167
environment variable, as well as configure
168-
[GOPRIVATE](https://golang.org/pkg/cmd/go/#hdr-Module_configuration_for_non_public_modules).
168+
[GOPRIVATE](https://golang.org/ref/mod#private-modules).
169169

170170
```yaml
171171
- name: Configure git for private modules

0 commit comments

Comments
 (0)