Skip to content

Commit

Permalink
Use local refs for docs
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Coward <scoward@vmware.com>
  • Loading branch information
emmjohnson and idoru committed Sep 21, 2021
1 parent efa5e04 commit 378e0d8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions site/content/docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ notes:

2. `spec.image` is useful for enabling workflows that are not based on building the container image from within the supplychain, but outside.

_ref: [pkg/apis/v1alpha1/workload.go](https://github.com/vmware-tanzu/cartographer/blob/v0.0.3/pkg/apis/v1alpha1/workload.go)_
_ref: [pkg/apis/v1alpha1/workload.go](../../../pkg/apis/v1alpha1/workload.go)_


### ClusterSupplyChain
Expand Down Expand Up @@ -228,7 +228,7 @@ spec:
```
_ref: [pkg/apis/v1alpha1/cluster_supply_chain.go](https://github.com/vmware-tanzu/cartographer/blob/v0.0.3/pkg/apis/v1alpha1/cluster_supply_chain.go)_
_ref: [pkg/apis/v1alpha1/cluster_supply_chain.go](../../../pkg/apis/v1alpha1/cluster_supply_chain.go)_
### ClusterSourceTemplate
Expand Down Expand Up @@ -288,7 +288,7 @@ spec:
ignore: ""
```
_ref: [pkg/apis/v1alpha1/cluster_source_template.go](https://github.com/vmware-tanzu/cartographer/blob/v0.0.3/pkg/apis/v1alpha1/cluster_source_template.go)_
_ref: [pkg/apis/v1alpha1/cluster_source_template.go](../../../pkg/apis/v1alpha1/cluster_source_template.go)_
### ClusterImageTemplate
Expand Down Expand Up @@ -331,7 +331,7 @@ spec:
url: $(sources.provider.url)$
```
_ref: [pkg/apis/v1alpha1/cluster_image_template.go](https://github.com/vmware-tanzu/cartographer/blob/v0.0.3/pkg/apis/v1alpha1/cluster_image_template.go)_
_ref: [pkg/apis/v1alpha1/cluster_image_template.go](../../../pkg/apis/v1alpha1/cluster_image_template.go)_
### ClusterConfigTemplate
Expand Down Expand Up @@ -381,7 +381,7 @@ spec:
- name: registry-credentials
```

_ref: [pkg/apis/v1alpha1/cluster_config_template.go](https://github.com/vmware-tanzu/cartographer/blob/v0.0.3/pkg/apis/v1alpha1/cluster_config_template.go)_
_ref: [pkg/apis/v1alpha1/cluster_config_template.go](../../../pkg/apis/v1alpha1/cluster_config_template.go)_


### ClusterTemplate
Expand Down Expand Up @@ -445,4 +445,4 @@ spec:
- kapp: {}
```

_ref: [pkg/apis/v1alpha1/cluster_template.go](https://github.com/vmware-tanzu/cartographer/blob/v0.0.3/pkg/apis/v1alpha1/cluster_template.go)_
_ref: [pkg/apis/v1alpha1/cluster_template.go](../../../pkg/apis/v1alpha1/cluster_template.go)_

0 comments on commit 378e0d8

Please sign in to comment.