diff --git a/docs/config-schema.yaml b/docs/config-schema.yaml index 48cc5f6fa41..ed6470a6221 100644 --- a/docs/config-schema.yaml +++ b/docs/config-schema.yaml @@ -8028,7 +8028,7 @@ config-schema: For details about what data is sent, see: https://www.mediawiki.org/wiki/Manual:$wgPingback For the pingback privacy policy, see: https://wikimediafoundation.org/wiki/MediaWiki_Pingback_Privacy_Statement - Aggregate pingback data is available at: https://pingback.wmflabs.org/ + Aggregate pingback data is available at: https://pingback.wmcloud.org/ @since 1.28 OriginTrials: default: [] diff --git a/includes/MainConfigSchema.php b/includes/MainConfigSchema.php index 98892ff8a47..681de9eaca7 100644 --- a/includes/MainConfigSchema.php +++ b/includes/MainConfigSchema.php @@ -12821,7 +12821,7 @@ class MainConfigSchema { * For the pingback privacy policy, see: * https://wikimediafoundation.org/wiki/MediaWiki_Pingback_Privacy_Statement * - * Aggregate pingback data is available at: https://pingback.wmflabs.org/ + * Aggregate pingback data is available at: https://pingback.wmcloud.org/ * * @since 1.28 */ diff --git a/includes/installer/i18n/en.json b/includes/installer/i18n/en.json index 83dca3b1597..b68e377abc4 100644 --- a/includes/installer/i18n/en.json +++ b/includes/installer/i18n/en.json @@ -171,7 +171,7 @@ "config-subscribe-help": "This is a low-volume mailing list used for release announcements, including important security announcements.\nYou should subscribe to it and update your MediaWiki installation when new versions come out.", "config-subscribe-noemail": "You tried to subscribe to the release announcements mailing list without providing an email address.\nPlease provide an email address if you wish to subscribe to the mailing list.", "config-pingback": "Share data about this installation with MediaWiki developers. [https://foundation.wikimedia.org/wiki/MediaWiki_Pingback_Privacy_Statement Privacy policy].", - "config-pingback-help": "If you select this option, MediaWiki will periodically ping https://www.mediawiki.org with basic data about this MediaWiki instance. This data includes, for example, the type of system, PHP version, and chosen database backend. The Wikimedia Foundation shares this data with MediaWiki developers to help guide future development efforts. The following data will be sent for your system:\n
$1\n\nThe privacy policy for this feature can be seen at https://foundation.wikimedia.org/wiki/MediaWiki_Pingback_Privacy_Statement.\n\nFor more general information about this feature, see https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgPingback.\n\nFor aggregated pingback data, see https://pingback.wmflabs.org/.", + "config-pingback-help": "If you select this option, MediaWiki will periodically ping https://www.mediawiki.org with basic data about this MediaWiki instance. This data includes, for example, the type of system, PHP version, and chosen database backend. The Wikimedia Foundation shares this data with MediaWiki developers to help guide future development efforts. The following data will be sent for your system:\n
$1\n\nThe privacy policy for this feature can be seen at https://foundation.wikimedia.org/wiki/MediaWiki_Pingback_Privacy_Statement.\n\nFor more general information about this feature, see https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgPingback.\n\nFor aggregated pingback data, see https://pingback.wmcloud.org/.", "config-almost-done": "You are almost done!\nYou can now skip the remaining configuration and install the wiki right now.", "config-optional-continue": "Ask me more questions.", "config-optional-skip": "I'm bored already, just install the wiki.",