Skip to content

Commit 2d7e1f8

Browse files
authored
docs: update tutorial urls (#24)
1 parent 8fe44d5 commit 2d7e1f8

21 files changed

Lines changed: 21 additions & 18 deletions

1-Identities-and-Names/identity-register.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// See https://dashplatform.readme.io/docs/tutorial-register-an-identity
1+
// See https://docs.dash.org/projects/platform/en/stable/docs/tutorials/identities-and-names/register-an-identity.html
22
const Dash = require('dash');
33
const dotenv = require('dotenv');
44
dotenv.config();

1-Identities-and-Names/identity-retrieve-account-ids.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// See https://dashplatform.readme.io/docs/tutorial-retrieve-an-accounts-identities
1+
// See https://docs.dash.org/projects/platform/en/stable/docs/tutorials/identities-and-names/retrieve-an-accounts-identities.html
22
const Dash = require('dash');
33
const dotenv = require('dotenv');
44
dotenv.config();

1-Identities-and-Names/identity-topup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// See https://dashplatform.readme.io/docs/tutorial-topup-an-identity-balance
1+
// See https://docs.dash.org/projects/platform/en/stable/docs/tutorials/identities-and-names/topup-an-identity-balance.html
22
const Dash = require('dash');
33
const dotenv = require('dotenv');
44
dotenv.config();

1-Identities-and-Names/identity-update-add-key.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// See https://dashplatform.readme.io/docs/tutorial-update-an-identity
1+
// See https://docs.dash.org/projects/platform/en/stable/docs/tutorials/identities-and-names/update-an-identity.html
22
const Dash = require('dash');
33
const {
44
IdentityPublicKey,

1-Identities-and-Names/identity-update-disable-key.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// See https://dashplatform.readme.io/docs/tutorial-update-an-identity
1+
// See https://docs.dash.org/projects/platform/en/stable/docs/tutorials/identities-and-names/update-an-identity.html
22
const Dash = require('dash');
33
const dotenv = require('dotenv');
44
dotenv.config();

1-Identities-and-Names/name-register-alias.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// See https://dashplatform.readme.io/docs/tutorial-register-a-name-for-an-identity
1+
// See https://docs.dash.org/projects/platform/en/stable/docs/tutorials/identities-and-names/register-a-name-for-an-identity.html
22
const Dash = require('dash');
33
const dotenv = require('dotenv');
44
dotenv.config();

1-Identities-and-Names/name-register.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// See https://dashplatform.readme.io/docs/tutorial-register-a-name-for-an-identity
1+
// See https://docs.dash.org/projects/platform/en/stable/docs/tutorials/identities-and-names/register-a-name-for-an-identity.html
22
const Dash = require('dash');
33
const dotenv = require('dotenv');
44
dotenv.config();

1-Identities-and-Names/name-resolve-by-name.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// See https://dashplatform.readme.io/docs/tutorial-retrieve-a-name
1+
// See https://docs.dash.org/projects/platform/en/stable/docs/tutorials/identities-and-names/retrieve-a-name.html
22
const Dash = require('dash');
33

44
const client = new Dash.Client({ network: process.env.NETWORK });

1-Identities-and-Names/name-resolve-by-record.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// See https://dashplatform.readme.io/docs/tutorial-retrieve-a-name
1+
// See https://docs.dash.org/projects/platform/en/stable/docs/tutorials/identities-and-names/retrieve-a-name.html
22
const Dash = require('dash');
33
const dotenv = require('dotenv');
44
dotenv.config();

1-Identities-and-Names/name-search-by-name.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// See https://dashplatform.readme.io/docs/tutorial-retrieve-a-name
1+
// See https://docs.dash.org/projects/platform/en/stable/docs/tutorials/identities-and-names/retrieve-a-name.html
22
const Dash = require('dash');
33
const dotenv = require('dotenv');
44
dotenv.config();

0 commit comments

Comments
 (0)