diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-07-20 11:30:25 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-07-20 11:30:25 +0300 |
| commit | c61374a2998c33921013693b5faf3159edecf76a (patch) | |
| tree | 90993db9dc8df481b99e6fe1035980b7b4afaf93 /frontend/src/components | |
| parent | docs: relicense to AGPLv3 (diff) | |
| download | lphub-c61374a2998c33921013693b5faf3159edecf76a.tar.gz lphub-c61374a2998c33921013693b5faf3159edecf76a.tar.bz2 lphub-c61374a2998c33921013693b5faf3159edecf76a.zip | |
refactor: changed github repo name
Former-commit-id: e579843a0d66574b54b48fc1c02083c868db68a3
Diffstat (limited to 'frontend/src/components')
| -rw-r--r-- | frontend/src/components/pages/about.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/pages/about.js b/frontend/src/components/pages/about.js index a265006..11b065d 100644 --- a/frontend/src/components/pages/about.js +++ b/frontend/src/components/pages/about.js | |||
| @@ -10,7 +10,7 @@ export default function About() { | |||
| 10 | const fetchReadme = async () => { | 10 | const fetchReadme = async () => { |
| 11 | try { | 11 | try { |
| 12 | const response = await fetch( | 12 | const response = await fetch( |
| 13 | 'https://raw.githubusercontent.com/pektezol/LeastPortals/main/README.md' | 13 | 'https://raw.githubusercontent.com/pektezol/leastportalshub/main/README.md' |
| 14 | ); | 14 | ); |
| 15 | if (!response.ok) { | 15 | if (!response.ok) { |
| 16 | throw new Error('Failed to fetch README'); | 16 | throw new Error('Failed to fetch README'); |