update github links
This commit is contained in:
parent
1c88134753
commit
2c3d29aef8
@ -1,6 +1,6 @@
|
|||||||
# Tomecraft Web
|
# Tomecraft Web
|
||||||
|
|
||||||
This is a client for a tactical card game server. It is made using [my Deno-React-Web-Starter template repository](https://github.com/sullivansean27/deno-react-web-starter).
|
This is a client for a tactical card game server. It is made using [my Deno-React-Web-Starter template repository](https://github.com/snendev/deno-react-web-starter).
|
||||||
|
|
||||||
Deployed server is at http://www.tomecraft.xyz/. Code for the websocket server was written by @stryan.
|
Deployed server is at http://www.tomecraft.xyz/. Code for the websocket server was written by @stryan.
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ export default function Page({children}: PageProps): JSX.Element {
|
|||||||
Tomecraft
|
Tomecraft
|
||||||
</h1>
|
</h1>
|
||||||
<a
|
<a
|
||||||
href="https://github.com/sullivansean27/tomecraft"
|
href="https://github.com/snendev/tomecraft"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
<GithubIcon size={80} />
|
<GithubIcon size={80} />
|
||||||
|
@ -14,7 +14,7 @@ export default function Page({children}: PageProps): JSX.Element {
|
|||||||
Tomecraft
|
Tomecraft
|
||||||
</h2>
|
</h2>
|
||||||
<a
|
<a
|
||||||
href="https://github.com/sullivansean27/deno-react-web-starter"
|
href="https://github.com/snendev/deno-react-web-starter"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
<GithubIcon size={60} />
|
<GithubIcon size={60} />
|
||||||
|
Loading…
Reference in New Issue
Block a user