Skip to content

Commit 09cd242

Browse files
committed
Fix a bunch of links to master docs
We really should go back to git branches... Signed-off-by: Nic Cope <[email protected]>
1 parent 81f6153 commit 09cd242

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

content/v2.0-preview/composition/composition-revisions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ vpc-staging True myvpcs.aws.example.upbound.io-727b3c8 Automatic map[c
449449
{{< /hint >}}
450450

451451

452-
[composition type]: {{<ref "../../master/concepts/compositions" >}}
453-
[Compositions]: {{<ref "../../master/concepts/compositions" >}}
452+
[composition type]: {{<ref "compositions">}}
453+
[Compositions]: {{<ref "compositions">}}
454454
[canary]: https://martinfowler.com/bliki/CanaryRelease.html
455-
[install guide]: {{<ref "../../master/get-started/install" >}}
455+
[install guide]: {{<ref "../get-started/install">}}

content/v2.0-preview/guides/troubleshoot-crossplane.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ has some useful information.
209209
[Pausing Providers]: #pausing-providers
210210
[Deleting When a Resource Hangs]: #deleting-when-a-resource-hangs
211211
[Installing Crossplane Package]: #installing-crossplane-package
212-
[Crossplane package]: /master/concepts/packages/
212+
[Crossplane package]: {{<ref "../packages/packages/">}}
213213
[Handling Crossplane Package Dependency]: #handling-crossplane-package-dependency
214214
[semver spec]: https://github.com/Masterminds/semver#basic-comparisons
215215

content/v2.0-preview/packages/image-configs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ contains the configuration for verifying the attestations of the images.
138138
The `ImageConfig` API follows the same API shape as [Policy Controller](https://docs.sigstore.dev/policy-controller/overview/)
139139
from [Sigstore](https://docs.sigstore.dev/). Crossplane initially supports a
140140
subset of the Policy Controller configuration options which can be found in the
141-
[API reference](https://docs.crossplane.io/master/api/#ImageConfig-spec-verification-cosign)
141+
[API reference]({{<ref "../api/#ImageConfig-spec-verification-cosign">}})
142142
for the `ImageConfig` resource together with their descriptions.
143143

144144
When multiple authorities are provided, the package manager verifies the

0 commit comments

Comments
 (0)