Rjain has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/70801


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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Annotator 
refs/changes/01/70801/1

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: newchange
Gerrit-Change-Id: I2f8c7fea03d451d0a974e86f420e1c71e15ebd5d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Annotator
Gerrit-Branch: master
Gerrit-Owner: Rjain <richa.jain1...@gmail.com>

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

Reply via email to