From 36c34deaab8fd944ecd30ee2ef3f0238a9d45172 Mon Sep 17 00:00:00 2001 From: Nathaniel Hammond Date: Wed, 6 Jul 2016 10:15:45 +0100 Subject: [PATCH] updated github links --- EntriesSubsetPlugin.php | 4 ++-- README.md | 2 +- releases.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/EntriesSubsetPlugin.php b/EntriesSubsetPlugin.php index 3a56630..4b2661b 100755 --- a/EntriesSubsetPlugin.php +++ b/EntriesSubsetPlugin.php @@ -71,7 +71,7 @@ public function getDescription() */ public function getDocumentationUrl() { - return 'https://github.com/nfourtythree/entriessubset/blob/master/README.md'; + return 'https://github.com/nfourtythree/craft-entriessubset/blob/master/README.md'; } /** @@ -83,7 +83,7 @@ public function getDocumentationUrl() */ public function getReleaseFeedUrl() { - return 'https://raw.githubusercontent.com/nfourtythree/entriessubset/master/releases.json'; + return 'https://raw.githubusercontent.com/nfourtythree/craft-entriessubset/master/releases.json'; } /** diff --git a/README.md b/README.md index a27fb73..ee7eaaa 100755 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Craft field type plugin that extends the core Entries field type to give extra s To install Entries Subset, follow these steps: 1. Download & unzip the file and place the `entriessubset` directory into your `craft/plugins` directory -2. -OR- do a `git clone https://github.com/nfourtythree/entriessubset.git` directly into your `craft/plugins` folder. You can then update it with `git pull` +2. -OR- do a `git clone https://github.com/nfourtythree/craft-entriessubset.git` directly into your `craft/plugins` folder. You can then update it with `git pull` 3. Install plugin in the Craft Control Panel under Settings > Plugins 4. The plugin folder should be named `entriessubset` for Craft to see it. GitHub recently started appending `-master` (the branch name) to the name of the folder for zip file downloads. diff --git a/releases.json b/releases.json index cb05b14..26ca323 100644 --- a/releases.json +++ b/releases.json @@ -1,7 +1,7 @@ [ { "version": "0.5.2", - "downloadUrl": "https://github.com/nfourtythree/entriessubset/archive/master.zip", + "downloadUrl": "https://github.com/nfourtythree/craft-entriessubset/archive/master.zip", "date": "2016-03-16T13:34:00.111Z", "notes": [ "[Fixed] Not returning every possible entry type" @@ -9,7 +9,7 @@ }, { "version": "0.5.1", - "downloadUrl": "https://github.com/nfourtythree/entriessubset/archive/master.zip", + "downloadUrl": "https://github.com/nfourtythree/craft-entriessubset/archive/master.zip", "date": "2016-03-14T12:00:00.111Z", "notes": [ "[fixed] Issue with error when no types are selected" @@ -17,7 +17,7 @@ }, { "version": "0.5.0", - "downloadUrl": "https://github.com/nfourtythree/entriessubset/archive/master.zip", + "downloadUrl": "https://github.com/nfourtythree/craft-entriessubset/archive/master.zip", "date": "2016-02-17T18:39:38.111Z", "notes": [ "[Added] Initial release"