Skip to content

Commit

Permalink
Update overview.md
Browse files Browse the repository at this point in the history
Remove "Docs" from links.

Signed-off-by: jonvnadelberg <121979961+jonvnadelberg@users.noreply.github.com>
  • Loading branch information
jonvnadelberg authored Aug 28, 2023
1 parent 0a32cd0 commit 5792e9d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions content/en/about/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Check failure on line 65 in content/en/about/overview.md

View workflow job for this annotation

GitHub Actions / markdownlint

Unordered list style

content/en/about/overview.md:65:1 MD004/ul-style Unordered list style [Expected: dash; Actual: asterisk] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md004.md
* To learn how to work with blobs, see [sign a blob](signing/signing_with_blobs/)

Check failure on line 66 in content/en/about/overview.md

View workflow job for this annotation

GitHub Actions / markdownlint

Unordered list style

content/en/about/overview.md:66:1 MD004/ul-style Unordered list style [Expected: dash; Actual: asterisk] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md004.md
* To learn how to work with containers, see [sign a container](/signing/signing_with_containers/)

Check failure on line 67 in content/en/about/overview.md

View workflow job for this annotation

GitHub Actions / markdownlint

Unordered list style

content/en/about/overview.md:67:1 MD004/ul-style Unordered list style [Expected: dash; Actual: asterisk] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md004.md
* To use Gitsign, see [Sign Git commits with Gitsign](/signing/gitsign/)

Check failure on line 68 in content/en/about/overview.md

View workflow job for this annotation

GitHub Actions / markdownlint

Unordered list style

content/en/about/overview.md:68:1 MD004/ul-style Unordered list style [Expected: dash; Actual: asterisk] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md004.md
* To learn about verification, see [verify entries with Cosign](/verifying/verify/)

Check failure on line 69 in content/en/about/overview.md

View workflow job for this annotation

GitHub Actions / markdownlint

Unordered list style

content/en/about/overview.md:69:1 MD004/ul-style Unordered list style [Expected: dash; Actual: asterisk] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md004.md

## 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

Expand Down

0 comments on commit 5792e9d

Please sign in to comment.