aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-10-31 12:34:58 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-10-31 12:34:58 +0300
commit60addd8bcfc87f0a7f10f0d6212f755cdc62984b (patch)
tree4945f98b9282117e3fc7ca7f8f0b0846a2640766
parentfrontend: show wr delta in category scores as well (diff)
downloadlphub-60addd8bcfc87f0a7f10f0d6212f755cdc62984b.tar.gz
lphub-60addd8bcfc87f0a7f10f0d6212f755cdc62984b.tar.bz2
lphub-60addd8bcfc87f0a7f10f0d6212f755cdc62984b.zip
chore: change repo name to lphub
-rw-r--r--README.md4
-rw-r--r--RULES.md9
-rw-r--r--frontend/src/pages/About.tsx2
-rw-r--r--frontend/src/pages/Rules.tsx2
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/
38 38
39## License 39## License
40 40
41This 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. 41This 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.
42 42
43## Contact 43## Contact
44 44
@@ -73,4 +73,4 @@ By using LPHUB, you acknowledge that you have read and understood this disclaime
73 73
74## Last Update 74## Last Update
75 75
762024-10-19 \ No newline at end of file 762024-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 @@
1# Rules 1# LPHUB Rules
2 2
3To compete on the leaderboard, you must adhere to the following rules. Failure to do so may result in warnings or bans depending on severity. 3To compete on the leaderboard, you must adhere to the following rules. Failure to do so may result in warnings or bans depending on severity.
4 4
@@ -36,9 +36,8 @@ Both `.vtf` and `.vmt` files associated with these textures can be modified.
36 36
37## Important Note 37## Important Note
38 38
39- 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. 39- 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.
40- 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. 40- Use common sense.
41- Use common sense. You must be really pathetic if you intentionally cheat on least portals of all things.
42 41
43## Last Updated 42## Last Updated
442024-10-19 432024-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 = () => {
11 const fetchReadme = async () => { 11 const fetchReadme = async () => {
12 try { 12 try {
13 const response = await fetch( 13 const response = await fetch(
14 'https://raw.githubusercontent.com/pektezol/leastportalshub/main/README.md' 14 'https://raw.githubusercontent.com/pektezol/lphub/typescript/README.md'
15 ); 15 );
16 if (!response.ok) { 16 if (!response.ok) {
17 throw new Error('Failed to fetch README'); 17 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 = () => {
11 const fetchRules = async () => { 11 const fetchRules = async () => {
12 try { 12 try {
13 const response = await fetch( 13 const response = await fetch(
14 'https://raw.githubusercontent.com/pektezol/leastportalshub/typescript/RULES.md' 14 'https://raw.githubusercontent.com/pektezol/lphub/typescript/RULES.md'
15 ); 15 );
16 if (!response.ok) { 16 if (!response.ok) {
17 throw new Error('Failed to fetch README'); 17 throw new Error('Failed to fetch README');