diff --git a/workspaces/gitops-profiles/.changeset/wet-jars-sneeze.md b/workspaces/gitops-profiles/.changeset/wet-jars-sneeze.md new file mode 100644 index 0000000000..376ef25850 --- /dev/null +++ b/workspaces/gitops-profiles/.changeset/wet-jars-sneeze.md @@ -0,0 +1,5 @@ +--- +'@backstage-community/plugin-gitops-profiles': patch +--- + +Fix broken link to docker image with binary of the plugin diff --git a/workspaces/gitops-profiles/plugins/gitops-profiles/README.md b/workspaces/gitops-profiles/plugins/gitops-profiles/README.md index 472ea3cc4e..2fa8495728 100644 --- a/workspaces/gitops-profiles/plugins/gitops-profiles/README.md +++ b/workspaces/gitops-profiles/plugins/gitops-profiles/README.md @@ -16,7 +16,7 @@ It is only meant for local development, and the setup for it can be found inside ## Use GitOps-API backend with Backstage The backend of this plugin is written in Golang and its source code is available [here](https://github.com/chanwit/gitops-api) as a separate GitHub repository. -The binary of this plugin is available as a ready-to-use Docker image, [https://hub.docker.com/chanwit/gitops-api](https://hub.docker.com/chanwit/gitops-api). +The binary of this plugin is available as a ready-to-use Docker image, [https://hub.docker.com/r/chanwit/gitops-api](https://hub.docker.com/r/chanwit/gitops-api). To start using GitOps with Backstage, you have to start the backend using the following command: ```bash