Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion i18n/en/docusaurus-plugin-content-docs/current.json
Original file line number Diff line number Diff line change
Expand Up @@ -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'"
}
}
2 changes: 1 addition & 1 deletion sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
],
},
Expand Down
Loading