Skip to content

Commit 36003ac

Browse files
committed
doc: update per comments
Signed-off-by: Yi Zha <[email protected]>
1 parent 948b8a6 commit 36003ac

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/container-registry/container-registry-tutorial-sign-build-push.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In this tutorial:
3030

3131
## Install Notation CLI and AKV plugin
3232

33-
1. Install Notation version `v1.1.0` on a Linux amd64 environment. You can also download the package for other environments by following the [Notation installation guide](https://notaryproject.dev/docs/user-guides/installation/).
33+
1. Install Notation v1.1.0 on a Linux amd64 environment. Follow the [Notation installation guide](https://notaryproject.dev/docs/user-guides/installation/cli/) to download the package for other environments.
3434

3535
```bash
3636
# Download, extract and install
@@ -41,7 +41,7 @@ In this tutorial:
4141
cp ./notation /usr/local/bin
4242
```
4343

44-
2. Install the Notation Azure Key Vault plugin named `azure-kv` version `v1.0.2` on a Linux amd64 environment.
44+
2. Install the Notation Azure Key Vault plugin `azure-kv` v1.0.2 on a Linux amd64 environment.
4545

4646
> [!NOTE]
4747
> The URL and SHA256 checksum for the Notation Azure Key Vault plugin can be found on the plugin's [release page](https://github.com/Azure/notation-azure-kv/releases).
@@ -50,7 +50,7 @@ In this tutorial:
5050
notation plugin install --url https://github.com/Azure/notation-azure-kv/releases/download/v1.0.2/notation-azure-kv_1.0.2_linux_amd64.tar.gz --sha256sum f2b2e131a435b6a9742c202237b9aceda81859e6d4bd6242c2568ba556cee20e
5151
```
5252
53-
3. List the available plugins and confirm that the `azure-kv` plugin with version `v1.0.2` is included in the list.
53+
3. List the available plugins and confirm that the `azure-kv` plugin with version `1.0.2` is included in the list.
5454
5555
```bash
5656
notation plugin ls

articles/container-registry/container-registry-tutorial-sign-trusted-ca.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ In this article:
4242
4343
## Install the notation CLI and AKV plugin
4444

45-
1. Install Notation version `v1.1.0` on a Linux amd64 environment. Follow the [Notation installation guide](https://notaryproject.dev/docs/user-guides/installation/cli/) to download the package for other environments.
45+
1. Install Notation v1.1.0 on a Linux amd64 environment. Follow the [Notation installation guide](https://notaryproject.dev/docs/user-guides/installation/cli/) to download the package for other environments.
4646

4747
```bash
4848
# Download, extract and install
@@ -53,7 +53,7 @@ In this article:
5353
cp ./notation /usr/local/bin
5454
```
5555

56-
2. Install the Notation Azure Key Vault plugin named `azure-kv` version `v1.0.2` on a Linux amd64 environment.
56+
2. Install the Notation Azure Key Vault plugin `azure-kv` v1.0.2 on a Linux amd64 environment.
5757

5858
> [!NOTE]
5959
> The URL and SHA256 checksum for the Notation Azure Key Vault plugin can be found on the plugin's [release page](https://github.com/Azure/notation-azure-kv/releases).
@@ -62,7 +62,7 @@ In this article:
6262
notation plugin install --url https://github.com/Azure/notation-azure-kv/releases/download/v1.0.2/notation-azure-kv_1.0.2_linux_amd64.tar.gz --sha256sum f2b2e131a435b6a9742c202237b9aceda81859e6d4bd6242c2568ba556cee20e
6363
```
6464
65-
3. List the available plugins and confirm that the `azure-kv` plugin with version `v1.0.2` is included in the list.
65+
3. List the available plugins and confirm that the `azure-kv` plugin with version `1.0.2` is included in the list.
6666
6767
```bash
6868
notation plugin ls

0 commit comments

Comments
 (0)