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

Change subject: changed the remote ext path to Annotator instead of prototyping 
inline comments
......................................................................


changed the remote ext path to Annotator instead of prototyping inline comments

Change-Id: I2f8c7fea03d451d0a974e86f420e1c71e15ebd5d
---
M Annotator.php
M README.md
2 files changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/Annotator.php b/Annotator.php
index 750f94d..b8fcce4 100755
--- a/Annotator.php
+++ b/Annotator.php
@@ -9,7 +9,7 @@
 //Resource Modules
 $wgAnnotatorResourcePaths = array(
        'localBasePath' => __DIR__ . '/modules',
-       'remoteExtPath' => "Prototyping-inline-comments/modules",
+       'remoteExtPath' => "Annotator/modules",
 );
 $wgResourceModules['ext.annotator'] = array(
        'scripts' => array(
diff --git a/README.md b/README.md
index 1879f97..414f366 100644
--- a/README.md
+++ b/README.md
@@ -6,5 +6,5 @@
 
 Installation
 ===========================
-Install it by adding 
require_once("$IP/extensions/Prototyping-inline-comments/Annotator.php"); to 
your Localsettings.php
+Install it by adding require_once("$IP/extensions/Annotator/Annotator.php"); 
to your Localsettings.php
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I2f8c7fea03d451d0a974e86f420e1c71e15ebd5d
Gerrit-PatchSet: 5
Gerrit-Project: mediawiki/extensions/Annotator
Gerrit-Branch: master
Gerrit-Owner: Rjain <richa.jain1...@gmail.com>
Gerrit-Reviewer: Mattflaschen <mflasc...@wikimedia.org>
Gerrit-Reviewer: Parent5446 <tylerro...@gmail.com>
Gerrit-Reviewer: Rjain <richa.jain1...@gmail.com>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to