Skip to content

Commit df47e47

Browse files
committed
fix broken links
Signed-off-by: Yi Zha <[email protected]>
1 parent 8296138 commit df47e47

File tree

2 files changed

+3
-298
lines changed

2 files changed

+3
-298
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
@@ -33,7 +33,7 @@ In this tutorial:
3333

3434
## Install Notation CLI and AKV plugin
3535

36-
1. Install Notation v1.0.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/installation/cli/).
36+
1. Install Notation v1.0.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/).
3737

3838
```bash
3939
# Download, extract and install
@@ -47,7 +47,7 @@ In this tutorial:
4747
2. Install the Notation Azure Key Vault plugin on a Linux amd64 environment. You can also download the package for other environments by following the [Notation AKV plugin installation guide](https://github.com/Azure/notation-azure-kv#installation-the-akv-plugin).
4848

4949
> [!NOTE]
50-
> The plugin directory varies depending upon the operating system being used. The directory path below assumes Ubuntu. Please read the [Notation directory structure for system configuration](https://notaryproject.dev/docs/concepts/directory-structure/) for more information.
50+
> The plugin directory varies depending upon the operating system being used. The directory path below assumes Ubuntu. Please read the [Notation directory structure for system configuration](https://notaryproject.dev/docs/user-guides/how-to/notary-project-concepts/) for more information.
5151

5252
```bash
5353
# Create a directory for the plugin
@@ -182,7 +182,7 @@ The following steps show how to create a self-signed certificate for testing pur
182182
```
183183
184184
> [!IMPORTANT]
185-
> If you have Docker installed on your system and used `az acr login` or `docker login` to authenticate to your ACR, your credentials are already stored and available to notation. In this case, you don’t need to run `notation login` again to authenticate to your ACR. To learn more about authentication options for notation, see [Authenticate with OCI-compliant registries](https://notaryproject.dev/docs/how-to/registry-authentication/).
185+
> If you have Docker installed on your system and used `az acr login` or `docker login` to authenticate to your ACR, your credentials are already stored and available to notation. In this case, you don’t need to run `notation login` again to authenticate to your ACR. To learn more about authentication options for notation, see [Authenticate with OCI-compliant registries](https://notaryproject.dev/docs/user-guides/how-to/registry-authentication/).
186186
187187
2. Build and push a new image with ACR Tasks. Always use the digest value to identify the image for signing since tags are mutable and and can be overwritten.
188188

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

Lines changed: 0 additions & 295 deletions
This file was deleted.

0 commit comments

Comments
 (0)