From 7637cb86938ca22e92ccec1be8d90887279f7279 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Sat, 15 May 2021 10:53:29 +0200 Subject: [PATCH] Docs: Update Twitter account name --- CONTRIBUTING.md | 2 +- frontend/src/pages/about/about.vue | 2 +- frontend/tests/acceptance/settings/about.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7815cee95..5814bcac4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. diff --git a/frontend/src/pages/about/about.vue b/frontend/src/pages/about/about.vue index ffe542ce3..e92383157 100644 --- a/frontend/src/pages/about/about.vue +++ b/frontend/src/pages/about/about.vue @@ -61,7 +61,7 @@ style="max-width:100%;"> Community Chat - Twitter

diff --git a/frontend/tests/acceptance/settings/about.js b/frontend/tests/acceptance/settings/about.js index 32cbd2b00..bc90c774e 100644 --- a/frontend/tests/acceptance/settings/about.js +++ b/frontend/tests/acceptance/settings/about.js @@ -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(); });