Skip to content

Commit 6310c36

Browse files
authored
website/content/en/docs/migration/v0.19.0.md: fix migration link (#3648)
* website/content/en/docs/migration/v0.19.0.md: fix migration link * docs: fix more broken API links
1 parent 3961a73 commit 6310c36

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
- Upgrade Helm dependency for Helm based-Operators from `v3.2.0` to `v3.2.4` in order to fix CVE-2020-4053. ([#3313](https://github.com/operator-framework/operator-sdk/pull/3313))
4343
- Change default value of `--overwrite` flag in `operator-sdk generate bundle` to true. ([#3280](https://github.com/operator-framework/operator-sdk/pull/3280))
4444
- The scorecard-test-kuttl image was updated to be based off the v0.5.1 version of kudobuilder/kuttl. This update fixes bugs found in kuttl v0.5.0. ([#3369](https://github.com/operator-framework/operator-sdk/pull/3369))
45-
- The `alpha scorecard` subcommand now outputs results as a [scorecard.operatorframework.io/v1alpha3 Test](https://godoc.org/github.com/operator-framework/operator-sdk/pkg/apis/scorecard/v1alpha3#Test) instead of a [scorecard.operatorframework.io/v1alpha2 ScorecardOutput](https://godoc.org/github.com/operator-framework/operator-sdk/pkg/apis/scorecard/v1alpha2#ScorecardOutput). As a result, the `--list` argument will now just output a list of tests, without associated labels. ([#3208](https://github.com/operator-framework/operator-sdk/pull/3208))
45+
- The `alpha scorecard` subcommand now outputs results as a [scorecard.operatorframework.io/v1alpha3 Test](https://pkg.go.dev/github.com/operator-framework/operator-sdk@v0.19.1/pkg/apis/scorecard/v1alpha3?tab=doc#Test) instead of a [scorecard.operatorframework.io/v1alpha2 ScorecardOutput](https://pkg.go.dev/github.com/operator-framework/operator-sdk@v0.19.1/pkg/apis/scorecard/v1alpha2?tab=doc#ScorecardOutput). As a result, the `--list` argument will now just output a list of tests, without associated labels. ([#3208](https://github.com/operator-framework/operator-sdk/pull/3208))
4646

4747
### Removals
4848

website/content/en/docs/migration/v0.19.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ _See [#3265](https://github.com/operator-framework/operator-sdk/pull/3265) for m
2222

2323
## Migrating Go projects to the new Kubebuilder aligned project layout
2424

25-
See the [migration guide][migration-guide][migration-guide]
26-
that walks through an example of how to migrate a Go based operator project from the old layout to the new layout.
25+
See the [migration guide][migration-guide] that walks through an example of how
26+
to migrate a Go based operator project from the old layout to the new layout.
2727

2828
_See [#3190](https://github.com/operator-framework/operator-sdk/pull/3190) for more details._
2929

@@ -47,4 +47,4 @@ to use `UpgradeError` instead of `UpdateError`.
4747

4848
_See [#3269](https://github.com/operator-framework/operator-sdk/pull/3269) for more details._
4949

50-
[migration-guide]: /docs/golang/project_migration_guide
50+
[migration-guide]: /docs/golang/project_migration_guide

website/content/en/docs/scorecard/scorecard-alpha.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ See an example of the text format produced by a scorecard test:
192192
time="2020-06-10T19:00:43Z" level=info msg="Could not find optional dependencies file" name=bundle-test
193193
```
194194

195-
**NOTE** The output format spec matches the [`Test`](https://godoc.org/github.com/operator-framework/operator-sdk/pkg/apis/scorecard/v1alpha3#Test) type layout.
195+
**NOTE** The output format spec matches the [`Test`](https://pkg.go.dev/github.com/operator-framework/operator-sdk@v0.19.1/pkg/apis/scorecard/v1alpha3?tab=doc#Test) type layout.
196196

197197

198198
## Exit Status

0 commit comments

Comments
 (0)