diff --git a/README.md b/README.md index 639af2d..e65c4b7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # hackclub.tv -This is the source code for [hackclub.tv (hctv.srizan.dev)](https://hctv.srizan.dev), a livestreaming website for hackclubbers. +This is the source code for [hackclub.tv (hackclub.tv)](https://hackclub.tv), a livestreaming website for hackclubbers. Development has been ongoing for a few months, and the site is now live! There are some half-baked features, but I'm all ears for feedback. diff --git a/apps/docs/src/content/docs/api/chat.mdx b/apps/docs/src/content/docs/api/chat.mdx index 0c207e8..96565e6 100644 --- a/apps/docs/src/content/docs/api/chat.mdx +++ b/apps/docs/src/content/docs/api/chat.mdx @@ -9,7 +9,7 @@ The chat system is powered by a websocket server. Please read the entire page be ## Connection and messages -The websocket server is located at `wss://hctv.srizan.dev/api/chat/ws/:username`, where `:username` is the channel you want to connect to. +The websocket server is located at `wss://hackclub.tv/api/chat/ws/:username`, where `:username` is the channel you want to connect to. You'll need to provide authentication, which can be done by providing an `auth_session` cookie, just like the REST API.