From 931d213ef859755034caf43c184c74c553249e96 Mon Sep 17 00:00:00 2001 From: Cyril Chene Date: Mon, 30 Mar 2026 22:56:25 +0200 Subject: [PATCH] JGC-453 - Fix documentation links --- README.md | 6 +++--- build/chocolatey/v2-jf/jfrog-cli-v2-jf.nuspec | 2 +- build/chocolatey/v2/jfrog-cli.nuspec | 2 +- build/deb_rpm/v2-jf/deb/debian/control | 2 +- build/deb_rpm/v2/deb/debian/control | 2 +- build/npm/v2-jf/README.md | 2 +- build/npm/v2/README.md | 2 +- documentation/CLI-for-JFrog-Artifactory.md | 2 +- documentation/CLI-for-JFrog-Cloud-Transfer.md | 2 +- documentation/CLI-for-JFrog-Curation.md | 2 +- documentation/CLI-for-JFrog-Distribution.md | 2 +- documentation/CLI-for-JFrog-Lifecycle.md | 2 +- documentation/CLI-for-JFrog-Mission-Control.md | 2 +- documentation/CLI-for-JFrog-Pipelines.md | 2 +- documentation/CLI-for-JFrog-Xray.md | 2 +- documentation/JFrog-CLI.md | 2 +- general/ai/cli.go | 5 ++--- guides/getting-started-with-jfrog-using-the-cli.md | 2 +- 18 files changed, 21 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 7f009b707..16c4e0fa3 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![Scanned by Frogbot](https://raw.github.com/jfrog/frogbot/master/images/frogbot-badge.svg)](https://github.com/jfrog/frogbot#readme) [![Go Report Card](https://goreportcard.com/badge/github.com/jfrog/jfrog-cli)](https://goreportcard.com/report/github.com/jfrog/jfrog-cli) -[![license](https://img.shields.io/badge/License-Apache_2.0-blue.svg?style=flat)](https://raw.githubusercontent.com/jfrog/jfrog-cli/master/LICENSE) [![](https://img.shields.io/badge/Docs-%F0%9F%93%96-blue)](https://docs.jfrog-applications.jfrog.io/jfrog-applications/jfrog-cli) +[![license](https://img.shields.io/badge/License-Apache_2.0-blue.svg?style=flat)](https://raw.githubusercontent.com/jfrog/jfrog-cli/master/LICENSE) [![](https://img.shields.io/badge/Docs-%F0%9F%93%96-blue)](https://docs.jfrog.com/integrations/docs/jfrog-cli) [![Go version](https://img.shields.io/github/go-mod/go-version/jfrog/jfrog-cli)](https://tip.golang.org/doc/go1.25) @@ -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/documentation/blob/main/jfrog-applications/jfrog-cli/cli-plugins/developer-guide.md). # Release Notes diff --git a/build/chocolatey/v2-jf/jfrog-cli-v2-jf.nuspec b/build/chocolatey/v2-jf/jfrog-cli-v2-jf.nuspec index 9fc7ad50e..a59fbb74c 100644 --- a/build/chocolatey/v2-jf/jfrog-cli-v2-jf.nuspec +++ b/build/chocolatey/v2-jf/jfrog-cli-v2-jf.nuspec @@ -8,7 +8,7 @@ JFrog CLI V2-jf JFrog Ltd JFrog Ltd - https://docs.jfrog-applications.jfrog.io/jfrog-applications/jfrog-cli + https://docs.jfrog.com/integrations/docs/jfrog-cli https://github.com/jfrog/jfrog-cli/blob/v2/LICENSE false https://github.com/jfrog/jfrog-cli/issues diff --git a/build/chocolatey/v2/jfrog-cli.nuspec b/build/chocolatey/v2/jfrog-cli.nuspec index d65e32bb4..13b5881c2 100644 --- a/build/chocolatey/v2/jfrog-cli.nuspec +++ b/build/chocolatey/v2/jfrog-cli.nuspec @@ -8,7 +8,7 @@ JFrog CLI V2 JFrog Ltd JFrog Ltd - https://docs.jfrog-applications.jfrog.io/jfrog-applications/jfrog-cli + https://docs.jfrog.com/integrations/docs/jfrog-cli https://github.com/jfrog/jfrog-cli/blob/v2/LICENSE false https://github.com/jfrog/jfrog-cli/issues diff --git a/build/deb_rpm/v2-jf/deb/debian/control b/build/deb_rpm/v2-jf/deb/debian/control index 8e2d15591..2bfa631df 100644 --- a/build/deb_rpm/v2-jf/deb/debian/control +++ b/build/deb_rpm/v2-jf/deb/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Jfrog Build-Depends: debhelper (>=8~) Standards-Version: 3.9.7 -Homepage: https://docs.jfrog-applications.jfrog.io/jfrog-applications/jfrog-cli +Homepage: https://docs.jfrog.com/integrations/docs/jfrog-cli Package: jfrog-cli-v2-jf Architecture: any diff --git a/build/deb_rpm/v2/deb/debian/control b/build/deb_rpm/v2/deb/debian/control index 4c9f43f08..537641e27 100644 --- a/build/deb_rpm/v2/deb/debian/control +++ b/build/deb_rpm/v2/deb/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Jfrog Build-Depends: debhelper (>=8~) Standards-Version: 3.9.7 -Homepage: https://docs.jfrog-applications.jfrog.io/jfrog-applications/jfrog-cli +Homepage: https://docs.jfrog.com/integrations/docs/jfrog-cli Package: jfrog-cli-v2 Architecture: any diff --git a/build/npm/v2-jf/README.md b/build/npm/v2-jf/README.md index 4b3ca76d9..cfda635a3 100644 --- a/build/npm/v2-jf/README.md +++ b/build/npm/v2-jf/README.md @@ -6,7 +6,7 @@ # JFrog CLI -[Website](http://www.jfrog.com) • [Docs](https://docs.jfrog-applications.jfrog.io/jfrog-applications/jfrog-cli) • [Issues](https://github.com/jfrog/jfrog-cli/issues) • [Blog](https://jfrog.com/blog/) • [We're Hiring](https://join.jfrog.com/) • [Artifactory Free Trial](https://jfrog.com/artifactory/free-trial/) +[Website](http://www.jfrog.com) • [Docs](https://docs.jfrog.com/integrations/docs/jfrog-cli) • [Issues](https://github.com/jfrog/jfrog-cli/issues) • [Blog](https://jfrog.com/blog/) • [We're Hiring](https://join.jfrog.com/) • [Artifactory Free Trial](https://jfrog.com/artifactory/free-trial/) ## Overview diff --git a/build/npm/v2/README.md b/build/npm/v2/README.md index ebae7d87d..0d84dc8d7 100644 --- a/build/npm/v2/README.md +++ b/build/npm/v2/README.md @@ -6,7 +6,7 @@ # JFrog CLI -[Website](http://www.jfrog.com) • [Docs](https://docs.jfrog-applications.jfrog.io/jfrog-applications/jfrog-cli) • [Issues](https://github.com/jfrog/jfrog-cli/issues) • [Blog](https://jfrog.com/blog/) • [We're Hiring](https://join.jfrog.com/) • [Artifactory Free Trial](https://jfrog.com/artifactory/free-trial/) +[Website](http://www.jfrog.com) • [Docs](https://docs.jfrog.com/integrations/docs/jfrog-cli) • [Issues](https://github.com/jfrog/jfrog-cli/issues) • [Blog](https://jfrog.com/blog/) • [We're Hiring](https://join.jfrog.com/) • [Artifactory Free Trial](https://jfrog.com/artifactory/free-trial/) ## Overview diff --git a/documentation/CLI-for-JFrog-Artifactory.md b/documentation/CLI-for-JFrog-Artifactory.md index 4be56f28c..0505df706 100644 --- a/documentation/CLI-for-JFrog-Artifactory.md +++ b/documentation/CLI-for-JFrog-Artifactory.md @@ -1 +1 @@ -The documentation for JFrog CLI has been relocated to [this](https://docs.jfrog-applications.jfrog.io/jfrog-applications/jfrog-cli) website. \ No newline at end of file +The documentation for JFrog CLI has been relocated to [this](https://docs.jfrog.com/integrations/docs/jfrog-cli) website. \ No newline at end of file diff --git a/documentation/CLI-for-JFrog-Cloud-Transfer.md b/documentation/CLI-for-JFrog-Cloud-Transfer.md index a29c4f542..cefc3ea2f 100644 --- a/documentation/CLI-for-JFrog-Cloud-Transfer.md +++ b/documentation/CLI-for-JFrog-Cloud-Transfer.md @@ -1 +1 @@ -The documentation for JFrog CLI has been relocated to [this](https://docs.jfrog-applications.jfrog.io/jfrog-applications/jfrog-cli) website. \ No newline at end of file +The documentation for JFrog CLI has been relocated to [this](https://docs.jfrog.com/integrations/docs/jfrog-cli) website. \ No newline at end of file diff --git a/documentation/CLI-for-JFrog-Curation.md b/documentation/CLI-for-JFrog-Curation.md index 4f324c184..d81f8aaad 100644 --- a/documentation/CLI-for-JFrog-Curation.md +++ b/documentation/CLI-for-JFrog-Curation.md @@ -1 +1 @@ -The documentation for JFrog CLI has been relocated to [this](https://docs.jfrog-applications.jfrog.io/jfrog-applications/jfrog-cli) website. \ No newline at end of file +The documentation for JFrog CLI has been relocated to [this](https://docs.jfrog.com/integrations/docs/jfrog-cli) website. \ No newline at end of file diff --git a/documentation/CLI-for-JFrog-Distribution.md b/documentation/CLI-for-JFrog-Distribution.md index 4f324c184..d81f8aaad 100644 --- a/documentation/CLI-for-JFrog-Distribution.md +++ b/documentation/CLI-for-JFrog-Distribution.md @@ -1 +1 @@ -The documentation for JFrog CLI has been relocated to [this](https://docs.jfrog-applications.jfrog.io/jfrog-applications/jfrog-cli) website. \ No newline at end of file +The documentation for JFrog CLI has been relocated to [this](https://docs.jfrog.com/integrations/docs/jfrog-cli) website. \ No newline at end of file diff --git a/documentation/CLI-for-JFrog-Lifecycle.md b/documentation/CLI-for-JFrog-Lifecycle.md index 4f324c184..d81f8aaad 100644 --- a/documentation/CLI-for-JFrog-Lifecycle.md +++ b/documentation/CLI-for-JFrog-Lifecycle.md @@ -1 +1 @@ -The documentation for JFrog CLI has been relocated to [this](https://docs.jfrog-applications.jfrog.io/jfrog-applications/jfrog-cli) website. \ No newline at end of file +The documentation for JFrog CLI has been relocated to [this](https://docs.jfrog.com/integrations/docs/jfrog-cli) website. \ No newline at end of file diff --git a/documentation/CLI-for-JFrog-Mission-Control.md b/documentation/CLI-for-JFrog-Mission-Control.md index 4f324c184..d81f8aaad 100644 --- a/documentation/CLI-for-JFrog-Mission-Control.md +++ b/documentation/CLI-for-JFrog-Mission-Control.md @@ -1 +1 @@ -The documentation for JFrog CLI has been relocated to [this](https://docs.jfrog-applications.jfrog.io/jfrog-applications/jfrog-cli) website. \ No newline at end of file +The documentation for JFrog CLI has been relocated to [this](https://docs.jfrog.com/integrations/docs/jfrog-cli) website. \ No newline at end of file diff --git a/documentation/CLI-for-JFrog-Pipelines.md b/documentation/CLI-for-JFrog-Pipelines.md index 4f324c184..d81f8aaad 100644 --- a/documentation/CLI-for-JFrog-Pipelines.md +++ b/documentation/CLI-for-JFrog-Pipelines.md @@ -1 +1 @@ -The documentation for JFrog CLI has been relocated to [this](https://docs.jfrog-applications.jfrog.io/jfrog-applications/jfrog-cli) website. \ No newline at end of file +The documentation for JFrog CLI has been relocated to [this](https://docs.jfrog.com/integrations/docs/jfrog-cli) website. \ No newline at end of file diff --git a/documentation/CLI-for-JFrog-Xray.md b/documentation/CLI-for-JFrog-Xray.md index 4f324c184..d81f8aaad 100644 --- a/documentation/CLI-for-JFrog-Xray.md +++ b/documentation/CLI-for-JFrog-Xray.md @@ -1 +1 @@ -The documentation for JFrog CLI has been relocated to [this](https://docs.jfrog-applications.jfrog.io/jfrog-applications/jfrog-cli) website. \ No newline at end of file +The documentation for JFrog CLI has been relocated to [this](https://docs.jfrog.com/integrations/docs/jfrog-cli) website. \ No newline at end of file diff --git a/documentation/JFrog-CLI.md b/documentation/JFrog-CLI.md index 4be56f28c..0505df706 100644 --- a/documentation/JFrog-CLI.md +++ b/documentation/JFrog-CLI.md @@ -1 +1 @@ -The documentation for JFrog CLI has been relocated to [this](https://docs.jfrog-applications.jfrog.io/jfrog-applications/jfrog-cli) website. \ No newline at end of file +The documentation for JFrog CLI has been relocated to [this](https://docs.jfrog.com/integrations/docs/jfrog-cli) website. \ No newline at end of file diff --git a/general/ai/cli.go b/general/ai/cli.go index 41bb02388..ab73502aa 100644 --- a/general/ai/cli.go +++ b/general/ai/cli.go @@ -27,7 +27,7 @@ type ApiCommand string const ( cliAiAppApiUrl = "https://cli-ai-app.jfrog.io/api/" askRateLimitHeader = "X-JFrog-CLI-AI" - // The latest version of the terms and conditions for using the AI interface. (https://docs.jfrog-applications.jfrog.io/jfrog-applications/jfrog-cli/cli-ai/terms) + // The latest version of the terms and conditions for using the AI interface. (https://jfrog.com/ai-terms-and-conditions) aiTermsRevision = 1 ) @@ -46,7 +46,6 @@ func HowCmd(c *cli.Context) error { return cliutils.WrongNumberOfArgumentsHandler(c) } log.Output(coreutils.PrintLink("This AI-powered interface converts natural language inputs into AI-generated JFrog CLI commands.\n" + - "For more information about this interface, see https://docs.jfrog-applications.jfrog.io/jfrog-applications/jfrog-cli/cli-ai\n" + "Try it out by typing a question, such as: 'How can I upload all .zip files from user/mylibs/ to the libs-local repository in Artifactory?'\n" + "Note: JFrog AI Assistant is in beta and currently supports primarily Artifactory and Xray commands.\n")) @@ -213,7 +212,7 @@ func handleAiTermsAgreement() (bool, error) { } if latestTermsVer == nil || *latestTermsVer < aiTermsRevision { if !coreutils.AskYesNo("By using this interface, you agree to the terms of JFrog's AI Addendum on behalf of your organization as an active JFrog customer.\n"+ - "Review these terms at "+coreutils.PrintLink("https://docs.jfrog-applications.jfrog.io/jfrog-applications/jfrog-cli/cli-ai/terms")+ + "Review these terms at "+coreutils.PrintLink("https://jfrog.com/ai-terms-and-conditions")+ "\nDo you agree?", false) { return false, nil } diff --git a/guides/getting-started-with-jfrog-using-the-cli.md b/guides/getting-started-with-jfrog-using-the-cli.md index 84bfa87d6..c79749350 100644 --- a/guides/getting-started-with-jfrog-using-the-cli.md +++ b/guides/getting-started-with-jfrog-using-the-cli.md @@ -124,6 +124,6 @@ jf rt bp ### More * Read more - about [JFrog CLI](https://docs.jfrog-applications.jfrog.io/jfrog-applications/jfrog-cli) & [JFrog's IDE Integrations](https://docs.jfrog-applications.jfrog.io/jfrog-applications/ide) + about [JFrog CLI](https://docs.jfrog.com/integrations/docs/jfrog-cli) & [JFrog's IDE Integrations](https://docs.jfrog.com/security/docs/ides) * **Your feedback is important!** We'd love to get your feedback and answer any questions you may have. Communicate with us through [GitHub](https://github.com/jfrog/jfrog-cli/issues).