Skip to content

Commit

Permalink
fix: correct dead links caused by my username renaming (#1138)
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-psi authored Jul 30, 2024
1 parent 33151db commit b4af392
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function AquaArtemisExport() {
<Divider />
<h1 className="text-center my-4">Setup Instructions</h1>
Instructions are available on{" "}
<ExternalLink href="https://gist.github.com/beerpiss/52b0d0c85e20262ae3ab9b2c65effdda">
<ExternalLink href="https://gist.github.com/beer-psi/52b0d0c85e20262ae3ab9b2c65effdda">
the GitHub gist
</ExternalLink>
.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function ChunithmMYTExport() {
<Divider />
<h1 className="text-center my-4">Setup Instructions</h1>
Instructions are available on{" "}
<ExternalLink href="https://gist.github.com/beerpiss/90e7df9c6aacc5a295eb5a90dbd8d537">
<ExternalLink href="https://gist.github.com/beer-psi/90e7df9c6aacc5a295eb5a90dbd8d537">
the GitHub gist
</ExternalLink>
.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function ChunithmSiteImportPage() {
<Divider />
<h1 className="text-center my-4">Setup Instructions</h1>
Instructions are available on{" "}
<ExternalLink href="https://github.com/beerpiss/kt-chunithm-site-importer">
<ExternalLink href="https://github.com/beer-psi/kt-chunithm-site-importer">
the GitHub repository
</ExternalLink>
.
Expand Down
4 changes: 2 additions & 2 deletions client/src/app/pages/dashboard/import/SaekawaPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function SaekawaPage() {
<ol className="instructions-list">
<li>
Download the latest version of <code>saekawa.dll</code> from{" "}
<ExternalLink href="https://github.com/beerpiss/saekawa/releases/latest">
<ExternalLink href="https://github.com/beer-psi/saekawa/releases/latest">
here
</ExternalLink>
.
Expand All @@ -36,7 +36,7 @@ export default function SaekawaPage() {
</li>
<li>
Follow the remaining install instructions on{" "}
<ExternalLink href="https://github.com/beerpiss/saekawa/blob/trunk/README.md">
<ExternalLink href="https://github.com/beer-psi/saekawa/blob/trunk/README.md">
GitHub
</ExternalLink>
.
Expand Down

0 comments on commit b4af392

Please sign in to comment.