From 6adf56b14449d59afe254b3923a4a151c43e7556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20Gro=CC=88n?= Date: Fri, 21 Jul 2017 10:04:30 +0200 Subject: [PATCH] More sane URL for information on contribution. Also, Github issues should be re-enabled in the main resository settings... --- couchpotato/core/plugins/log/static/log.js | 2 +- couchpotato/static/scripts/combined.plugins.min.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/couchpotato/core/plugins/log/static/log.js b/couchpotato/core/plugins/log/static/log.js index a0b1f7c..997ec87 100644 --- a/couchpotato/core/plugins/log/static/log.js +++ b/couchpotato/core/plugins/log/static/log.js @@ -250,7 +250,7 @@ Page.Log = new Class({ new Element('a.button', { 'target': '_blank', 'text': 'the contributing guide', - 'href': 'https://github.com/CouchPotato/CouchPotatoServer/blob/develop/contributing.md' + 'href': 'https://github.com/CouchPotato/CouchPotatoServer/wiki/Developer-branch' }), new Element('span', { 'html': ' before posting, then copy the text below and FILL IN the dots.' diff --git a/couchpotato/static/scripts/combined.plugins.min.js b/couchpotato/static/scripts/combined.plugins.min.js index 475c053..b93d282 100644 --- a/couchpotato/static/scripts/combined.plugins.min.js +++ b/couchpotato/static/scripts/combined.plugins.min.js @@ -3093,7 +3093,7 @@ Page.Log = new Class({ }), new Element("a.button", { target: "_blank", text: "the contributing guide", - href: "https://github.com/CouchPotato/CouchPotatoServer/blob/develop/contributing.md" + href: "https://github.com/CouchPotato/CouchPotatoServer/wiki/Developer-branch" }), new Element("span", { html: " before posting, then copy the text below and FILL IN the dots." })), textarea = new Element("textarea", {