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(); });