diff --git a/README.md b/README.md index a11afd8..91fcd4b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
+
## Stack
Built with [Next.js](https://nextjs.org/docs), [React](https://react.dev/learn/describing-the-ui), [Material UI](https://mui.com/material-ui/getting-started/overview/), and [TypeScript](https://www.typescriptlang.org/docs/handbook/typescript-from-scratch.html).
-Deployed on [Firebase](https://firebase.google.com/docs/hosting), see it live [here](https://freechess.web.app).
+Deployed on AWS with [AWS CDK](https://docs.aws.amazon.com/cdk/v2/guide/home.html), see it live [here](https://chesskit.org).
## Running the app in dev mode
diff --git a/src/sections/layout/NavBar.tsx b/src/sections/layout/NavBar.tsx
index d11c09d..fe7833d 100644
--- a/src/sections/layout/NavBar.tsx
+++ b/src/sections/layout/NavBar.tsx
@@ -70,7 +70,7 @@ export default function NavBar({ darkMode, switchDarkMode }: Props) {
color="inherit"
sx={{ ml: "min(0.6rem, 0.8vw)" }}
onClick={() =>
- window.open("https://github.com/GuillaumeSD/freechess")
+ window.open("https://github.com/GuillaumeSD/Chesskit")
}
>