From d4e86b4bea247eada932fdae6baf115254d3e706 Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Tue, 5 Mar 2024 11:43:28 -0500 Subject: [PATCH] replace old gitlab link --- .github/workflows/main.yml | 2 +- README.md | 4 ++-- src/setup/constants.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8d2795b8..c2baa310 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: - uses: wangchucheng/git-repo-sync@v0.1.0 with: # Such as https://github.com/wangchucheng/git-repo-sync.git - target-url: https://gitlab.com/itzCozi/sudo-flix + target-url: https://github.com/sudo-flix/sudo-source # Such as wangchucheng target-username: itzCozi # You can store token in your project's 'Setting > Secrets' and reference the name here. Such as ${{ secrets.ACCESS\_TOKEN }} diff --git a/README.md b/README.md index 0aacb6b6..ae016554 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Sudo-Flix is a mirror of [Movie-Web](https://github.com/movie-web/movie-web) wit | Service | Link | Source Code | |----------------|----------------------------------------------------|------------------------------------------------------| | Movie-Web Docs | [movie-web-docs](https://movie-web.github.io/) | [Source Code](https://github.com/movie-web/docs) | -| Sudo-Flix | [Sudo-Flix](https://sudo-flix.lol) | [Source Code](https://gitlab.com/itzCozi/sudo-flix) | +| Sudo-Flix | [Sudo-Flix](https://sudo-flix.lol) | [Source Code](https://github.com/sudo-flix/sudo-source) | | Proxy #1 | [sudo-proxy](https://sudo-proxy.netlify.app) | [Source Code](https://gitlab.com/itzCozi/sudo-proxy) | | Proxy #2 | [mweb-proxy](https://mweb-proxy.up.railway.app) | [Source Code](https://gitlab.com/itzCozi/sudo-proxy) | | Proxy #3 | [sudo-proxy2](sudo-proxy.up.railway.app) @@ -22,7 +22,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://gitlab.com/itzCozi/sudo-flix.git +git clone https://github.com/sudo-flix/sudo-source.git cd sudo-flix git pull pnpm install diff --git a/src/setup/constants.ts b/src/setup/constants.ts index 8fb8e984..891db7f6 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://gitlab.com/itzCozi/sudo-flix"; +export const GITHUB_LINK = "https://github.com/sudo-flix/sudo-source"; export const DONATION_LINK = "https://ko-fi.com/movieweb"; export const GA_ID = import.meta.env.VITE_GA_ID; export const BACKEND_URL = import.meta.env.VITE_BACKEND_URL;