Skip to content

Commit ec57570

Browse files
authored
fix: Fix various broken links (#838)
1 parent 014c07c commit ec57570

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

modules/guides/pages/enabling-verification-of-image-signatures.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ To verify keyless signatures, the Policy Controller needs an up-to-date version
5656

5757
NOTE: https://docs.sigstore.dev/cosign/signing/overview/#root-of-trust[The Update Framework (TUF){external-link-icon}^] is the mechanism used by the Policy Controller to initialize and update the root of trust.
5858

59-
In an air-gapped environment, this CDN is not reachable, so instead you have to provide those files yourself. You can get these files from https://github.com/sigstore/root-signing/tree/main/repository/repository[GitHub{external-link-icon}^].
59+
In an air-gapped environment, this CDN is not reachable, so instead you have to provide those files yourself. You can get these files from https://github.com/sigstore/root-signing/tree/main/metadata[GitHub{external-link-icon}^].
6060
There are multiple ways how you can provide these files to the Policy Controller, please pick the one that works best for your air-gapped environment:
6161

6262
* Serve them via an HTTP server that is reachable by the Policy Controller. +
@@ -66,7 +66,7 @@ There are multiple ways how you can provide these files to the Policy Controller
6666
[source,bash]
6767
----
6868
git clone https://github.com/sigstore/root-signing
69-
cd root-signing/repository/repository
69+
cd root-signing/metadata
7070
python3 -m http.server 8081
7171
----
7272
+

modules/guides/pages/providing-resources-with-pvcs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Managed Kubernetes clusters will normally have a default storage implementation
9191
== Operator usage
9292

9393
=== Spark-k8s
94-
Users of the xref:spark-k8s:index.adoc[Spark-k8s operator] have a variety of ways to manage SparkApplication dependencies, one of which is to xref:spark-k8s:usage-guide/examples.adoc#_pyspark_externally_located_dataset_artifact_available_via_pvcvolume_mount[mount resources on a PersistentVolumeClaim]. An example is shown https://github.com/stackabletech/spark-k8s-operator/blob/main/examples/ny-tlc-report.yaml[here{external-link-icon}^].
94+
Users of the xref:spark-k8s:index.adoc[Spark-k8s operator] have a variety of ways to manage SparkApplication dependencies, one of which is to xref:spark-k8s:usage-guide/examples.adoc#_pyspark_externally_located_dataset_artifact_available_via_pvcvolume_mount[mount resources on a PersistentVolumeClaim].
9595

9696
== Further reading
9797

modules/guides/pages/viewing-and-verifying-sboms.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This page is a simple wrapper on top of the Stackable OCI registry, where the SB
1414
The next step of this guide explains the single steps happening under the hood when a link is clicked, and how to do them manually.
1515

1616
== Verifying and extracting an SBOM manually with cosign
17-
To verify and extract the SBOM, a tool called https://github.com/sigstore/cosign[cosign{external-link-icon}^] is needed. Please have a look at the https://docs.sigstore.dev/system_config/installation/[installation instructions{external-link-icon}^] in the cosign documentation and choose your preferred installation method. Additionally, https://github.com/jqlang/jq[jq{external-link-icon}^] is used to parse the JSON output of cosign.
17+
To verify and extract the SBOM, a tool called https://github.com/sigstore/cosign[cosign{external-link-icon}^] is needed. Please have a look at the https://docs.sigstore.dev/cosign/system_config/installation/[installation instructions{external-link-icon}^] in the cosign documentation and choose your preferred installation method. Additionally, https://github.com/jqlang/jq[jq{external-link-icon}^] is used to parse the JSON output of cosign.
1818

1919
With the following chain of commands, the SBOM of `airflow-operator` version `24.3.0` is verified and extracted:
2020

0 commit comments

Comments
 (0)