update links
This commit is contained in:
@@ -6,7 +6,7 @@ We welcome contributions of any kind; however, for **feature changes or addition
|
||||
|
||||
## Getting Started
|
||||
|
||||
To get started, [fork this repository](https://github.com/nizewn/chessu/fork) to your GitHub account. You can then clone the repository to your local machine and create a new branch for your changes.
|
||||
To get started, [fork this repository](https://github.com/nizefoo/chessu/fork) to your GitHub account. You can then clone the repository to your local machine and create a new branch for your changes.
|
||||
|
||||
```sh
|
||||
git clone https://github.com/[your-username]/chessu.git
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
</h1>
|
||||
<p align="center">
|
||||
<a href="https://ches.su">
|
||||
<img src="https://img.shields.io/github/deployments/nizewn/chessu/Production?label=deployment&style=for-the-badge&color=blue" alt="ches.su" />
|
||||
<img src="https://img.shields.io/github/deployments/nizefoo/chessu/Production?label=deployment&style=for-the-badge&color=blue" alt="ches.su" />
|
||||
</a>
|
||||
<img src="https://img.shields.io/github/last-commit/nizewn/chessu?style=for-the-badge" alt="Last commit" />
|
||||
<img src="https://img.shields.io/github/last-commit/nizefoo/chessu?style=for-the-badge" alt="Last commit" />
|
||||
</p>
|
||||
|
||||
<p align="center">Yet another Chess web app. Live demo at <a href="https://ches.su">ches.su</a>.</p>
|
||||
@@ -21,7 +21,7 @@
|
||||
- _optional_ user accounts for tracking stats and game history
|
||||
- ~~play solo against Stockfish~~ (wip)
|
||||
- mobile-friendly
|
||||
- ... and more ([view roadmap](https://github.com/users/nizewn/projects/2))
|
||||
- ... and more ([view roadmap](https://github.com/users/nizefoo/projects/2))
|
||||
|
||||
Built with Next.js 13, Tailwind CSS + daisyUI, react-chessboard, chess.js, Express.js, socket.io and PostgreSQL.
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ export default function Footer() {
|
||||
<p>
|
||||
© 2023{" "}
|
||||
<a
|
||||
href="https://nize.ph"
|
||||
href="https://nize.foo"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="link-hover"
|
||||
@@ -18,7 +18,7 @@ export default function Footer() {
|
||||
</div>
|
||||
<div className="items-center">
|
||||
<a
|
||||
href="https://github.com/nizewn/chessu"
|
||||
href="https://github.com/nizefoo/chessu"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="btn btn-ghost btn-sm gap-1 normal-case"
|
||||
|
||||
@@ -34,7 +34,7 @@ export default function Header() {
|
||||
<p className="text-left text-xs">
|
||||
This project is a work in progress. You can view the roadmap{" "}
|
||||
<a
|
||||
href="https://github.com/users/nizewn/projects/2"
|
||||
href="https://github.com/users/nizefoo/projects/2"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="link"
|
||||
|
||||
Reference in New Issue
Block a user