From 311a4f017aef1d24989e3cc3b337d01c3f25cfa0 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Lallement Date: Thu, 16 Nov 2023 18:05:33 +0100 Subject: [PATCH] docs: fix rtd root url to point to latest --- docs/docs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs.go b/docs/docs.go index 9f37e7bb8..59a5b4fc0 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -12,4 +12,4 @@ import ( var Dir embed.FS // RTDRootURL is the root url of ReadTheDoc adsys documentation. -const RTDRootURL = "https://canonical-adsys.readthedocs-hosted.com/en/documentation_bootstrap" +const RTDRootURL = "https://canonical-adsys.readthedocs-hosted.com/en/latest"