File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- scratch-gui modified for use in [ TurboWarp] ( https://turbowarp.org/ ) then modified for use in [ PenguinMod] ( https://penguinmod.com ) 😀
1
+ scratch-gui modified for use in [ TurboWarp] ( https://turbowarp.org/ ) then modified for use in [ PenguinMod] ( https://studio. penguinmod.com ) 😀
2
2
[ ![ Open in Gitpod] ( https://gitpod.io/button/open-in-gitpod.svg )] ( https://gitpod.io/#https://github.com/PenguinMod/penguinmod.github.io/ )
3
3
## Setup
4
4
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ const PromptComponent = props => (
147
147
values = { {
148
148
packager : (
149
149
< a
150
- href = "https://penguinmod.com/PenguinMod-Packager"
150
+ href = "https://studio. penguinmod.com/PenguinMod-Packager"
151
151
target = "_blank"
152
152
rel = "noopener noreferrer"
153
153
>
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ class Renderer {
228
228
if ( / ^ \d { 6 , } $ / . test ( id ) ) {
229
229
return (
230
230
< a
231
- href = { `https://penguinmod.com/#${ id } ` }
231
+ href = { `https://studio. penguinmod.com/#${ id } ` }
232
232
>
233
233
{ `#${ id } ` }
234
234
</ a >
Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ StudioView.THUMBNAIL_SRC = 'https://projects.penguinmod.com/api/v1/projects/getp
307
307
308
308
// The URL for project pages.
309
309
// $id is replaced with the project ID.
310
- StudioView . PROJECT_PAGE = 'https://penguinmod.com/#$id' ;
310
+ StudioView . PROJECT_PAGE = 'https://studio. penguinmod.com/#$id' ;
311
311
312
312
// The amount of "placeholders" to insert before the next page loads.
313
313
StudioView . PLACEHOLDER_COUNT = 9 ;
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const fromHardcodedGithub = username => ({
21
21
} ) ;
22
22
const fromHardcodedNamed = username => ( {
23
23
image : `https://penguinmod.com/unknown_user.png` ,
24
- href : "https://penguinmod.com/credits.html#" ,
24
+ href : "https://studio. penguinmod.com/credits.html#" ,
25
25
text : username
26
26
} ) ;
27
27
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ const Footer = () => (
164
164
</ a >
165
165
</ div >
166
166
< div className = { styles . footerSection } >
167
- < a href = "https://penguinmod.com/PenguinMod-Packager" >
167
+ < a href = "https://studio. penguinmod.com/PenguinMod-Packager" >
168
168
{ /* Do not translate */ }
169
169
{ 'PenguinMod Packager' }
170
170
</ a >
You can’t perform that action at this time.
0 commit comments