From 731dfc6c1c2f8b080b2cedc9f46e80e8bc0e205c Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Tue, 19 Sep 2023 20:51:22 +0900 Subject: [PATCH 1/3] docs: fix the broken link to Quickstart Signed-off-by: Shunsuke Suzuki --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afefd85e0..d56ffd313 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ You can find the Notary Project [README](https://github.com/notaryproject/.githu ## Quick Start -- [Quick start: Sign and validate a container image](https://notaryproject.dev/docs/quickstart/) +- [Quick start: Sign and validate a container image](https://notaryproject.dev/docs/quickstart-guides/quickstart/) - [Try out Notation in this Killercoda interactive sandbox environment](https://killercoda.com/notaryproject/scenario/notation) - Build, sign, and verify container images using Notation with [Azure Key Vault](https://docs.microsoft.com/azure/container-registry/container-registry-tutorial-sign-build-push?wt.mc_id=azurelearn_inproduct_oss_notaryproject) or [AWS Signer](https://docs.aws.amazon.com/signer/latest/developerguide/container-workflow.html) From 7262c3c622c968fbb80d6f7423e3e471751b4487 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Tue, 19 Sep 2023 20:57:03 +0900 Subject: [PATCH 2/3] docs: fix the broken link Signed-off-by: Shunsuke Suzuki --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d56ffd313..0316c149c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Notation is a CLI project to add signatures as standard items in the OCI registr You can find the Notary Project [README](https://github.com/notaryproject/.github/blob/main/README.md) to learn about the overall Notary Project. > [!NOTE] -> The documentation for installing Notation CLI is available [here](https://notaryproject.dev/docs/installation/cli/). +> The documentation for installing Notation CLI is available [here](https://notaryproject.dev/docs/user-guides/installation/cli/). ## Table of Contents From 7b5cef3ab8465e170c08653346b8e147ec900589 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Tue, 19 Sep 2023 21:08:01 +0900 Subject: [PATCH 3/3] docs: fix the broken link Signed-off-by: Shunsuke Suzuki --- specs/commandline/verify.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/commandline/verify.md b/specs/commandline/verify.md index 3576fbf39..3fe40a3a4 100644 --- a/specs/commandline/verify.md +++ b/specs/commandline/verify.md @@ -59,7 +59,7 @@ Use `notation certificate` command to configure trust stores. ### Configure Trust Policy -Users who consume signed artifact from a registry use the trust policy to specify trusted identities which sign the artifacts, and level of signature verification to use. The trust policy is a JSON document. User needs to create a file named `trustpolicy.json` under `{NOTATION_CONFIG}`. See [Notation Directory Structure](https://notaryproject.dev/docs/tutorials/directory-structure/) for `{NOTATION_CONFIG}`. +Users who consume signed artifact from a registry use the trust policy to specify trusted identities which sign the artifacts, and level of signature verification to use. The trust policy is a JSON document. User needs to create a file named `trustpolicy.json` under `{NOTATION_CONFIG}`. See [Notation Directory Structure](https://notaryproject.dev/docs/user-guides/how-to/directory-structure/) for `{NOTATION_CONFIG}`. An example of `trustpolicy.json`: