Skip to content

Commit fd61792

Browse files
author
Eric Stroczynski
authored
docs/olm-integration/quickstart-package-manifests.md: fix Makefile target link (#4185)
1 parent 9241d07 commit fd61792

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/content/en/docs/olm-integration/quickstart-package-manifests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 2
55
---
66

77
This guide assumes you have followed the introduction and *Setup* section of the [bundle quickstart][quickstart-bundle],
8-
and have added the `packagemanifests` target to your `Makefile` as described [here][doc-olm-generate].
8+
and have added the `packagemanifests` target to your `Makefile` as described [here][doc-packagemanifests-makefile].
99

1010
**Important:** this guide assumes your project was scaffolded with `operator-sdk init --project-version=3-alpha`.
1111
These features are unavailable to projects of version `2` or less; this information can be found by inspecting
@@ -93,5 +93,5 @@ INFO[0001] operator "memcached-operator" uninstalled
9393
[operator-registry]:https://github.com/operator-framework/operator-registry
9494
[cli-run-packagemanifests]:/docs/cli/operator-sdk_run_packagemanifests
9595
[cli-cleanup]:/docs/cli/operator-sdk_cleanup
96-
[doc-olm-generate]:/docs/olm-integration/generation#overview
96+
[doc-packagemanifests-makefile]:/docs/olm-integration/generation/#package-manifests-format
9797
[doc-testing-deployment]:/docs/olm-integration/testing-deployment

0 commit comments

Comments
 (0)