Skip to content

Commit 7839f12

Browse files
authored
Change FAQ link (#879)
* Change FAQ link * Add CHANGELOG
1 parent a658590 commit 7839f12

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# api
22

3+
## 10x.18.2 - 16 December 2024
4+
- Update FAQ link in empty wiki notification email
5+
36
## 10x.18.1 - 20 November 2024
47
- Update Getting Started url in empty wiki notification email
58

app/Notifications/EmptyWikiNotification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function toMail($notifiable)
6161
->line(new HtmlString(Lang::get('<li><a href="https://www.mediawiki.org/wiki/Wikibase/Wikibase.cloud/First_steps">Getting started</a></li>')))
6262
->line(new HtmlString(Lang::get('<li><a href="https://www.mediawiki.org/wiki/Wikibase/Introduction_to_modeling_data">Data modeling</a></li>')))
6363
->line(new HtmlString(Lang::get('<li><a href="https://www.wikibase.cloud/discovery">Learn by example</a></li>')))
64-
->line(new HtmlString(Lang::get('<li>Get your questions answered: check the <a href="https://www.mediawiki.org/wiki/Wikibase/FAQ">FAQ</a>, <a href="https://www.wikibase.cloud/contact">ask us</a> or ask the community, either on <a href="https://t.me/joinchat/FgqAnxNQYOeAKmyZTIId9g">Telegram</a> or the <a href="https://lists.wikimedia.org/postorius/lists/wikibase-cloud.lists.wikimedia.org/">mailing list</a></li>')))
64+
->line(new HtmlString(Lang::get('<li>Get your questions answered: check the <a href="https://www.mediawiki.org/wiki/Wikibase/Wikibase.cloud/FAQ">FAQ</a>, <a href="https://www.wikibase.cloud/contact">ask us</a> or ask the community, either on <a href="https://t.me/joinchat/FgqAnxNQYOeAKmyZTIId9g">Telegram</a> or the <a href="https://lists.wikimedia.org/postorius/lists/wikibase-cloud.lists.wikimedia.org/">mailing list</a></li>')))
6565
->line(new HtmlString('</ul>'))
6666
->line(new HtmlString(Lang::get('Have you reconsidered using Wikibase for this project? We’d love it if you’d <a href="https://www.wikibase.cloud/contact">tell us why</a>. (You can delete your empty Wikibase(s) from your <a href="https://www.wikibase.cloud/dashboard">dashboard</a>.)')))
6767
->line(Lang::get('Thanks for using Wikibase Cloud!'));

0 commit comments

Comments
 (0)