Skip to content

Commit

Permalink
feat: replace links with new documentation page
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Feb 8, 2021
1 parent a035ac6 commit 2342c85
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ This app can browse the following Boorus.

Links to useful information.

- [Frequently Asked Questions](https://www.notion.so/alejandroakbal/Frequently-Asked-Questions-fed2de7c56784703b26d3e6532004f4a)
- [How to install the App](https://www.notion.so/alejandroakbal/App-Installation-5b1be2062ffe48bda39ac1236421fc84)
- [Frequently Asked Questions](https://docs.r34.app/frequently-asked-questions)
- [How to install the App](https://docs.r34.app/app-installation)

## Social

Expand All @@ -50,7 +50,7 @@ This project has various costs: domain, email, hosting, Cloudflare worker, maint

I am a student, so I'm not really in a position to maintain everything from my pocket...

So if you want to help me continue working on the App, you can [make a donation](https://www.notion.so/alejandroakbal/Donations-1489536213a242a0be30597e8b101447).
So if you want to help me continue working on the App, you can [make a donation](https://docs.r34.app/donations).

## Technicalities

Expand Down
2 changes: 1 addition & 1 deletion components/layout/navigation/sidenav/SideNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<li>
<a
class="flex nav-links--bottom"
href="https://redirect.r34.app/liberapay/"
href="https://redirect.r34.app/donations"
>
<svg
xmlns="http://www.w3.org/2000/svg"
Expand Down
2 changes: 1 addition & 1 deletion components/utils/SupportPopUp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Or even better, subscribe to unlock new features!"
:links="[
{ href: 'https://redirect.r34.app/liberapay', text: 'Donation' },
{ href: 'https://redirect.r34.app/donations', text: 'Donation' },
{ href: '/premium', text: 'Subscription' },
]"
/>
Expand Down
8 changes: 2 additions & 6 deletions pages/faq.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,8 @@
link-text=""
:links="[
{
text: 'LiberaPay',
href: 'https://redirect.r34.app/liberapay',
},
{
text: 'PayPal',
href: 'https://redirect.r34.app/paypal',
text: 'Donations',
href: 'https://redirect.r34.app/donations',
},
]"
>
Expand Down

0 comments on commit 2342c85

Please sign in to comment.