Skip to content

Commit

Permalink
help markdowns name changed
Browse files Browse the repository at this point in the history
  • Loading branch information
prabh-t committed Aug 9, 2024
1 parent eee81e5 commit 1ffb928
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions public/help.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Help

1. [Website](website.md)
2. [Download File](download.md)
3. [API](api.md)
4. [Direct Variant Link](directlink.md)
1. [Website](pvwebsite.md)
2. [Download File](pvdownload.md)
3. [API](pvrestapi.md)
4. [Direct Variant Link](pvdirectlink.md)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/ui/pages/help/HelpPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let sections: HelpSection[] = [
{title: 'Direct Variant Link', content: ''}
]

const markdowns = ['website.md', 'download.md', 'api.md', 'directlink.md'];
const markdowns = ['pvwebsite.md', 'pvdownload.md', 'pvrestapi.md', 'pvdirectlink.md'];
const fetchPromises = markdowns.map(url => fetch(url).then(response => response.text()));


Expand Down

0 comments on commit 1ffb928

Please sign in to comment.