Skip to content

Commit

Permalink
Fix broken DIP link (#310)
Browse files Browse the repository at this point in the history
* Fix broken DIP link

* Update docusaurus.config.js

* Update docusaurus.config.js
  • Loading branch information
ChrisChinchilla authored Apr 11, 2024
1 parent e2eb262 commit cbeda54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ module.exports = {
image: 'img/expert_dark_preview.png',
announcementBar: {
id: 'dip-announcement',
content: 'DIP enables OpenID inspired cross-chain identity, <a href="docs/concepts/dip/what-is-dip">help us test this new feature</a>!',
// Use absolute links proceeded by '/docs'
content: 'DIP enables OpenID inspired cross-chain identity, <a href="/docs/concepts/dip/what-is-dip">help us test this new feature</a>!',
backgroundColor: '#2db528',
textColor: '#fff',
isCloseable: true,
Expand Down

0 comments on commit cbeda54

Please sign in to comment.