From 8a003bf23618929fc29f6e1698bbe816e302bc36 Mon Sep 17 00:00:00 2001 From: Nathaniel Tampus Date: Fri, 29 Sep 2023 23:13:37 +0800 Subject: [PATCH] update links --- CONTRIBUTING.md | 2 +- README.md | 6 +++--- client/src/components/Footer.tsx | 2 +- client/src/components/Header.tsx | 2 +- package.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) 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 @@

- ches.su + ches.su - Last commit + Last commit

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() {
diff --git a/package.json b/package.json index 6b3f5bf..f3b4846 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "chessu", "private": "true", - "author": "99nize", + "author": "ninetynize", "license": "MIT", "scripts": { "separate-install:client": "pnpm --filter client --ignore-workspace install",