Skip to content

Commit

Permalink
fix for bad readme links
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
  • Loading branch information
jdolitsky committed Aug 2, 2021
1 parent 2e4834c commit 7b85ada
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
- [Overview](#overview)
- [Installation](#installation)
- [Usage](#usage)
- [`docker-credential-magic`](#docker-credential-magic)
- [Local setup](#local-setup)
- [`docker-credential-magician`](#docker-credential-magician)
- [How to use `docker-credential-magic`](#how-to-use-docker-credential-magic)
- [Local setup](#local-setup)
- [How to use `docker-credential-magician`](#how-to-use-docker-credential-magician)
- [Go library](#go-library)

## Overview
Expand Down Expand Up @@ -37,7 +37,7 @@ cat docker-credential-magic*.tar.gz | tar x -C /usr/local/bin 'docker-credential

## Usage

### `docker-credential-magic`
### How to use `docker-credential-magic`

The following example shows how `docker-credential-magic` can be used to
proxy auth to `docker-credential-gcr`, based on the detection of a `*.gcr.io` domain:
Expand Down Expand Up @@ -102,7 +102,7 @@ For example, to install `ecr-login` on macOS via Homebrew:
$ brew install docker-credential-helper-ecr
```

### `docker-credential-magician`
### How to use `docker-credential-magician`

The following example shows how `docker-credential-magician` can be used to
(1) augment the [`cosign`](https://github.com/sigstore/cosign) image with
Expand Down

0 comments on commit 7b85ada

Please sign in to comment.