Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #529 from EOSIO/docs-528
Browse files Browse the repository at this point in the history
Fix broken link in doxygen
  • Loading branch information
bytemaster authored Oct 6, 2017
2 parents d5640bd + cb491d3 commit af37612
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions contracts/eoslib/mainpage.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Welcome to the EOS.IO Documentation
-----------------------------------

@note This documentation is in progress and subject to change due present rapid development. Please report inaccuracies identified to the [EOS.IO Developer Telegram Group](https://t.me/joinchat/EaEnSUPktgfoI-XPfMYtcQ)
@note This documentation is in progress and subject to change due to rapid development. Please report inaccuracies identified to the [EOS.IO Developer Telegram Group](https://t.me/joinchat/EaEnSUPktgfoI-XPfMYtcQ)

## EOS.IO
- [EOS.IO Official Website](https://www.eos.io/)
Expand Down Expand Up @@ -31,10 +31,9 @@ Welcome to the EOS.IO Documentation

## Smart Contract Developers
- [Introduction to Contract Development Tutorial](https://eosio.github.io/eos/md_contracts_eoslib_tutorial.html)
- [How to Deploy Smart Contracts](https://github.com/EOSIO/eos#accountssmartcontracts)
- [Reference Introduction](https://eosio.github.io/eos/group__contractdev.html)
- [How to Deploy Smart Contracts](https://github.com/EOSIO/eos#smartcontracts)
- [RPC Interface](https://eosio.github.io/eos/group__eosiorpc.html)
- API Reference
- [API Reference](https://eosio.github.io/eos/group__contractdev.html)
- @ref database - APIs that store and retreive data on the blockchainEOS.IO organizes data according to the following broad structure
- @ref mathapi - Defines common math function
- @ref messageapi - Define API for querying message properties
Expand Down

0 comments on commit af37612

Please sign in to comment.