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', }, ], },