aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/pages/Rules.tsx
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 /frontend/src/pages/Rules.tsx
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
Diffstat (limited to 'frontend/src/pages/Rules.tsx')
-rw-r--r--frontend/src/pages/Rules.tsx2
1 files changed, 1 insertions, 1 deletions
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');