Skip to content

Commit 66bb320

Browse files
committed
Change announcement link to absolute
The Docusaurus docs site uses an absolute link, so I think we should follow that as well.
1 parent e34df55 commit 66bb320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ const config = {
513513
announcementBar: {
514514
id: 'new_version',
515515
content:
516-
'<b>Announcing the release of ScalarDB 3.15!🚀 For details on what\'s included in this new version, see the <a target="_self" rel="noopener noreferrer" href="/docs/latest/releases/release-notes">release notes</a>.',
516+
'<b>Announcing the release of ScalarDB 3.15!🚀 For details on what\'s included in this new version, see the <a target="_self" href="https://scalardb.scalar-labs.com/docs/docs/latest/releases/release-notes">release notes</a>.',
517517
// '<b>Announcing the release of ScalarDB X.X!🚀 For details on what\'s included in this new version, see the <a target="_self" rel="noopener noreferrer" href="/docs/latest/releases/release-notes">release notes</a>.<b>',
518518
backgroundColor: '#2673BB',
519519
textColor: '#FFFFFF',

0 commit comments

Comments
 (0)