From 9dca1df9ac941e055670464925a556e82f658017 Mon Sep 17 00:00:00 2001 From: "Ryan G. Young" Date: Tue, 13 Apr 2021 15:05:12 -0700 Subject: [PATCH] remove rx dev kit mentions --- CONTRIBUTING.md | 2 +- content/_snippets/data_types/address.md | 2 +- tool/template-learn-overview.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 98b24cee7e..f438e544ab 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ Thanks for considering a contribution to the XRP Ledger Developer Portal! We're thrilled you're interested and your help is greatly appreciated. Contributing is a great way to learn about the XRP Ledger (XRPL). -You may also be interested in learning about [Interledger Protocol (ILP)](https://interledger.org/), which, along with XRPL, is another part of the [RippleX developer ecosystem](https://ripplex.io). +You may also be interested in learning about [Interledger Protocol (ILP)](https://interledger.org/), which, along with XRPL, is another part of the RippleX developer ecosystem. We are happy to review your pull requests. To make the process as smooth as possible, please read this document and follow the stated guidelines. diff --git a/content/_snippets/data_types/address.md b/content/_snippets/data_types/address.md index 76d7f22e45..327b2e4fea 100644 --- a/content/_snippets/data_types/address.md +++ b/content/_snippets/data_types/address.md @@ -8,7 +8,7 @@ Accounts in the XRP Ledger are identified by an address in the XRP Ledger's [bas > **Note:** The XRP community has [proposed](https://github.com/xrp-community/standards-drafts/issues/6) an **X**-address format that "packs" a [destination tag](source-and-destination-tags.html) into the address. These addresses start with an `X` (for the mainnet) or a `T` (for the [testnet](parallel-networks.html)). Exchanges and wallets can use X-addresses to represent all the data a customer needs to know in one value. For more information, see the [X-address format site](https://xrpaddress.info/) and [codec](https://github.com/xrp-community/xrpl-tagged-address-codec). > -> The XRP Ledger protocol only supports "classic" addresses natively, but [ripple-lib](rippleapi-reference.html), [RippleX Dev Kit](https://ripplex.io/docs), and many other tools support X-addresses too. +> The XRP Ledger protocol only supports "classic" addresses natively, but [ripple-lib](rippleapi-reference.html), [xrpl-py](https://github.com/XRPLF/xrpl-py), and many other tools support X-addresses too. {% if currentpage.md != "concept-accounts.md" %} For more information, see [Accounts](accounts.html) and [base58 Encodings](base58-encodings.html). diff --git a/tool/template-learn-overview.html b/tool/template-learn-overview.html index 4ccf8af421..9ccab41f00 100644 --- a/tool/template-learn-overview.html +++ b/tool/template-learn-overview.html @@ -122,12 +122,12 @@

{% trans %}Individuals{% endtrans %}

-

{% trans %}Individual consumers can use XRP to move different currencies around the world. For example, through wallets and exchanges that use PayID, anyone can use XRP—or any currency, be it fiat or digital assets—to easily make purchases across any payments network.{% endtrans %}

+

{% trans %}Individual consumers can use XRP to move different currencies around the world. For example, through wallets and exchanges that use PayID, anyone can use XRP—or any currency, be it fiat or digital assets—to easily make purchases across any payments network.{% endtrans %}

{% trans %}More About Uses{% endtrans %}

{% trans %}Developers{% endtrans %}

-

{% trans %}By building on the XRP Ledger, developers can easily integrate payments into their products—seamlessly putting money at the center of their applications. Projects like the RippleX developer platform are making it easier for developers to leverage XRP.{% endtrans %}

+

{% trans %}By building on the XRP Ledger, developers can easily integrate payments into their products—seamlessly putting money at the center of their applications. Projects like xrpl-py are making it easier for developers to leverage XRP.{% endtrans %}

{% trans %}More About Developers{% endtrans %}