Skip to content

Commit

Permalink
updated github links
Browse files Browse the repository at this point in the history
  • Loading branch information
nfourtythree committed Jul 6, 2016
1 parent 17fdd4c commit 36c34de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions EntriesSubsetPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}

/**
Expand All @@ -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';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions releases.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
[
{
"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"
]
},
{
"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"
]
},
{
"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"
Expand Down

0 comments on commit 36c34de

Please sign in to comment.