Skip to content

Commit 5a5863c

Browse files
Docs: sidebar reference link needs to be full URL (#1117)
1 parent 5ef7023 commit 5a5863c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const sidebars = {
8787
{
8888
type: 'link',
8989
label: 'Reference',
90-
href: '/api-docs/slack_bolt',
90+
href: 'https://slack.dev/bolt-python/api-docs/slack_bolt/',
9191
},
9292
{type: 'html', value: '<hr>'},
9393
{

0 commit comments

Comments
 (0)