Skip to content

Update github links #37

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
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 src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const steps = [
title: "Conventional and unconventional layouts.",
icon: <FaChartBar className={styles.substepIcon} />,
text:
'We designed and developed RAWGraphs with designers and vis geeks in mind. That’s why we focused on providing charts that are not easy to produce with other tools. But don’t worry, you can also find bar charts and pies! Something missing? See how easy is to <a href="https://github.com/densitydesign/raw/wiki/Adding-New-Charts" target="_blank" rel="noopener noreferrer">build your own model</a>.',
'We designed and developed RAWGraphs with designers and vis geeks in mind. That’s why we focused on providing charts that are not easy to produce with other tools. But don’t worry, you can also find bar charts and pies! Something missing? See how easy is to <a href="https://github.com/rawgraphs/rawgraphs-app/wiki/Adding-New-Charts" target="_blank" rel="noopener noreferrer">build your own model</a>.',
},
],
},
Expand Down Expand Up @@ -106,14 +106,14 @@ const discoverMoreWidgets = [
title: "RAW Graphs is open",
description:
"RAW Graphs is built on top of the amazing d3.js library by Mike Bostock. RAW.js is released under Apache 2 licence and it’s open to the community for improvements or for your own projects.",
link: "https://github.com/densitydesign/raw/",
link: "https://github.com/rawgraphs/rawgraphs-app/",
linkLabel: "Check our repository on GitHub",
},
{
title: "RAW Graphs is scalable",
description:
"Not satisfied with the layouts? Check how to easily add new charts with a basic knowledge of D3.js.",
link: "https://github.com/densitydesign/raw/wiki/Adding-New-Charts",
link: "https://github.com/rawgraphs/rawgraphs-app/wiki/Adding-New-Charts",
linkLabel: "Adding new charts",
},
]
Expand Down