Skip to content

Commit 3bd82ca

Browse files
committed
fix: broken manual links
uploaded to https://0x0.st, will store the files temporarily but I think for a minimum of 30 days
1 parent a253b22 commit 3bd82ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/util/constants.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ export const KOSS_TWITTER_URL = "https://twitter.com/kossiitkgp";
4444
export const FOSSU_WEBSITE_URL = "https://fossunited.org";
4545

4646
export const MENTOR_MANUAL_LINK =
47-
"https://drive.google.com/file/d/1XUGfHygE3_KYX_qhcpvw8jhKLlcRkzHP/view?usp=drive_link";
47+
"https://0x0.st/X7pL.pdf"
4848
export const STUDENT_MANUAL_LINK =
49-
"https://drive.google.com/file/d/1gc2NWeMDA3ZFzH4RWVspuerduRdfY9yu/view?usp=drive_link";
49+
"https://0x0.st/X7p9.pdf"
5050

5151
export const GH_OAUTH_CLIENT_ID = import.meta.env.VITE_GH_OAUTH_CLIENT_ID;
5252
export const GH_OAUTH_URL = `https://github.com/login/oauth/authorize?client_id=${GH_OAUTH_CLIENT_ID}&state=replacethiswithrandomtextlater`;

0 commit comments

Comments
 (0)