diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 79194ff..dd01fd5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ We welcome contributions of any kind; however, for **feature changes or addition ## Getting Started -1. [Fork this repository](https://github.com/99nize/chessu/fork) to your GitHub account. You can then clone the repository to your local machine and create a new branch for your changes. +1. [Fork this repository](https://github.com/ninetynize/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 cd chessu diff --git a/README.md b/README.md index 788192f..1bedf0c 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@
-
+
-
+
Yet another Chess web app. Live demo at ches.su.
@@ -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/99nize/projects/2)) +- ... and more ([view roadmap](https://github.com/users/ninetynize/projects/2)) Built with Next.js 13, Tailwind CSS + daisyUI, react-chessboard, chess.js, Express.js, socket.io and PostgreSQL. diff --git a/client/src/components/Footer.tsx b/client/src/components/Footer.tsx index 3ab13f5..a8c327a 100644 --- a/client/src/components/Footer.tsx +++ b/client/src/components/Footer.tsx @@ -18,7 +18,7 @@ export default function Footer() {