jenkins-bot has submitted this change and it was merged.

Change subject: Updated incorrect comment about setting up localhost api url
......................................................................


Updated incorrect comment about setting up localhost api url

Change-Id: I62b45c04ede112b9518efa7d0a8de1ea862971f6
---
M js/api/localsettings.js.example
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Cscott: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/js/api/localsettings.js.example b/js/api/localsettings.js.example
index a18b119..c9bf938 100644
--- a/js/api/localsettings.js.example
+++ b/js/api/localsettings.js.example
@@ -7,7 +7,7 @@
  */
 
 exports.setup = function( parsoidConfig ) {
-       // The URL here is supposed to be your MediaWiki installation root
+       // The URL here is supposed to be your MediaWiki API endpoint
        parsoidConfig.setInterwiki( 'localhost', 'http://localhost/w/api.php' );
 
        // Enable debug mode (prints extra debugging messages)

-- 
To view, visit https://gerrit.wikimedia.org/r/77354
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I62b45c04ede112b9518efa7d0a8de1ea862971f6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Parsoid
Gerrit-Branch: master
Gerrit-Owner: Subramanya Sastry <[email protected]>
Gerrit-Reviewer: Cscott <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to