Skip to content

Commit c1de364

Browse files
authored
dont use jwklong.github.io
1 parent 142f626 commit c1de364

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
scratch-gui modified for use in [TurboWarp](https://turbowarp.org/) then modified for use in [PenguinMod](https://jwklong.github.io/penguinmod.github.io) 😀
1+
scratch-gui modified for use in [TurboWarp](https://turbowarp.org/) then modified for use in [PenguinMod](https://penguinmod.com) 😀
22
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/PenguinMod/penguinmod.github.io/)
33
## Setup
44

src/components/prompt/prompt.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ const PromptComponent = props => (
147147
values={{
148148
packager: (
149149
<a
150-
href="https://jwklong.github.io/penguinmod.github.io/PenguinMod-Packager"
150+
href="https://penguinmod.com/PenguinMod-Packager"
151151
target="_blank"
152152
rel="noopener noreferrer"
153153
>

src/components/tw-description/description.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ class Renderer {
228228
if (/^\d{6,}$/.test(id)) {
229229
return (
230230
<a
231-
href={`https://jwklong.github.io/penguinmod.github.io/#${id}`}
231+
href={`https://penguinmod.com/#${id}`}
232232
>
233233
{`#${id}`}
234234
</a>

src/components/tw-studioview/studioview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ StudioView.THUMBNAIL_SRC = 'https://projects.penguinmod.com/api/v1/projects/getp
307307

308308
// The URL for project pages.
309309
// $id is replaced with the project ID.
310-
StudioView.PROJECT_PAGE = 'https://jwklong.github.io/penguinmod.github.io/#$id';
310+
StudioView.PROJECT_PAGE = 'https://penguinmod.com/#$id';
311311

312312
// The amount of "placeholders" to insert before the next page loads.
313313
StudioView.PLACEHOLDER_COUNT = 9;

src/playground/credits/users.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const fromHardcodedGithub = username => ({
2121
});
2222
const fromHardcodedNamed = username => ({
2323
image: `https://penguinmod.com/unknown_user.png`,
24-
href: "https://jwklong.github.io/penguinmod.github.io/credits.html#",
24+
href: "https://penguinmod.com/credits.html#",
2525
text: username
2626
});
2727

src/playground/render-interface.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ const Footer = () => (
164164
</a>
165165
</div>
166166
<div className={styles.footerSection}>
167-
<a href="https://jwklong.github.io/penguinmod.github.io/PenguinMod-Packager">
167+
<a href="https://penguinmod.com/PenguinMod-Packager">
168168
{/* Do not translate */}
169169
{'PenguinMod Packager'}
170170
</a>

0 commit comments

Comments
 (0)