Skip to content

Commit

Permalink
more relative link updates
Browse files Browse the repository at this point in the history
  • Loading branch information
IanMeyers committed Feb 24, 2022
1 parent a01a9e7 commit 4319d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ When string escaped for use on the command line, this argument will look like:

### Credentials File

Encoding JSON in string values is a terrible way to spend time, so instead you can use a credentials file. This file takes exactly the same form as documented in the primary [README](./README.md), and an example can be found in [./examples/example-creds.json](examples/example-creds.json).
Encoding JSON in string values is a terrible way to spend time, so instead you can use a credentials file. This file takes exactly the same form as documented in the primary [README](../README.md), and an example can be found in [examples/example-creds.json](../examples/example-creds.json).

To use a credentials file, you specify the path with argument value `--credentials-file <path-to-file>`.

Expand Down

0 comments on commit 4319d28

Please sign in to comment.