From 9581bd0e7b85f0c2f11d093ccb4c8ac3d5b62d48 Mon Sep 17 00:00:00 2001 From: Eric Stroczynski Date: Wed, 4 Nov 2020 14:22:24 -0800 Subject: [PATCH] docs/olm-integration/quickstart-package-manifests.md: fix Makefile target link --- .../en/docs/olm-integration/quickstart-package-manifests.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/en/docs/olm-integration/quickstart-package-manifests.md b/website/content/en/docs/olm-integration/quickstart-package-manifests.md index da83602ef16..32f4ac345f9 100644 --- a/website/content/en/docs/olm-integration/quickstart-package-manifests.md +++ b/website/content/en/docs/olm-integration/quickstart-package-manifests.md @@ -5,7 +5,7 @@ weight: 2 --- This guide assumes you have followed the introduction and *Setup* section of the [bundle quickstart][quickstart-bundle], -and have added the `packagemanifests` target to your `Makefile` as described [here][doc-olm-generate]. +and have added the `packagemanifests` target to your `Makefile` as described [here][doc-packagemanifests-makefile]. **Important:** this guide assumes your project was scaffolded with `operator-sdk init --project-version=3-alpha`. 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 [operator-registry]:https://github.com/operator-framework/operator-registry [cli-run-packagemanifests]:/docs/cli/operator-sdk_run_packagemanifests [cli-cleanup]:/docs/cli/operator-sdk_cleanup -[doc-olm-generate]:/docs/olm-integration/generation#overview +[doc-packagemanifests-makefile]:/docs/olm-integration/generation/#package-manifests-format [doc-testing-deployment]:/docs/olm-integration/testing-deployment