From a69c4d2b8ccfb78fc522eb9aed9b1bfe1cabcea6 Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Thu, 21 Mar 2024 13:30:17 -0400 Subject: [PATCH] Update github link --- README.md | 6 +++--- src/pages/Support.tsx | 2 +- src/setup/constants.ts | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 060d5d9f..a93c9435 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Sudo-Flix is a mirror of [Movie-Web](https://github.com/movie-web/movie-web) wit | Extension | [movie-web plugin](https://shorturl.at/iqzES) | [Source Code](https://github.com/movie-web/extension) | | Proxy | [sudo-proxy](https://sudo-proxy1.sudo-flix.lol) | [Source Code](https://gitlab.com/sudo-flix/simple-proxy) | | Backend | [sudo-backend](https://backend.sudo-flix.lol) | [Source Code](https://github.com/movie-web/backend) | -| Frontend | [sudo-flix](https://sudo-flix.lol) | [Source Code](https://github.com/sudo-flix/sudo-source) | +| Frontend | [sudo-flix](https://sudo-flix.lol) | [Source Code](https://github.com/sussy-code/smov) | **I provide these if you are not able to host yourself, though I do encourage hosting the frontend.** @@ -28,7 +28,7 @@ Sudo-Flix is a mirror of [Movie-Web](https://github.com/movie-web/movie-web) wit ## Running Locally Type the following commands into your terminal / command line to run Sudo-Flix locally ```bash -git clone https://github.com/sudo-flix/sudo-source.git +git clone https://github.com/sussy-code/smov.git cd sudo-flix git pull pnpm install @@ -42,7 +42,7 @@ Then you can visit the local instance [here](http://localhost:5173) or, at local ### sudo-flix To update a sudo-flix instance you can type the below commands into a terminal at the root of your project. ```bash -git remote add upstream https://github.com/sudo-flix/sudo-source.git +git remote add upstream https://github.com/sussy-code/smov.git git fetch sudo-flix # Grab the contents of the new remote source git checkout # Most likely this would be `origin/main` git merge upstream/main diff --git a/src/pages/Support.tsx b/src/pages/Support.tsx index 74ba786e..fc1899c1 100644 --- a/src/pages/Support.tsx +++ b/src/pages/Support.tsx @@ -91,7 +91,7 @@ export function SupportPage() { , - + , ]} diff --git a/src/setup/constants.ts b/src/setup/constants.ts index 17fa0661..e98284fa 100644 --- a/src/setup/constants.ts +++ b/src/setup/constants.ts @@ -1,6 +1,6 @@ export const APP_VERSION = import.meta.env.PACKAGE_VERSION; export const DISCORD_LINK = "https://movie-web.github.io/links/discord"; -export const GITHUB_LINK = "https://github.com/sudo-flix/sudo-source"; +export const GITHUB_LINK = "https://github.com/sussy-code/smov"; export const TWITTER_LINK = "https://twitter.com/SudoFlix"; export const DONATION_LINK = "https://ko-fi.com/movieweb"; export const GA_ID = import.meta.env.VITE_GA_ID;