From 361c0866d1468be96c30d724b95737f02986c748 Mon Sep 17 00:00:00 2001 From: Sandwich Date: Sun, 1 Oct 2017 10:08:29 +0200 Subject: [PATCH 1/2] fix broken link --- contracts/eoslib/mainpage.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/contracts/eoslib/mainpage.md b/contracts/eoslib/mainpage.md index 0efbf4126b9..50ae3ecb133 100644 --- a/contracts/eoslib/mainpage.md +++ b/contracts/eoslib/mainpage.md @@ -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 From cb491d31d49281f624389392e3de9bc6f0f57836 Mon Sep 17 00:00:00 2001 From: Sandwich Date: Sun, 1 Oct 2017 10:23:52 +0200 Subject: [PATCH 2/2] fix typo --- contracts/eoslib/mainpage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/eoslib/mainpage.md b/contracts/eoslib/mainpage.md index 50ae3ecb133..36dfebc49fa 100644 --- a/contracts/eoslib/mainpage.md +++ b/contracts/eoslib/mainpage.md @@ -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/)