Skip to content

Commit

Permalink
Fix broken links for oras_login.mdx (#235)
Browse files Browse the repository at this point in the history
Signed-off-by: Terry Howe <tlhowe@amazon.com>
  • Loading branch information
Terry Howe authored Jul 31, 2023
1 parent bae709e commit be77048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/how_to_guides/authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ While ORAS leverages the local docker client config store, ORAS does NOT have a

:::

You can either make use of [`oras login`](../commands/oras_login) or provide explicit credentials via options, for example,
You can either make use of [`oras login`](../commands/oras_login.mdx) or provide explicit credentials via options, for example,

```
oras pull -u username -p password myregistry.io/myimage:latest
Expand Down Expand Up @@ -58,7 +58,7 @@ Configure the credential store in the `~/.docker/config.json` file. Your file sh

**Step 2**

Before running the [`oras login`](../commands/oras_login) command, make sure you have logged out once so that the next time you enter your credentials, they get stored in the credential store.
Before running the [`oras login`](../commands/oras_login.mdx) command, make sure you have logged out once so that the next time you enter your credentials, they get stored in the credential store.

```
$ oras login localhost:5000
Expand Down

0 comments on commit be77048

Please sign in to comment.