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

Commit 9b03ef8

Browse files
authored
Merge pull request #671 from EOSIO/basic-usage-docs
Rename of basic-usage was missed in doc
2 parents 80a6d9c + 56b70a4 commit 9b03ef8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/00_introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
`eosjs` is a Javascript library which provides an API for integrating with EOSIO-based blockchains using the [EOSIO Nodeos RPC API](https://developers.eos.io/eosio-nodeos/reference). The documentation for `eosjs` is structured in the following way:
22

33
* [Installation](02_installation.md) explains how to install `eosjs` using `npm` or `yarn`.
4-
* [Basic Usage](basic-usage/) provides information related to importing `eosjs` in various Javascript environments. The [basic-usage](basic-usage/03_basic-usage.md) document specifically provides brief explanations of the components provided by `eosjs` as well as their typical use cases.
4+
* [Basic Usage](basic-usage/) provides information related to importing `eosjs` in various Javascript environments. The [basic-usage](basic-usage/index.md) document specifically provides brief explanations of the components provided by `eosjs` as well as their typical use cases.
55
* [FAQ](faq/) provides answers to frequently asked questions surrounding the `eosjs` software.
66
* [How-To Guides](how-to-guides/) provides how-tos on everything from getting block information to proposing and signing multi-sig transactions.
77
* [Troubleshooting](troubleshooting/) provides possible exceptions encountered when developing with `eosjs` and their most common causes.
8-
* [Technical Overview](01_technical-overview.md) provides a high-level overview of how `eosjs` works.
8+
* [Technical Overview](01_technical-overview.md) provides a high-level overview of how `eosjs` works.

0 commit comments

Comments
 (0)