Skip to content

Commit

Permalink
fix: dead link
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Jun 27, 2024
1 parent 1e9b85e commit d756c48
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ aelf is a high-performance, cloud-native, layer-1 blockchain network with its Ma

<section className="row">

<article className="col col--6 margin-bottom--lg">
<article className="col col--4 margin-bottom--lg">

## 🏁 Quick Start

Expand All @@ -28,26 +28,20 @@ aelf is a high-performance, cloud-native, layer-1 blockchain network with its Ma

</article>

<article className="col col--6 margin-bottom--lg">
<article className="col col--4 margin-bottom--lg">

## 📚 Understanding aelf
## ⭐️ References

- [Core](/learn/core/) - aelf's core architecture
- [Cross-chain](/learn/cross-chain/) - aelf's cross-chain architecture
- [Consensus](/learn/consensus/) - Understanding aelf's consensus mechanism
- [Network](/learn/network/) - Exploring aelf's network architecture
- [Addresses](/learn/addresses/) - Managing aelf's blockchain addresses
- [Transactions](/learn/transactions/) - Handling transaction processes
- [Smart Contract](/learn/smart-contract/) - aelf's smart contract architecture
- [ACS Introduction](/learn/acs-introduction/) - An introduction to aelf contract system
- [Web API](/docs/web-api/) - Interact with the aelf blockchain through the web
- [Smart Contract API](/docs/smart-contract-api/) - Access smart contract functionalities using API

</article>

<article className="col col--6 margin-bottom--lg">
<article className="col col--4 margin-bottom--lg">

## 📖 Tutorials

- [Smart Contract](/tutorials/smart-contract-development/) Development
- [Smart Contract](/quick-start/develop-your-first-aelf-smart-contract/) Development
- [Operate a Node](/tutorials/operate-a-node/)
- Run a [Testnet](/tutorials/operate-a-node/run-a-testnet-node/) Node
- Run a [Mainnet](/tutorials/operate-a-node/run-a-mainnet-node/) Node
Expand All @@ -56,7 +50,7 @@ aelf is a high-performance, cloud-native, layer-1 blockchain network with its Ma

</article>

<article className="col col--6 margin-bottom--lg">
<article className="col col--4 margin-bottom--lg">

## 🛠️ Tools

Expand All @@ -69,16 +63,22 @@ aelf is a high-performance, cloud-native, layer-1 blockchain network with its Ma

</article>

<article className="col col--6 margin-bottom--lg">
<article className="col col--4 margin-bottom--lg">

## ⭐️ References
## 📚 Understanding aelf

- [Web API](/docs/web-api/) - Interact with the aelf blockchain through the web
- [Smart Contract API](/docs/smart-contract-api/) - Access smart contract functionalities using API
- [Core](/learn/core/) - aelf's core architecture
- [Cross-chain](/learn/cross-chain/) - aelf's cross-chain architecture
- [Consensus](/learn/consensus/) - Understanding aelf's consensus mechanism
- [Network](/learn/network/) - Exploring aelf's network architecture
- [Addresses](/learn/addresses/) - Managing aelf's blockchain addresses
- [Transactions](/learn/transactions/) - Handling transaction processes
- [Smart Contract](/learn/smart-contract/) - aelf's smart contract architecture
- [ACS Introduction](/learn/acs-introduction/) - An introduction to aelf contract system

</article>

<article className="col col--6 margin-bottom--lg">
<article className="col col--4 margin-bottom--lg">

## 🔖 Resources

Expand Down

0 comments on commit d756c48

Please sign in to comment.