From 344af0299eb4db5b47c8340f4f994bcb292cf74d Mon Sep 17 00:00:00 2001 From: Adrian Edwards Date: Mon, 4 May 2026 13:47:21 -0400 Subject: [PATCH] update docs links from /main to /latest Signed-off-by: Adrian Edwards --- pyproject.toml | 2 +- scripts/docker/config.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 04a634540..6445d832e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,7 @@ collectoss = "collectoss.application.cli._multicommand:run" [project.urls] Homepage = "https://github.com/chaoss/collectoss" -Documentation = "https://collectoss.readthedocs.io/en/main/" +Documentation = "https://collectoss.readthedocs.io/en/latest/" ############################################################ diff --git a/scripts/docker/config.sh b/scripts/docker/config.sh index 691bd8fac..6170ea57e 100755 --- a/scripts/docker/config.sh +++ b/scripts/docker/config.sh @@ -43,7 +43,7 @@ function get_github_api_key() { echo echo "Please provide a valid GitHub API key." echo "For more information on how to create the key, visit:" - echo "https://collectoss.readthedocs.io/en/main/getting-started/installation.html#backend" + echo "https://collectoss.readthedocs.io/en/latest/getting-started/installation.html#backend" echo "** This is required for CollectOSS to gather data ***" read -p "GitHub API Key: " github_api_key blank_confirm github_api_key @@ -63,7 +63,7 @@ function get_gitlab_api_key() { echo echo "Please provide a valid GitLab API key." echo "For more information on how to create the key, visit:" - echo "https://collectoss.readthedocs.io/en/main/getting-started/installation.html#backend" + echo "https://collectoss.readthedocs.io/en/latest/getting-started/installation.html#backend" echo "** This is required for CollectOSS to gather data ***" read -p "GitLab API Key: " gitlab_api_key blank_confirm gitlab_api_key