Skip to content

Commit

Permalink
docs: Replace links to the wiki (which is outdated).
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Mar 2, 2022
1 parent fcfc3b0 commit a7a6abc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ The JavaScript SDK for Terra
</p>

<p align="center">
<a href="https://github.com/terra-money/terra.js/wiki"><strong>Explore the Docs »</strong></a>
<a href="https://docs.terra.money/docs/develop/sdks/terra-js/README.html"><strong>Explore the Docs »</strong></a>
<br />
<br/>
<a href="https://github.com/terra-money/terra.js/wiki">Examples</a>
<a href="https://docs.terra.money/docs/develop/sdks/terra-js/common-examples.html">Examples</a>
·
<a href="https://terra-money.github.io/terra.js/">API Reference</a>
·
Expand All @@ -34,9 +34,9 @@ Terra.js a JavaScript SDK for writing applications that interact with the Terra
## Features

- **Written in TypeScript**, with type definitions
- Versatile support for [key management](https://github.com/terra-money/terra.js/wiki/Keys) solutions
- Versatile support for [key management](https://docs.terra.money/docs/develop/sdks/terra-js/keys.html) solutions
- Works in Node.js, in the browser, and React Native
- Exposes the Terra API through [`LCDClient`](https://github.com/terra-money/terra.js/wiki/Querying)
- Exposes the Terra API through [`LCDClient`](https://docs.terra.money/docs/develop/sdks/terra-js/query-data.html)
- Parses responses into native JavaScript types

We highly suggest using Terra.js with TypeScript, or JavaScript in a code editor that has support for type declarations, so you can take advantage of the helpful type hints that are included with the package.
Expand All @@ -51,7 +51,7 @@ npm install @terra-money/terra.js

## Usage

Terra.js can be use in Node.js, as well as inside the browser. Please check the [GitHub Wiki](https://github.com/terra-money/terra.js/wiki) for notes on how to get up and running.
Terra.js can be use in Node.js, as well as inside the browser. Please check the [docs](https://docs.terra.money/docs/develop/sdks/terra-js/README.html) for notes on how to get up and running.

### Getting blockchain data

Expand Down

0 comments on commit a7a6abc

Please sign in to comment.