Browse Source

Merge pull request #7229 from skaramicke/develop

More sane URL for information on contribution. Also, Github issues sh…
pull/7222/merge
Ruud Burger 8 years ago
committed by GitHub
parent
commit
f1c94af089
  1. 2
      couchpotato/core/plugins/log/static/log.js
  2. 2
      couchpotato/static/scripts/combined.plugins.min.js

2
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 <strong>FILL IN</strong> the dots.'

2
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 <strong>FILL IN</strong> the dots."
})), textarea = new Element("textarea", {

Loading…
Cancel
Save