Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
seaweedchan committed May 27, 2013
1 parent bc242ad commit 085c196
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
4 changes: 1 addition & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
Open your console with:
- `Ctrl + Shift + J` on Chrome.
- `Ctrl + Shift + K` on Firefox.
- `Ctrl + Shift + O` on Opera.

## Development & Contribution

Expand All @@ -37,6 +36,5 @@ Note: this is only used to release new OneeChan versions, and is **not** needed

### Contribute

- Edit the CoffeeScript sources.
- If the edits affect regular users, edit the changelog.
- Edit the sources.
- Open a pull request.
6 changes: 3 additions & 3 deletions builds/OneeChan.user.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions builds/crx/script.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -920,9 +920,9 @@
"<p class='buttons-container'>" +
"<a class='options-button' name=Export>Export</a><a class='options-button' id='import-settings'><input type=file class='import-input' riced=true accept='application/json'>Import</a>" +
"<span id=oneechan-version>OneeChan v" + VERSION + "</span>" +
"<a href='https://raw.github.com/seaweedchan/OneeChan/stable/OneeChan.user.js' id=update-link target='_blank'>Update</a><span class=link-delim> | </span>" +
"<a href='https://raw.github.com/seaweedchan/OneeChan/master/changelog' id=changelog-link target='_blank'>Changelog</a><span class=link-delim> | </span>" +
"<a href='https://github.com/seaweedchan/OneeChan/issues' id=issues-link target='_blank'>Issues</a></p>",
"<a href='" + ($SS.browser.gecko ? "https://raw.github.com/seaweedchan/OneeChan/stable/OneeChan.user.js" : "https://seaweedchan.github.io/OneeChan/") + "' id=update-link target='_blank'>Update</a><span class=link-delim> | </span>" +
"<a href='https://github.com/seaweedchan/OneeChan/blob/master/CHANGELOG.md' id=changelog-link target='_blank'>Changelog</a><span class=link-delim> | </span>" +
"<a href='https://github.com/seaweedchan/OneeChan/blob/master/CONTRIBUTING.md#reporting-bugs-and-suggestions' id=issues-link target='_blank'>Issues</a></p>",
key, val, des;

for (key in defaultConfig)
Expand Down

0 comments on commit 085c196

Please sign in to comment.