diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 68ede44..e0d68dc 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -10,7 +10,7 @@ We welcome contributions and suggestions to help us improve this project. Please
4. Push the changes to your fork (git push origin my-branch)
5. [Submit a pull request to the parent repo](https://help.github.com/articles/creating-a-pull-request). Please read our [guide to submitting pull requests](https://github.com/inn/docs/blob/master/how-to-work-with-us/pull-requests.md) to see what we expect in a good pull request message.
6. Pull request should be assigned to:
- - [@benlk](http://github.com/benlk) (primary)
+ - [@benlk](https://github.com/benlk) (primary)
We have [a helpful how-to](https://github.com/INN/docs/blob/master/how-to-work-with-us/via-github.md) that walks through this process in more detail if you're new to using Git.
@@ -21,5 +21,5 @@ And of course you can always email us: [support@inn.org](mailto:support@inn.org)
### Standards
- Follow all standards from the INN Labs [coding style guide](https://github.com/INN/docs/tree/master/style-guides/code).
-- Use [markdown syntax](http://daringfireball.net/projects/markdown/syntax) for all text documents.
+- Use [markdown syntax](https://daringfireball.net/projects/markdown/syntax) for all text documents.
- Pull requests for new functionality should be accompanied by tests wherever possible.
diff --git a/js/pym.js b/js/pym.js
index 7aa2dda..df889c0 100644
--- a/js/pym.js
+++ b/js/pym.js
@@ -20,7 +20,7 @@
/**
* Generic function for parsing URL params.
- * Via http://stackoverflow.com/questions/901115/how-can-i-get-query-string-values-in-javascript
+ * Via https://stackoverflow.com/questions/901115/how-can-i-get-query-string-values-in-javascript
*
* @method _getParameterByName
* @param {String} name The name of the paramter to get from the URL.
diff --git a/license.txt b/license.txt
index 23cb790..c5ddbfb 100644
--- a/license.txt
+++ b/license.txt
@@ -1,7 +1,7 @@
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.