Skip to content

Commit 28bdd30

Browse files
committed
fix: Update references to github.com/ripixelcodes to /ripixel
1 parent eed4bed commit 28bdd30

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
},
2222
"repository": {
2323
"type": "git",
24-
"url": "git+https://github.com/ripixelcodes/ripixel-website.git"
24+
"url": "git+https://github.com/ripixel/ripixel-website.git"
2525
},
2626
"author": "James King <ripixel@gmail.com>",
2727
"license": "ISC",
2828
"bugs": {
29-
"url": "https://github.com/ripixelcodes/ripixel-website/issues"
29+
"url": "https://github.com/ripixel/ripixel-website/issues"
3030
},
31-
"homepage": "https://github.com/ripixelcodes/ripixel-website#readme",
31+
"homepage": "https://github.com/ripixel/ripixel-website#readme",
3232
"devDependencies": {
3333
"@types/node": "^13.13.5",
3434
"@types/prettier": "^2.0.1",

pages/coding.html

+3-5
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,13 @@ <h3>ripixel.co.uk</h3>
3030
write the nav/header/footer out everytime. Neat!
3131
</p>
3232
<a class="button" href="https://www.ripixel.co.uk">Take me there</a>
33-
<a class="button" href="https://github.com/ripixelcodes/ripixel-website"
33+
<a class="button" href="https://github.com/ripixel/ripixel-website"
3434
>GitHub Repo</a
3535
>
3636
</section>
3737
<section class="area">
3838
<h3>Janky Werewolf</h3>
39-
<p>
40-
A browser-based version of the Ultimate Werewolf card game
41-
</p>
39+
<p>A browser-based version of the Ultimate Werewolf card game</p>
4240
<p>
4341
Created during the great-lockdown of &apos;20, my friends and I adore
4442
the Ultimate Werewolf game, and would play it every evening whenever
@@ -58,7 +56,7 @@ <h3>Janky Werewolf</h3>
5856
>
5957
<a
6058
class="button"
61-
href="https://github.com/ripixelcodes/janky-werewolf-client"
59+
href="https://github.com/ripixel/janky-werewolf-client"
6260
>GitHub Repo (FE)</a
6361
>
6462
<a

pages/profile.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h4>Birthday</h4>
3030
</div>
3131
<div class="item">
3232
<h4>GitHub</h4>
33-
<p><a href="https://github.com/ripixelcodes">@ripixelcodes</a></p>
33+
<p><a href="https://github.com/ripixel">@ripixel</a></p>
3434
</div>
3535
<div class="item">
3636
<h4>Twitter</h4>

templates/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<footer>
22
<div class="flexme">
3-
<a href="https://github.com/ripixelcodes"
3+
<a href="https://github.com/ripixel"
44
><svg
55
xmlns="http://www.w3.org/2000/svg"
66
width="24"

0 commit comments

Comments
 (0)