update github links
This commit is contained in:
parent
1c88134753
commit
2c3d29aef8
@ -1,6 +1,6 @@
|
||||
# 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.
|
||||
|
||||
|
@ -18,7 +18,7 @@ export default function Page({children}: PageProps): JSX.Element {
|
||||
Tomecraft
|
||||
</h1>
|
||||
<a
|
||||
href="https://github.com/sullivansean27/tomecraft"
|
||||
href="https://github.com/snendev/tomecraft"
|
||||
target="_blank"
|
||||
>
|
||||
<GithubIcon size={80} />
|
||||
|
@ -14,7 +14,7 @@ export default function Page({children}: PageProps): JSX.Element {
|
||||
Tomecraft
|
||||
</h2>
|
||||
<a
|
||||
href="https://github.com/sullivansean27/deno-react-web-starter"
|
||||
href="https://github.com/snendev/deno-react-web-starter"
|
||||
target="_blank"
|
||||
>
|
||||
<GithubIcon size={60} />
|
||||
|
Loading…
Reference in New Issue
Block a user