Docs: Update Twitter account name
This commit is contained in:
parent
fcaf0d946e
commit
7637cb8693
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ you have the opportunity to learn Docker, Go, TensorFlow and much more.
|
|||
|
||||
## Questions? ##
|
||||
|
||||
Follow us on [Twitter](https://twitter.com/browseyourlife) to receive regular project updates,
|
||||
Follow us on [Twitter](https://twitter.com/photoprism_app) to receive regular project updates,
|
||||
get in contact with other contributors and discuss your ideas. Don't be afraid to ask stupid questions.
|
||||
|
||||
Of all the tools we tested, it works best to get and give continuous feedback.
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
style="max-width:100%;"></a>
|
||||
<a target="_blank" href="https://gitter.im/browseyourlife/community" rel="nofollow"><img
|
||||
src="/static/img/badge-chat.svg" alt="Community Chat" style="max-width:100%;"></a>
|
||||
<a target="_blank" href="https://twitter.com/browseyourlife" rel="nofollow"><img
|
||||
<a target="_blank" href="https://twitter.com/photoprism_app" rel="nofollow"><img
|
||||
src="/static/img/badge-twitter.svg" alt="Twitter" style="max-width:100%;"></a>
|
||||
</p>
|
||||
</v-container>
|
||||
|
|
|
@ -35,7 +35,7 @@ test.meta("testID", "about-001")("About page is displayed with all links", async
|
|||
.ok()
|
||||
.expect(Selector('a[href="https://gitter.im/browseyourlife/community"]').visible)
|
||||
.ok()
|
||||
.expect(Selector('a[href="https://twitter.com/browseyourlife"]').visible)
|
||||
.expect(Selector('a[href="https://twitter.com/photoprism_app"]').visible)
|
||||
.ok();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue