Docs: Update membership info URL
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
51dea7a39d
commit
6aa08d64c2
8 changed files with 8 additions and 8 deletions
|
@ -20,7 +20,7 @@ The following non-exhaustive list provides specific guidelines and examples:
|
|||
|
||||
(a) Be respectful, be responsible, be kind, avoid asking for [deadlines](https://docs.photoprism.app/developer-guide/code-quality/#go-slow-before-you-go-fast).
|
||||
|
||||
(b) Do not feel entitled to free software, support, or advice if you are **not** a [contributor](https://docs.photoprism.app/developer-guide/), [sponsor](https://docs.photoprism.app/funding/), or paying customer.
|
||||
(b) Do not feel entitled to free software, support, or advice if you are **not** a [contributor](https://docs.photoprism.app/developer-guide/), [sponsor](https://photoprism.app/membership), or paying customer.
|
||||
|
||||
(c) [Read the docs](https://docs.photoprism.app) and [determine the cause of your problem](https://docs.photoprism.app/getting-started/troubleshooting/) before opening invalid bug reports, starting a public "shitstorm" or insulting other community members in our chat rooms. Aside from being annoying for everyone, it also keeps our team from working on features and improvements that users like you are waiting for.
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ We currently have the following sponsorship options:
|
|||
account
|
||||
- You are welcome to [contact us](https://photoprism.app/contact) for [crypto donations](https://photoprism.app/crypto-donations), bank account details, and business partnerships
|
||||
|
||||
Visit [docs.photoprism.app/funding](https://docs.photoprism.app/funding/) to learn more.
|
||||
Visit [photoprism.app/membership](https://photoprism.app/membership) to learn more.
|
||||
|
||||
## Platinum Sponsors ##
|
||||
|
||||
|
|
|
@ -60,4 +60,4 @@ applications like PhotoPrism. It also effectively helps avoid "works for me" mom
|
|||
An [unofficial port](https://docs.photoprism.app/getting-started/freebsd/) is available for FreeBSD / FreeNAS users.
|
||||
You are invited to contribute by [building and testing standalone packages](https://docs.photoprism.app/developer-guide/) for Linux distributions and other operating systems.
|
||||
|
||||
Updates are [released several times a month](https://docs.photoprism.app/release-notes/), so maintaining the long list of dependencies for additional environments would currently consume too many of [our resources](https://docs.photoprism.app/funding/).
|
||||
Updates are [released several times a month](https://docs.photoprism.app/release-notes/), so maintaining the long list of dependencies for additional environments would currently consume too many of [our resources](https://photoprism.app/membership).
|
||||
|
|
|
@ -70,7 +70,7 @@ export default {
|
|||
this.$emit('close');
|
||||
},
|
||||
signUp() {
|
||||
window.open("https://link.photoprism.app/patreon", "_blank");
|
||||
window.open("https://photoprism.app/membership", "_blank");
|
||||
this.$emit('close');
|
||||
},
|
||||
},
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
<p v-if="!sponsor" class="text-xs-center my-4">
|
||||
<v-btn
|
||||
href="https://link.photoprism.app/patreon"
|
||||
href="https://photoprism.app/membership"
|
||||
target="_blank"
|
||||
color="primary-button"
|
||||
class="white--text px-3 py-2 action-sponsor"
|
||||
|
|
|
@ -76,7 +76,7 @@
|
|||
</v-flex>
|
||||
<v-flex xs12 sm6 class="pa-0 body-2 text-xs-center text-sm-right white--text">
|
||||
<v-btn
|
||||
href="https://link.photoprism.app/patreon"
|
||||
href="https://photoprism.app/membership"
|
||||
target="_blank"
|
||||
color="transparent"
|
||||
class="white--text px-3 py-2 ma-0 action-sponsor"
|
||||
|
|
|
@ -11,7 +11,7 @@ test.meta("testID", "about-001")("About page is displayed with all links", async
|
|||
await t
|
||||
.expect(Selector('a[href="https://photoprism.app/"]').visible)
|
||||
.ok()
|
||||
.expect(Selector('a[href="https://link.photoprism.app/patreon"]').visible)
|
||||
.expect(Selector('a[href="https://photoprism.app/membership"]').visible)
|
||||
.ok();
|
||||
});
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ const StaticUri = "/static"
|
|||
// MsgSponsor and MsgSignUp provide sponsorship info messages;
|
||||
// SignUpURL a signup link.
|
||||
const MsgSponsor = "PhotoPrism® needs your support!"
|
||||
const SignUpURL = "https://docs.photoprism.app/funding/"
|
||||
const SignUpURL = "https://photoprism.app/membership"
|
||||
const MsgSignUp = "Visit " + SignUpURL + " to learn more."
|
||||
const MsgSponsorCommand = "Since running this command puts additional load on our infrastructure," +
|
||||
" we unfortunately can only offer it to sponsors."
|
||||
|
|
Loading…
Add table
Reference in a new issue