jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/385804 )
Change subject: Fix links per https://github.com/wikimedia/labs-tools-ZppixBot/pull/1/ ...................................................................... Fix links per https://github.com/wikimedia/labs-tools-ZppixBot/pull/1/ Change-Id: I50c00f3decf2e19e1756bdf46c71b08c91e30cd1 --- M public_html/contribs.php M public_html/index.php 2 files changed, 3 insertions(+), 3 deletions(-) Approvals: Zppix: Looks good to me, approved jenkins-bot: Verified diff --git a/public_html/contribs.php b/public_html/contribs.php index 359f449..b771902 100644 --- a/public_html/contribs.php +++ b/public_html/contribs.php @@ -2,4 +2,4 @@ Zppix- Operator<br /> tom29739- Release version bot operator, developer<br /> SwisterTwister- Zppixbot web design, and friend.<br /> -<a href=https://meta.miraheze.org/wiki/User:Reception123">Reception123</a> - Helps with new features +<a href="https://meta.miraheze.org/wiki/User:Reception123">Reception123</a> - Helps with new features diff --git a/public_html/index.php b/public_html/index.php index c8495f7..3bb0cfb 100644 --- a/public_html/index.php +++ b/public_html/index.php @@ -1,10 +1,10 @@ For more information, click <a href="/zppixbot/about.php">here</a>. </br> List of contributors, click <a href="/zppixbot/contribs.php">here</a> </br> -If you need ZppixBot in your channel, please contact Zppix or <a href=https://meta.miraheze.org/wiki/User:Reception123">Reception123</a> </br> +If you need ZppixBot in your channel, please contact Zppix or <a href="https://meta.miraheze.org/wiki/User:Reception123">Reception123</a> </br> <h1> The second release of ZppixBot is now here! </h1> <p> For more information please check out <a href="https://github.com/Pix1234/ZppixBot-Source/releases/tag/v2">the release tag</a> !!!</br> <b>Previous releases</b>:</br> -<a href"https://github.com/Pix1234/ZppixBot-Source/releases/tag/v1">v1 (30 July 2017)</a></br> +<a href="https://github.com/Pix1234/ZppixBot-Source/releases/tag/v1">v1 (30 July 2017)</a></br> -- To view, visit https://gerrit.wikimedia.org/r/385804 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I50c00f3decf2e19e1756bdf46c71b08c91e30cd1 Gerrit-PatchSet: 2 Gerrit-Project: labs/tools/ZppixBot Gerrit-Branch: master Gerrit-Owner: MacFan4000 <[email protected]> Gerrit-Reviewer: Zppix <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
