From e001d4746592e480c5f6d6c24c3ca959c4d0eb2d Mon Sep 17 00:00:00 2001 From: thephez Date: Wed, 12 Oct 2022 12:21:06 -0400 Subject: [PATCH 1/2] docs: update URL from dashevo to dashpay Previous gh pages url is not valid after repo rename --- packages/js-dapi-client/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/js-dapi-client/README.md b/packages/js-dapi-client/README.md index b8595ebe788..061fadf9703 100644 --- a/packages/js-dapi-client/README.md +++ b/packages/js-dapi-client/README.md @@ -101,7 +101,7 @@ client.core.getBestBlockHash(options).then((r) => { ## Documentation -More extensive documentation available at https://dashevo.github.io/platform/DAPI-Client/. +More extensive documentation available at https://dashpay.github.io/platform/DAPI-Client/. ## Contributing From a07b5aea13b8d8cb9295bed300bc6129fc3fe2cc Mon Sep 17 00:00:00 2001 From: thephez Date: Wed, 12 Oct 2022 12:59:20 -0400 Subject: [PATCH 2/2] docs: update more broken URLs --- docs/README.md | 2 +- packages/js-dash-sdk/README.md | 2 +- packages/js-dash-sdk/docs/examples/pay-to-another-address.md | 2 +- packages/js-dash-sdk/docs/getting-started/core-concepts.md | 2 +- packages/js-dash-sdk/docs/wallet/about-wallet-lib.md | 2 +- packages/js-dpp/README.md | 2 +- packages/wallet-lib/README.md | 2 +- packages/wallet-lib/docs/account/createTransaction.md | 2 +- packages/wallet-lib/docs/usage/dapi.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/README.md b/docs/README.md index 2e4763ffdc0..8ee7e2945dc 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,7 +2,7 @@ Several of the packages in this repository contain developer documentation. This folder is used to aggregate docs from several packages and then produce a -consolidated [GitHub Pages site](https://dashevo.github.io/platform/) using +consolidated [GitHub Pages site](https://dashpay.github.io/platform/) using MkDocs. The GitHub workflow described in [docs.yml](/.github/workflows/docs.yml) builds the documents and publishes them. diff --git a/packages/js-dash-sdk/README.md b/packages/js-dash-sdk/README.md index f0f92a9ba24..93ef541a0d6 100644 --- a/packages/js-dash-sdk/README.md +++ b/packages/js-dash-sdk/README.md @@ -129,7 +129,7 @@ Some features might be more extensive in those libs, as Dash SDK only wraps arou ## Documentation -More extensive documentation available at https://dashevo.github.io/platform/SDK/. +More extensive documentation available at https://dashpay.github.io/platform/SDK/. ## Contributing diff --git a/packages/js-dash-sdk/docs/examples/pay-to-another-address.md b/packages/js-dash-sdk/docs/examples/pay-to-another-address.md index 48947790683..0a522ccc57c 100644 --- a/packages/js-dash-sdk/docs/examples/pay-to-another-address.md +++ b/packages/js-dash-sdk/docs/examples/pay-to-another-address.md @@ -25,4 +25,4 @@ client.wallet.getAccount().then(payToRecipient); ``` -See more on create [transaction options here](https://dashevo.github.io/platform/Wallet-library/account/createTransaction/). +See more on create [transaction options here](https://dashpay.github.io/platform/Wallet-library/account/createTransaction/). diff --git a/packages/js-dash-sdk/docs/getting-started/core-concepts.md b/packages/js-dash-sdk/docs/getting-started/core-concepts.md index 870e658c3ac..ce98cdb12b5 100644 --- a/packages/js-dash-sdk/docs/getting-started/core-concepts.md +++ b/packages/js-dash-sdk/docs/getting-started/core-concepts.md @@ -8,7 +8,7 @@ At the core of Dash is the Payment Chain. In order to be able to transact on it, In order to access your UTXO, you will have to provide a valid mnemonic that will unlock the Wallet and automatically fetch the associated UTXOs. -When an SDK instance is created, you can access your wallet via the `client.wallet` variable. (Check [wallet-lib documentation](https://dashevo.github.io/platform/Wallet-library/) for more details) +When an SDK instance is created, you can access your wallet via the `client.wallet` variable. (Check [wallet-lib documentation](https://dashpay.github.io/platform/Wallet-library/) for more details) ## Account diff --git a/packages/js-dash-sdk/docs/wallet/about-wallet-lib.md b/packages/js-dash-sdk/docs/wallet/about-wallet-lib.md index c4a7789ea8f..69c8f82e5f0 100644 --- a/packages/js-dash-sdk/docs/wallet/about-wallet-lib.md +++ b/packages/js-dash-sdk/docs/wallet/about-wallet-lib.md @@ -4,4 +4,4 @@ When Dash.Client is initiated with a `mnemonic` property, a wallet instance beco To initialize the wallet account and synchronize with the network, use `client.wallet.getAccount()`. -Find out more about the Wallet in its [complete documentation](https://dashevo.github.io/platform/Wallet-library/) +Find out more about the Wallet in its [complete documentation](https://dashpay.github.io/platform/Wallet-library/) diff --git a/packages/js-dpp/README.md b/packages/js-dpp/README.md index 0f36bcd9028..cea987cb5e9 100644 --- a/packages/js-dpp/README.md +++ b/packages/js-dpp/README.md @@ -22,7 +22,7 @@ npm install @dashevo/dpp ## Usage -See [documentation](https://dashevo.github.io/platform/Dash-Platform-Protocol/usage/DashPlatformProtocol/) +See [documentation](https://dashpay.github.io/platform/Dash-Platform-Protocol/usage/DashPlatformProtocol/) ## Maintainer diff --git a/packages/wallet-lib/README.md b/packages/wallet-lib/README.md index 42695e91e64..71d4a51d3fd 100644 --- a/packages/wallet-lib/README.md +++ b/packages/wallet-lib/README.md @@ -82,7 +82,7 @@ Insight-Client has been removed from MVP and is not working since Wallet-lib v3. You can see some [examples here](docs/usage/examples.md). -More extensive documentation is available at https://dashevo.github.io/platform/Wallet-library/ along with additional [examples & snippets](https://dashevo.github.io/platform/Wallet-library/usage/examples/). +More extensive documentation is available at https://dashpay.github.io/platform/Wallet-library/ along with additional [examples & snippets](https://dashpay.github.io/platform/Wallet-library/usage/examples/). ## Maintainers diff --git a/packages/wallet-lib/docs/account/createTransaction.md b/packages/wallet-lib/docs/account/createTransaction.md index 7fec479c0fb..88878ff5aba 100644 --- a/packages/wallet-lib/docs/account/createTransaction.md +++ b/packages/wallet-lib/docs/account/createTransaction.md @@ -15,7 +15,7 @@ Parameters: | **txOpts.change** | string | no | Defaults: `account.getUnusedAddress(internal)`. When set, will use that address as a change address on remaining fund | -Returns : [Transaction](https://dashevo.github.io/platform/SDK/usage/dashcorelib-primitives/#transaction) +Returns : [Transaction](https://dashpay.github.io/platform/SDK/usage/dashcorelib-primitives/#transaction) Notes: This transaction will be need to be signed [`account.sign(transaction)`](../account/sign.md) and then, if wanted, broadcasted to the network for execution `account.broadcastTransaction()`. Example : diff --git a/packages/wallet-lib/docs/usage/dapi.md b/packages/wallet-lib/docs/usage/dapi.md index 4628092e241..d84cef9094e 100644 --- a/packages/wallet-lib/docs/usage/dapi.md +++ b/packages/wallet-lib/docs/usage/dapi.md @@ -1,7 +1,7 @@ ## About DAPI DAPI (Decentralized API) is a distributed and decentralized endpoints provided by the Masternode Network. -You can learn more about DAPI on the [DAPI-Client documentation](https://dashevo.github.io/platform/DAPI-Client/). +You can learn more about DAPI on the [DAPI-Client documentation](https://dashpay.github.io/platform/DAPI-Client/). ## Get the DAPI-Client instance