Catrope has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/343442 )
Change subject: Fix URL of betafeatures dashboard in comment ...................................................................... Fix URL of betafeatures dashboard in comment Change-Id: Ibb0668e88cbb6cf4d82b9586c961d2908dcdea75 --- M src/betafeatures/counts.php 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/analytics/wmde/scripts refs/changes/42/343442/1 diff --git a/src/betafeatures/counts.php b/src/betafeatures/counts.php index 0aae988..5a8d30e 100755 --- a/src/betafeatures/counts.php +++ b/src/betafeatures/counts.php @@ -4,7 +4,7 @@ * * @author Addshore * Sends data about betafeatures usage to graphite - * Used by: https://grafana.wikimedia.org/dashboard/db/mediawiki-betafeatures + * Used by: https://grafana.wikimedia.org/dashboard/db/betafeatures */ /** @@ -168,4 +168,4 @@ $queryResult = $pdo->query( $sql ); if( $queryResult === false ) { Output::timestampedMessage( "FAILED: $sql" ); -} \ No newline at end of file +} -- To view, visit https://gerrit.wikimedia.org/r/343442 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibb0668e88cbb6cf4d82b9586c961d2908dcdea75 Gerrit-PatchSet: 1 Gerrit-Project: analytics/wmde/scripts Gerrit-Branch: master Gerrit-Owner: Catrope <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
