Skip to content
Open
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
4 changes: 2 additions & 2 deletions documentation/pages/en/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Help extends React.Component {
const supportLinks = [
{
title: <translate>Browse the GitHub docs</translate>,
content: `Learn more about Quicksi using the [github documentation](https://github.com/AnayoOleru/quicksi)`,
content: `Learn more about Quicksi using the [github documentation](https://github.com/Quicksi-CLI/quicksi)`,
},
{
title: <translate>Spectrum</translate>,
Expand All @@ -26,7 +26,7 @@ class Help extends React.Component {
{
title: <translate>GitHub</translate>,
content:
'At our [GitHub repo](https://github.com/AnayoOleru/quicksi) Browse and submit [issues](https://github.com/AnayoOleru/quicksi/issues) or [pull requests](https://github.com/AnayoOleru/quicksi/pulls) for bugs you find or any new starter you may want implemented. Be sure to also check out our [contributing information](https://github.com/AnayoOleru/quicksi/blob/master/CONTRIBUTING.md).',
'At our [GitHub repo](https://github.com/Quicksi-CLI/quicksi) Browse and submit [issues](https://github.com/Quicksi-CLI/quicksi/issues) or [pull requests](https://github.com/Quicksi-CLI/quicksi/pulls) for bugs you find or any new starter you may want implemented. Be sure to also check out our [contributing information](https://github.com/Quicksi-CLI/quicksi/blob/master/CONTRIBUTING.md).',
},
];

Expand Down
2 changes: 1 addition & 1 deletion documentation/pages/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function HomeSplash(props) {
</a>
<span className="index-ctas-github-button">
<iframe
src="https://ghbtns.com/github-btn.html?user=AnayoOleru&amp;repo=quicksi&amp;type=star&amp;count=true&amp;size=large"
src="https://ghbtns.com/github-btn.html?user=Quicksi-CLI&amp;repo=quicksi&amp;type=star&amp;count=true&amp;size=large"
frameBorder={0}
scrolling={0}
width={160}
Expand Down