Skip to content

Commit c19b578

Browse files
Merge pull request #18 from jonhadfield/fix_readme_links
fix readme links to .env
2 parents 5f08f38 + 8b0d3d8 commit c19b578

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
@@ -182,7 +182,7 @@ Each command has a `<COMMAND>_VERSION` environment variable which you can overri
182182
Notes:
183183
- Versions of some commands are determined by other commands.
184184
For example, to configure the version of `npm`, you should override `NODE_VERSION`.
185-
- See [dockerized.env](dockerized.env) for a list of configurable versions.
185+
- See [.env](.env) for a list of configurable versions.
186186

187187

188188

@@ -198,7 +198,7 @@ Notes:
198198
```
199199

200200
- List of configuration variables, and defaults:
201-
- [dockerized.env](dockerized.env)
201+
- [.env](.env)
202202

203203

204204
**Per directory**

0 commit comments

Comments
 (0)