From a02da8c1a0447b64aae9d78974ff29182a295538 Mon Sep 17 00:00:00 2001 From: Angelo Delefortrie Date: Thu, 3 Sep 2026 12:21:49 +0200 Subject: [PATCH] fix: replace pkg.go.dev references to "OutlineFoundation/outline-sdk" with "golang.getoutline.org/sdk" --- i18n/en/docusaurus-plugin-content-docs/current.json | 2 +- sidebars.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/en/docusaurus-plugin-content-docs/current.json b/i18n/en/docusaurus-plugin-content-docs/current.json index c1c5298ac..a242f3cdf 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current.json +++ b/i18n/en/docusaurus-plugin-content-docs/current.json @@ -49,6 +49,6 @@ }, "sidebar.sdkSidebar.link.Go API Reference": { "message": "Go API Reference", - "description": "The label for link 'Go API Reference' in sidebar 'sdkSidebar', linking to 'https://pkg.go.dev/github.com/OutlineFoundation/outline-sdk'" + "description": "The label for link 'Go API Reference' in sidebar 'sdkSidebar', linking to 'https://pkg.go.dev/golang.getoutline.org/sdk'" } } diff --git a/sidebars.ts b/sidebars.ts index 016b8cf90..40bf97d5d 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -96,7 +96,7 @@ const sidebars: SidebarsConfig = { { type: 'link', label: 'Go API Reference', - href: 'https://pkg.go.dev/github.com/OutlineFoundation/outline-sdk', + href: 'https://pkg.go.dev/golang.getoutline.org/sdk', }, ], },