From 5792e9df7efce3ed4a816c2477b21b003e043f39 Mon Sep 17 00:00:00 2001 From: jonvnadelberg <121979961+jonvnadelberg@users.noreply.github.com> Date: Mon, 28 Aug 2023 13:18:42 -0700 Subject: [PATCH] Update overview.md Remove "Docs" from links. Signed-off-by: jonvnadelberg <121979961+jonvnadelberg@users.noreply.github.com> --- content/en/about/overview.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/en/about/overview.md b/content/en/about/overview.md index e0be4102..2671bebc 100644 --- a/content/en/about/overview.md +++ b/content/en/about/overview.md @@ -56,23 +56,23 @@ After the client signs the artifact, the artifact's digest, signature and certif For verifying an artifact, a Sigstore client will verify the signature on the artifact using the public key from the certificate, verify the identity in the certificate matches an expected identity, verify the certificate's signature using Sigstore's root of trust, and verify proof of inclusion in Rekor. Together, verification of this information tells the user that the artifact comes from its expected source and has not been tampered with after its creation. -For more information on the modules that make up Sigstore, see [Toolling](/docs/about/tooling/) +For more information on the modules that make up Sigstore, see [Toolling](/about/tooling/) ## How to use Sigstore -To use Sigstore, you must first install the client. See the [Installation](docs/system_config/installation/) instructions. You can then pick the subject matter you wish to learn about from the menu items on the left. For a quick introduction, you can try using one of the links below: +To use Sigstore, you must first install the client. See the [Installation](/system_config/installation/) instructions. You can then pick the subject matter you wish to learn about from the menu items on the left. For a quick introduction, you can try using one of the links below: -* To get a quick view of how to use the program see [Quick Start](/docs/signing/quickstart/) -* To learn how to work with blobs, see [sign a blob](docs/signing/signing_with_blobs/) -* To learn how to work with containers, see [sign a container](docs/signing/signing_with_containers/) -* To use Gitsign, see [Sign Git commits with Gitsign](/docs/signing/gitsign/) -* To learn about verification, see [verify entries with Cosign](/docs/verifying/verify/) +* To get a quick view of how to use the program see [Quick Start](/signing/quickstart/) +* To learn how to work with blobs, see [sign a blob](signing/signing_with_blobs/) +* To learn how to work with containers, see [sign a container](/signing/signing_with_containers/) +* To use Gitsign, see [Sign Git commits with Gitsign](/signing/gitsign/) +* To learn about verification, see [verify entries with Cosign](/verifying/verify/) ## Contributing Up to date documentation, best practices, and detailed scenarios for Sigstore live here. These pages are maintained by the community and intended to help anyone get set up easily with any of the technologies, to find what you’re looking for fast. It’s also where we keep all the relevant pages for the Sigstore trust root, from signing ceremonies to security practices. -Ready to jump in? Check the [contributing guidelines](/docs/contributing/). +Ready to jump in? Check the [contributing guidelines](/contributing/). ## Learn more