From 60addd8bcfc87f0a7f10f0d6212f755cdc62984b Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Thu, 31 Oct 2024 12:34:58 +0300 Subject: chore: change repo name to lphub --- README.md | 4 ++-- RULES.md | 9 ++++----- frontend/src/pages/About.tsx | 2 +- frontend/src/pages/Rules.tsx | 2 +- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6d1eef5..ad5bf3d 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Full API documentation can be found at https://lp.pektezol.dev/api/v1/ ## License -This project is licensed under the GNU Affero General Public License v3.0 - see the [LICENSE](https://github.com/pektezol/leastportalshub/blob/main/LICENSE) file for details. +This project is licensed under the GNU Affero General Public License v3.0 - see the [LICENSE](https://github.com/pektezol/lphub/blob/main/LICENSE) file for details. ## Contact @@ -73,4 +73,4 @@ By using LPHUB, you acknowledge that you have read and understood this disclaime ## Last Update -2024-10-19 \ No newline at end of file +2024-10-31 \ No newline at end of file diff --git a/RULES.md b/RULES.md index ffd344d..6920a1c 100644 --- a/RULES.md +++ b/RULES.md @@ -1,4 +1,4 @@ -# Rules +# LPHUB Rules To compete on the leaderboard, you must adhere to the following rules. Failure to do so may result in warnings or bans depending on severity. @@ -36,9 +36,8 @@ Both `.vtf` and `.vmt` files associated with these textures can be modified. ## Important Note -- The moderation team has the authority to remove any record they believe to be illegitimate, and/or ban any player they believe to have broken the rules. -- If you 'accidentally' submit an illegitimate run, the moderation team will attempt to contact you, and you may receive a warning. However, ignoring their attempts to contact you, deliberately cheating, and/or receiving too many warnings may result in a ban. -- Use common sense. You must be really pathetic if you intentionally cheat on least portals of all things. +- The moderation team has the authority to remove any record they believe to be illegitimate, and/or issue a warning/ban to any player they believe to have broken the rules. +- Use common sense. ## Last Updated -2024-10-19 +2024-10-31 diff --git a/frontend/src/pages/About.tsx b/frontend/src/pages/About.tsx index 886808b..42b1d1b 100644 --- a/frontend/src/pages/About.tsx +++ b/frontend/src/pages/About.tsx @@ -11,7 +11,7 @@ const About: React.FC = () => { const fetchReadme = async () => { try { const response = await fetch( - 'https://raw.githubusercontent.com/pektezol/leastportalshub/main/README.md' + 'https://raw.githubusercontent.com/pektezol/lphub/typescript/README.md' ); if (!response.ok) { throw new Error('Failed to fetch README'); diff --git a/frontend/src/pages/Rules.tsx b/frontend/src/pages/Rules.tsx index 99fff1f..6a91123 100644 --- a/frontend/src/pages/Rules.tsx +++ b/frontend/src/pages/Rules.tsx @@ -11,7 +11,7 @@ const Rules: React.FC = () => { const fetchRules = async () => { try { const response = await fetch( - 'https://raw.githubusercontent.com/pektezol/leastportalshub/typescript/RULES.md' + 'https://raw.githubusercontent.com/pektezol/lphub/typescript/RULES.md' ); if (!response.ok) { throw new Error('Failed to fetch README'); -- cgit v1.2.3