Skip to content

Commit

Permalink
chore: replace git.io links (#1724)
Browse files Browse the repository at this point in the history
* chore: replace `git.io` links

* Update src/common/utils.js

Co-authored-by: Rick Staa <[email protected]>

Co-authored-by: Rick Staa <[email protected]>
  • Loading branch information
SukkaW and rickstaa authored May 16, 2022
1 parent 0264bc5 commit 2fb452c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const renderError = (message, secondaryMessage = "") => {
.gray { fill: #858585 }
</style>
<rect x="0.5" y="0.5" width="494" height="99%" rx="4.5" fill="#FFFEFE" stroke="#E4E2E2"/>
<text x="25" y="45" class="text">Something went wrong! file an issue at https://git.io/JJmN9</text>
<text x="25" y="45" class="text">Something went wrong! file an issue at https://tiny.one/readme-stats</text>
<text data-testid="message" x="25" y="55" class="text small">
<tspan x="25" dy="18">${encodeHTML(message)}</tspan>
<tspan x="25" dy="18" class="gray">${secondaryMessage}</tspan>
Expand Down

3 comments on commit 2fb452c

@vercel
Copy link

@vercel vercel bot commented on 2fb452c May 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mecarvaj
Copy link

@mecarvaj mecarvaj commented on 2fb452c May 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Im getting this error on my read.me since this last commit, Im kinda new on this, what should I do?
image
This is my code:
image

@rickstaa
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mecarvaj Your issue is not related to this commit. It is caused by #1471. To solve this, a new PAT have to be added by @anuraghazra as I do not have the correct permissions to do so (see #1471 (comment)). In the meantime, I would advise you to deploy your Vercel instance (see https://github.com/anuraghazra/github-readme-stats).

Please sign in to comment.