Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:virtualeconomy/docs into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
peerchemist committed Jan 27, 2022
2 parents a0d3eda + d44c9e9 commit 1d3a5a5
Show file tree
Hide file tree
Showing 3 changed files with 15,305 additions and 14,143 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "v-systems-docs",
"author": "V Systems developers",
"version": "0.1",
"homepage": "https://virtualeconomy.github.io/docs/",
"homepage": "https://virtualeconomy.github.io/",
"private": true,
"scripts": {
"start": "node scripts/start.js",
Expand Down
4 changes: 2 additions & 2 deletions src/__configuration__/landingPage/cardData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const cardData = [
title: 'SDKs',
description: `Check out our libraries that can accelerate your application development.`,
image: components,
path: '/sdk',
path: 'https://github.com/virtualeconomy/py-v-sdk',
},
{
title: 'Development Resources',
Expand All @@ -33,6 +33,6 @@ export const cardData = [
title: 'Community',
description: `Learn how to join the V Systems developer community by reporting bugs, requesting features, etc.`,
image: community,
path: '/community',
path: 'https://discord.gg/7s6RrCAZ',
},
];
Loading

0 comments on commit 1d3a5a5

Please sign in to comment.