From b7ff27d846731b74fae3b7c917566cd8d49fae45 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Tue, 19 Oct 2021 19:05:46 -0700 Subject: [PATCH] use js.xrpl.org as preferred URL for xrpl.js --- content/references/client-libraries.md | 2 +- content/tutorials/get-started/get-started-using-javascript.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/references/client-libraries.md b/content/references/client-libraries.md index 207b6b4b6b..a5d8f03c6e 100644 --- a/content/references/client-libraries.md +++ b/content/references/client-libraries.md @@ -12,7 +12,7 @@ For other programming languages, you can access the XRP Ledger through the [HTTP | Language | Library Name | Get Started | API Reference | Source Code | |----------|--------------|-------------|---------------|-------------| | **Python** | `xrpl-py` | [Get Started Using Python](get-started-using-python.html) | [API Reference](https://xrpl-py.readthedocs.io/) | [Repo](https://github.com/XRPLF/xrpl-py) | -| **JavaScript** / **TypeScript** | `xrpl.js` | [Get Started](get-started-using-javascript.html) | [API Reference](https://xrplf.github.io/xrpl.js/) | [Repo](https://github.com/XRPLF/xrpl.js) | +| **JavaScript** / **TypeScript** | `xrpl.js` | [Get Started](get-started-using-javascript.html) | [API Reference](https://js.xrpl.org/) | [Repo](https://github.com/XRPLF/xrpl.js) | | **C++** | `rippled` Signing Library | [Get Started](https://github.com/ripple/rippled/tree/develop/Builds/linux#signing-library) | | (Part of [`rippled`](https://github.com/ripple/rippled/)) | | **Java** | `xrpl4j` | [Get Started Using Java](get-started-using-java.html) | [API Reference](https://javadoc.io/doc/org.xrpl/) | [Repo](https://github.com/XRPLF/xrpl4j) | | **Ruby** | `xrbp` | | [API Reference](https://www.rubydoc.info/gems/xrbp) | [Repo](https://github.com/DevNullProd/xrbp) | diff --git a/content/tutorials/get-started/get-started-using-javascript.md b/content/tutorials/get-started/get-started-using-javascript.md index 81d679f3b2..2b48249184 100644 --- a/content/tutorials/get-started/get-started-using-javascript.md +++ b/content/tutorials/get-started/get-started-using-javascript.md @@ -163,7 +163,7 @@ Now that you know how to use `xrpl.js` to connect to the XRP Ledger, generate a - **Tutorials:** - [Send XRP](send-xrp.html) - **References:** - - [`xrpl.js` Reference](https://xrplf.github.io/xrpl.js/) + - [`xrpl.js` Reference](https://js.xrpl.org/) - [Public API Methods](public-rippled-methods.html) - [API Conventions](api-conventions.html) - [base58 Encodings](base58-encodings.html)