Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

Commit

Permalink
Patch 1 (#202)
Browse files Browse the repository at this point in the history
* Fix link to docs for new plugins

* Update links to ReadTheDocs

Fixes #201

* Fix minor typo

Fixes #201
  • Loading branch information
andrewjmetzger authored and ColinDuquesnoy committed Feb 13, 2018
1 parent e523893 commit 2bfec15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Adding support for a new service

Web streaming service integration plugins are now written in pure javascript.

1. Create a new plugin using the wizard (see http://mellowplayer.readthedocs.io/en/webengine/developers/plugins.html#create-a-new-plugin)
1. Create a new plugin using the wizard (see http://mellowplayer.readthedocs.io/en/latest/developers/plugins.html#create-a-new-plugin)
2. Edit ``metadata.ini`` (add correct url, name, version,...)
3. Edit ``description.html`` to describe the streaming service
4. Customise logo.svg
Expand Down
2 changes: 1 addition & 1 deletion docs/developers/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Web streaming service integration plugins are now written in pure
javascript.

1. Create a new plugin using the wizard (see
http://mellowplayer.readthedocs.io/en/webengine/developers/plugins.html#create-a-new-plugin)
http://mellowplayer.readthedocs.io/en/latest/developers/plugins.html#create-a-new-plugin)
2. Edit ``metadata.ini`` (add correct url, name, version,…)
3. Edit ``description.html`` to describe the streaming service
4. Customise logo.svg
Expand Down

0 comments on commit 2bfec15

Please sign in to comment.