Skip to content

Commit 8fcfde9

Browse files
committed
api-docs: fix external link source for v1.Artifact
Plus a switch from `godoc.org` -> `pkg.go.dev`. Signed-off-by: Hidde Beydals <[email protected]>
1 parent 4ab3c21 commit 8fcfde9

File tree

3 files changed

+79
-63
lines changed

3 files changed

+79
-63
lines changed

docs/api/v1/source.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ string
8383
<td>
8484
<code>secretRef</code><br>
8585
<em>
86-
<a href="https://godoc.org/github.com/fluxcd/pkg/apis/meta#LocalObjectReference">
86+
<a href="https://pkg.go.dev/github.com/fluxcd/pkg/apis/meta#LocalObjectReference">
8787
github.com/fluxcd/pkg/apis/meta.LocalObjectReference
8888
</a>
8989
</em>
@@ -102,7 +102,7 @@ and &lsquo;known_hosts&rsquo; fields.</p>
102102
<td>
103103
<code>interval</code><br>
104104
<em>
105-
<a href="https://godoc.org/k8s.io/apimachinery/pkg/apis/meta/v1#Duration">
105+
<a href="https://pkg.go.dev/k8s.io/apimachinery/pkg/apis/meta/v1#Duration">
106106
Kubernetes meta/v1.Duration
107107
</a>
108108
</em>
@@ -115,7 +115,7 @@ Kubernetes meta/v1.Duration
115115
<td>
116116
<code>timeout</code><br>
117117
<em>
118-
<a href="https://godoc.org/k8s.io/apimachinery/pkg/apis/meta/v1#Duration">
118+
<a href="https://pkg.go.dev/k8s.io/apimachinery/pkg/apis/meta/v1#Duration">
119119
Kubernetes meta/v1.Duration
120120
</a>
121121
</em>
@@ -361,7 +361,7 @@ Artifact (sub-)contents must be included, and where they should be placed.</p>
361361
<td>
362362
<code>repository</code><br>
363363
<em>
364-
<a href="https://godoc.org/github.com/fluxcd/pkg/apis/meta#LocalObjectReference">
364+
<a href="https://pkg.go.dev/github.com/fluxcd/pkg/apis/meta#LocalObjectReference">
365365
github.com/fluxcd/pkg/apis/meta.LocalObjectReference
366366
</a>
367367
</em>
@@ -519,7 +519,7 @@ string
519519
<td>
520520
<code>secretRef</code><br>
521521
<em>
522-
<a href="https://godoc.org/github.com/fluxcd/pkg/apis/meta#LocalObjectReference">
522+
<a href="https://pkg.go.dev/github.com/fluxcd/pkg/apis/meta#LocalObjectReference">
523523
github.com/fluxcd/pkg/apis/meta.LocalObjectReference
524524
</a>
525525
</em>
@@ -538,7 +538,7 @@ and &lsquo;known_hosts&rsquo; fields.</p>
538538
<td>
539539
<code>interval</code><br>
540540
<em>
541-
<a href="https://godoc.org/k8s.io/apimachinery/pkg/apis/meta/v1#Duration">
541+
<a href="https://pkg.go.dev/k8s.io/apimachinery/pkg/apis/meta/v1#Duration">
542542
Kubernetes meta/v1.Duration
543543
</a>
544544
</em>
@@ -551,7 +551,7 @@ Kubernetes meta/v1.Duration
551551
<td>
552552
<code>timeout</code><br>
553553
<em>
554-
<a href="https://godoc.org/k8s.io/apimachinery/pkg/apis/meta/v1#Duration">
554+
<a href="https://pkg.go.dev/k8s.io/apimachinery/pkg/apis/meta/v1#Duration">
555555
Kubernetes meta/v1.Duration
556556
</a>
557557
</em>
@@ -683,7 +683,7 @@ object.</p>
683683
<td>
684684
<code>conditions</code><br>
685685
<em>
686-
<a href="https://godoc.org/k8s.io/apimachinery/pkg/apis/meta/v1#Condition">
686+
<a href="https://pkg.go.dev/k8s.io/apimachinery/pkg/apis/meta/v1#Condition">
687687
[]Kubernetes meta/v1.Condition
688688
</a>
689689
</em>
@@ -767,7 +767,7 @@ produce the current Artifact.</p>
767767
<td>
768768
<code>ReconcileRequestStatus</code><br>
769769
<em>
770-
<a href="https://godoc.org/github.com/fluxcd/pkg/apis/meta#ReconcileRequestStatus">
770+
<a href="https://pkg.go.dev/github.com/fluxcd/pkg/apis/meta#ReconcileRequestStatus">
771771
github.com/fluxcd/pkg/apis/meta.ReconcileRequestStatus
772772
</a>
773773
</em>
@@ -815,7 +815,7 @@ string
815815
<td>
816816
<code>secretRef</code><br>
817817
<em>
818-
<a href="https://godoc.org/github.com/fluxcd/pkg/apis/meta#LocalObjectReference">
818+
<a href="https://pkg.go.dev/github.com/fluxcd/pkg/apis/meta#LocalObjectReference">
819819
github.com/fluxcd/pkg/apis/meta.LocalObjectReference
820820
</a>
821821
</em>

0 commit comments

Comments
 (0)