diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-11-01 20:09:44 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-11-01 20:10:27 +0300 |
| commit | e731f58648da4a79497413e704af1909c89f8445 (patch) | |
| tree | 538c2fc293cac292ff05f10f81985d75fbfeb9d0 /frontend/src/pages | |
| parent | frontend: uploadrundialog (diff) | |
| download | lphub-1.0.0.tar.gz lphub-1.0.0.tar.bz2 lphub-1.0.0.zip | |
docs: merge to main branchv1.0.0
Diffstat (limited to 'frontend/src/pages')
| -rw-r--r-- | frontend/src/pages/About.tsx | 2 | ||||
| -rw-r--r-- | frontend/src/pages/Rules.tsx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/pages/About.tsx b/frontend/src/pages/About.tsx index 42b1d1b..c0883eb 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/lphub/typescript/README.md' | 14 | 'https://raw.githubusercontent.com/pektezol/lphub/main/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 6a91123..340a9f6 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/lphub/typescript/RULES.md' | 14 | 'https://raw.githubusercontent.com/pektezol/lphub/main/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'); |