Alter the target of the Feedback link to be the right page.

Specifically, go to [[mw:VisualEditor/Feedback]] rather than [[mw:Visual editor/
Feedback]], as the primary set of pages on MWwiki have been moved some time ago
and right now we're stranding users' feedback messages at the wrong place.

Change-Id: Ia2ba0dad7d1bf0d1633fe2704a2e8354285c66da
This commit is contained in:
James D. Forrester 2012-10-02 15:22:15 -07:00
parent 0024913c16
commit 03c428155e

View file

@ -1134,7 +1134,7 @@ ve.init.mw.ViewPageTarget.prototype.onBeforeUnload = function () {
*/
ve.init.mw.ViewPageTarget.prototype.setupToolbarFeedbackButton = function () {
var feedback = new mw.Feedback( {
'title': new mw.Title( 'Visual editor/Feedback' ),
'title': new mw.Title( 'VisualEditor/Feedback' ),
'dialogTitleMessageKey': 'visualeditor-feedback-dialog-title',
'bugsLink': new mw.Uri(
'https://bugzilla.wikimedia.org/enter_bug.cgi?product=VisualEditor'