coren has submitted this change and it was merged. Change subject: list.php: fix broken link to "create new tool" ......................................................................
list.php: fix broken link to "create new tool" This mechanism moved from Special:NovaProject to Special:NovaServiceGroup at some point. Not sure when or why, but fixing the link. Change-Id: Ib1e5a9f2bfaac2959f652e6e96bd0362f61f2699 --- M www/content/list.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: coren: Verified; Looks good to me, approved Petrb: Looks good to me, but someone else must approve diff --git a/www/content/list.php b/www/content/list.php index 54d5d21..32c854c 100644 --- a/www/content/list.php +++ b/www/content/list.php @@ -12,7 +12,7 @@ </ul> <h2><span class="mw-headline" style="display: inline;">Hosted tools</span> - <span class="mw-editsection">[<a href="https://wikitech.wikimedia.org/w/index.php?title=Special:NovaProject&action=addservicegroup&projectname=tools">create new tool</a>]</span> + <span class="mw-editsection">[<a href="https://wikitech.wikimedia.org/w/index.php?title=Special:NovaServiceGroup&action=addservicegroup&projectname=tools">create new tool</a>]</span> </h2> <TABLE CLASS="tool-list" COLS=3> <? $users = shell_exec("/usr/bin/getent group|/bin/grep ^local-"); -- To view, visit https://gerrit.wikimedia.org/r/84969 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib1e5a9f2bfaac2959f652e6e96bd0362f61f2699 Gerrit-PatchSet: 1 Gerrit-Project: labs/toollabs Gerrit-Branch: master Gerrit-Owner: Krinkle <[email protected]> Gerrit-Reviewer: Petrb <[email protected]> Gerrit-Reviewer: coren <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
