Skip to content

Commit 772da1a

Browse files
authored
Update Getting Started url link in empty wiki email (#876)
1 parent dfac27b commit 772da1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Notifications/EmptyWikiNotification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function toMail($notifiable)
5858
->line(Lang::get('If you’re still planning to use Wikibase for your project but just haven’t gotten around to doing so, no worries -- feel free to ignore this email.'))
5959
->line(Lang::get('Are you having trouble getting started? We have some resources that might help:'))
6060
->line(new HtmlString('<ul>'))
61-
->line(new HtmlString(Lang::get('<li><a href="https://www.mediawiki.org/wiki/Wikibase/Wikibase.cloud/Initial_setup">Getting started</a></li>')))
61+
->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>')))
6464
->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>')))

0 commit comments

Comments
 (0)