Skip to content

Commit

Permalink
fix(contract): broken link with new contract name
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed Aug 5, 2024
1 parent 29ce381 commit 44fc077
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/technical-documentation/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,23 @@ Deepen your understanding of the Axone Protocol's Smart Contracts.
<div class="row row-cols-1 row-cols-md-2a g-3">
<div class="col">
<div class="card card-body h-100 d-flex flex-column">
<a href="/contracts/okp4-objectarium" class="card-title card-link stretched-link">
<a href="/contracts/axone-objectarium" class="card-title card-link stretched-link">
<h2>Objectarium</h2>
</a>
<p class="card-text">Introducing the immutable on-chain Object Storage.</p>
</div>
</div>
<div class="col">
<div class="card card-body h-100 d-flex flex-column">
<a href="/contracts/okp4-cognitarium" class="card-title card-link stretched-link">
<a href="/contracts/axone-cognitarium" class="card-title card-link stretched-link">
<h2>Cognitarium</h2>
</a>
<p class="card-text">Introducing the on-chain Semantic Storage layer.</p>
</div>
</div>
<div class="col">
<div class="card card-body h-100 d-flex flex-column">
<a href="/contracts/okp4-law-stone" class="card-title card-link stretched-link">
<a href="/contracts/axone-law-stone" class="card-title card-link stretched-link">
<h2>Law Stone</h2>
</a>
<p class="card-text">Introducing the Governance Interpreter.</p>
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const config = {
{
type: 'docsVersionDropdown',
position: 'right',
dropdownItemsAfter: [{ to: '/contracts/okp4-cognitarium', label: 'Latest version' }],
dropdownItemsAfter: [{ to: '/contracts/axone-cognitarium', label: 'Latest version' }],
docsPluginId: 'contracts',
dropdownActiveClassDisabled: true
},
Expand Down
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const sidebars = {
{
type: 'link',
label: 'Smart contracts',
href: '/contracts/okp4-cognitarium'
href: '/contracts/axone-cognitarium'
},
{
type: 'link',
Expand Down

0 comments on commit 44fc077

Please sign in to comment.