Update links to docs.photoprism.org
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
83cb004d47
commit
0032951b36
5 changed files with 10 additions and 10 deletions
|
@ -19,7 +19,7 @@ Of all the tools we tested, Twitter works best to get and give continuous feedba
|
|||
|
||||
Issues labeled [help wanted](https://github.com/photoprism/photoprism/labels/help%20wanted) /
|
||||
[easy](https://github.com/photoprism/photoprism/labels/easy) can be good (first) contributions.
|
||||
Our [Developer Guide](https://docs.photoprism.org/en/latest/developer-guide/) contains all information necessary to get you started.
|
||||
Our [Developer Guide](https://docs.photoprism.org/developer-guide/) contains all information necessary to get you started.
|
||||
|
||||
Our [step-by-step guide](https://github.com/photoprism/photoprism/wiki/Pull-Requests) explains how to submit new features, bugfixes and documentation.
|
||||
|
||||
|
|
12
README.md
12
README.md
|
@ -29,9 +29,9 @@ More screenshots: https://github.com/photoprism/photoprism/wiki/Screenshots
|
|||
You're welcome to play with our demo at [demo.photoprism.org](https://demo.photoprism.org).
|
||||
Leave your email to get a [release notification](https://goo.gl/forms/KBPVGl9PCsOKrAv33).
|
||||
|
||||
Step-by-step [installation instructions](https://docs.photoprism.org/en/latest/getting-started/) can be found
|
||||
in our [User Guide](https://docs.photoprism.org/en/latest/).
|
||||
Developers can skip this and move on to the [Developer Guide](https://docs.photoprism.org/en/latest/developer-guide/).
|
||||
Step-by-step [installation instructions](https://docs.photoprism.org/getting-started/) can be found
|
||||
in our [User Guide](https://docs.photoprism.org/).
|
||||
Developers can skip this and move on to the [Developer Guide](https://docs.photoprism.org/developer-guide/).
|
||||
|
||||
All you need is a Web browser and [Docker](https://store.docker.com/search?type=edition&offering=community)
|
||||
to run the server. It is available for Mac, Linux and Windows.
|
||||
|
@ -60,7 +60,7 @@ We're already in contact with data scientists who like our idea.
|
|||
## How to contribute ##
|
||||
|
||||
We welcome contributions of any kind. If you have a bug or an idea, read our
|
||||
[guide](https://docs.photoprism.org/en/latest/developer-guide/) before opening an issue.
|
||||
[guide](https://docs.photoprism.org/developer-guide/) before opening an issue.
|
||||
Issues labeled [help wanted](https://github.com/photoprism/photoprism/labels/help%20wanted) /
|
||||
[easy](https://github.com/photoprism/photoprism/issues?q=is%3Aissue+is%3Aopen+label%3Aeasy) can be
|
||||
good (first) contributions.
|
||||
|
@ -111,7 +111,7 @@ Thank you very much! <3
|
|||
|
||||
We spent weeks asking organizations like [The Prototype Fund](https://prototypefund.de/en/) for help
|
||||
and also tried to cooperate with companies like Mapbox and Cewe.
|
||||
You would think it's easier to get a few dollars with [our background](http://docs.photoprism.org/en/latest/team/)
|
||||
You would think it's easier to get a few dollars with [our background](http://docs.photoprism.org/team/)
|
||||
and [working code](https://demo.photoprism.org/).
|
||||
|
||||
If any of those organizations changes their mind, they are welcome to [reach out to us](mailto:hello@photoprism.org).
|
||||
|
@ -143,7 +143,7 @@ Hopefully we can keep it like that :)
|
|||
[goreport]: https://goreportcard.com/report/github.com/photoprism/photoprism
|
||||
[coverage]: https://codecov.io/gh/photoprism/photoprism
|
||||
[ci]: https://travis-ci.org/photoprism/photoprism
|
||||
[docs]: https://docs.photoprism.org/en/latest/
|
||||
[docs]: https://docs.photoprism.org/
|
||||
[issuehunt]: https://issuehunt.io/repos/119160553
|
||||
[chat]: https://gitter.im/browseyourlife/community
|
||||
[twitter]: https://twitter.com/browseyourlife
|
||||
|
|
|
@ -5,7 +5,7 @@ You're most welcome to support us via [GitHub Sponsors](https://github.com/spons
|
|||
especially if you need help with using our software. They will match every donation in the first year.
|
||||
In addition, you can find us on [Patreon][patreon] and [PayPal][paypal].
|
||||
Our sponsors and contributors will get for free whatever we might have to
|
||||
[charge](https://docs.photoprism.org/en/latest/funding/) for a geodata, public events and maps
|
||||
[charge](https://docs.photoprism.org/funding/) for a geodata, public events and maps
|
||||
subscription later.
|
||||
|
||||
Also please [leave a star](https://github.com/photoprism/photoprism/stargazers) here on GitHub if you like this project,
|
||||
|
|
|
@ -329,7 +329,7 @@
|
|||
</v-flex>
|
||||
|
||||
<v-flex xs12 sm6 class="px-2 pb-2 body-1 text-xs-left text-sm-right">
|
||||
A big <a href="https://docs.photoprism.org/en/latest/credits/" class="secondary-dark--text"
|
||||
A big <a href="https://docs.photoprism.org/credits/" class="secondary-dark--text"
|
||||
target="_blank">thank you</a> to everyone who made this possible!
|
||||
<br>
|
||||
<a href="https://raw.githubusercontent.com/photoprism/photoprism/develop/NOTICE"
|
||||
|
|
2
internal/meta/testdata/photoshop.json
vendored
2
internal/meta/testdata/photoshop.json
vendored
|
@ -91,7 +91,7 @@
|
|||
"GPSAltitudeRef": "Below Sea Level",
|
||||
"GPSDateTime": "2020:01:01 16:28:22Z",
|
||||
"Marked": false,
|
||||
"WebStatement": "http://docs.photoprism.org/en/latest/contact/",
|
||||
"WebStatement": "https://docs.photoprism.org/contact/",
|
||||
"CreatorAddress": "Zimmermannstr. 37",
|
||||
"CreatorCity": "Berlin",
|
||||
"CreatorPostalCode": 12163,
|
||||
|
|
Loading…
Reference in a new issue