Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions example-apps/dashrate/public/dashrate-lite.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,21 +157,21 @@ <h2 id="reviews-heading">Recent reviews</h2>
title: 'Identities and Names',
category: 'Tutorial',
summary: 'Create identities, fund them, and register DPNS names.',
href: '../../1-Identities-and-Names/',
href: 'https://docs.dash.org/projects/platform/en/stable/docs/tutorials/identities-and-names.html',
},
{
id: 'contracts-documents',
title: 'Contracts and Documents',
category: 'Tutorial',
summary: 'Register contracts and submit, query, update, and delete documents.',
href: '../../2-Contracts-and-Documents/',
href: 'https://docs.dash.org/projects/platform/en/stable/docs/tutorials/contracts-and-documents.html',
},
{
id: 'tokens',
title: 'Tokens',
category: 'Tutorial',
summary: 'Register, mint, transfer, and burn Platform tokens.',
href: '../../3-Tokens/',
href: 'https://docs.dash.org/projects/platform/en/stable/docs/tutorials/tokens.html',
},
{
id: 'dashnote',
Expand Down
6 changes: 3 additions & 3 deletions example-apps/dashrate/src/catalog/resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@ export const RESOURCES: RatedResource[] = [
title: "Identities and Names",
category: "Tutorial",
summary: "Create identities, fund them, and register DPNS names.",
href: "../../1-Identities-and-Names/",
href: "https://docs.dash.org/projects/platform/en/stable/docs/tutorials/identities-and-names.html",
},
{
id: "contracts-documents",
title: "Contracts and Documents",
category: "Tutorial",
summary:
"Register contracts and submit, query, update, and delete documents.",
href: "../../2-Contracts-and-Documents/",
href: "https://docs.dash.org/projects/platform/en/stable/docs/tutorials/contracts-and-documents.html",
},
{
id: "tokens",
title: "Tokens",
category: "Tutorial",
summary: "Register, mint, transfer, and burn Platform tokens.",
href: "../../3-Tokens/",
href: "https://docs.dash.org/projects/platform/en/stable/docs/tutorials/tokens.html",
},
{
id: "dashnote",
Expand Down
Loading