Skip to content

Commit

Permalink
Merge pull request #122 from NilFoundation/docs-links-fix
Browse files Browse the repository at this point in the history
[docs] fixes to 500 links
  • Loading branch information
khannanov-nil authored Feb 3, 2025
2 parents 1476796 + f6795cb commit 4a1d846
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/nil/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import {Card, CardSection} from '@site/src/components/CardSection'

<CardSection>
<Card id='learnmore' title='Fundamentals' description='Master the fundamentals of =nil;' to='https://docs.nil.foundation/nil/fundamentals'/>
<Card id='nil101' title='=nil; 101' description='Deploy and call a smart contract' to='https://docs.nil.foundation/nil/getting-started/nil-101'/>
<Card id='gettingstarted' title='Getting started' description='Learn about what makes =nil; unique' to='https://docs.nil.foundation/nil/getting-started/essentials/creating-a-smart-account'/>
<Card id='nil101' title='=nil; 101' description='Deploy and call a smart contract' to='https://docs.nil.foundation/nil/nil-101'/>
<Card id='gettingstarted' title='Getting started' description='Learn about what makes =nil; unique' to='https://docs.nil.foundation/nil/getting-started/account-abstraction'/>
</CardSection>

## Developer tools
Expand Down Expand Up @@ -36,7 +36,7 @@ Learn more about the architecture of =nil; and its specification.
## Featured content

<CardSection>
<Card id='newrelease' date='29 January 2025' title='New release' description='' to='https://docs.nil.foundation/nil/migration-guides/january-2901-2025-release' tagLabel='Migration guides'/>
<Card id='newrelease' date='03 February 2025' title='New release' description='' to='https://docs.nil.foundation/nil/migration-guides/february-0302-2025-release' tagLabel='Migration guides'/>
<Card id='featuredlifecycle' date='14 December 2024' title='Transaction lifecycle' description='' to='https://docs.nil.foundation/nil/core-concepts/transaction-lifecycle' tagLabel='Core concepts'/>
<Card id='featured patterns' date='11 November 2024' title='Design patterns' description='' to='https://docs.nil.foundation/nil/guides/design-patterns' tagLabel='Guides'/>
</CardSection>

0 comments on commit 4a1d846

Please sign in to comment.