diff --git a/modules/osdk-run-proxy.adoc b/modules/osdk-run-proxy.adoc index 1869f75c80..217b0435f5 100644 --- a/modules/osdk-run-proxy.adoc +++ b/modules/osdk-run-proxy.adoc @@ -42,7 +42,7 @@ This tutorial uses `HTTP_PROXY` as an example environment variable. .Procedure ifdef::golang[] . Edit the `controllers/memcached_controller.go` file to include the following: -.. Import the `proxy` package from the link:https://github.com/operator-framework/operator-lib/releases/tag/v0.7.0[`operator-lib`] library: +.. Import the `proxy` package from the link:https://github.com/operator-framework/operator-lib[`operator-lib`] library: + [source,golang] ----