From 35c975345e0365a9fdc2ef0a287334cf8b794527 Mon Sep 17 00:00:00 2001 From: Balasubramanyam Kosuri Date: Tue, 14 Jul 2026 17:19:52 +0530 Subject: [PATCH] Fix broken JFrog CLI Plugins docs links in README Point the plugins section links to docs.jfrog.com and the in-repo developer guide instead of the unavailable docs.jfrog-applications.jfrog.io URLs. Co-authored-by: Cursor --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f009b707..7ad5bb14e 100644 --- a/README.md +++ b/README.md @@ -193,11 +193,11 @@ the [JFrog CLI User Guide](https://jfrog.com/help/r/jfrog-cli). # JFrog CLI Plugins -[JFrog CLI Plugins](https://docs.jfrog-applications.jfrog.io/jfrog-applications/jfrog-cli/cli-plugins) support enhancing the functionality of JFrog CLI to meet the specific user and organization needs. The +[JFrog CLI Plugins](https://docs.jfrog.com/integrations/docs/jfrog-cli-plugins) support enhancing the functionality of JFrog CLI to meet the specific user and organization needs. The source code of a plugin is maintained as an open source Go project on GitHub. All public plugins are registered in JFrog CLI's Plugins Registry, which is hosted in the [jfrog-cli-plugins-reg](https://github.com/jfrog/jfrog-cli-plugins-reg) GitHub repository. We encourage you, as developers, to create plugins and share them publicly with the rest of the -community. Read more about this in the [JFrog CLI Plugin Developer Guide](https://docs.jfrog-applications.jfrog.io/jfrog-applications/jfrog-cli/cli-plugins/developer-guide). +community. Read more about this in the [JFrog CLI Plugin Developer Guide](https://github.com/jfrog/jfrog-cli/blob/master/guides/jfrog-cli-plugins-developer-guide.md). # Release Notes