Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Commit

Permalink
Use HTTPS for links where possible
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpurra committed Jan 26, 2017
1 parent 73df8a6 commit f13d094
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,10 +1,10 @@
# [hexagonif](https://github.com/joelpurra/hexagonif)

Played around with the canvas for use in the background of a website, and ended up with this. In use at [joelpurra.com/projects/hexagonif](http://joelpurra.com/projects/hexagonif/) as a demo.
Played around with the canvas for use in the background of a website, and ended up with this. In use at [joelpurra.com/projects/hexagonif](https://joelpurra.com/projects/hexagonif/) as a demo.

- https://en.wiktionary.org/wiki/hexagon
- https://en.wiktionary.org/wiki/gonif

---

Copyright (c) 2014, 2015 [hexagonif](https://github.com/joelpurra/hexagonif) by [Joel Purra](http://joelpurra.com/). Licensed under the [GNU Affero General Public License, Version 3 (AGPL-3.0)](https://www.gnu.org/licenses/agpl-3.0.html).
Copyright (c) 2014, 2015 [hexagonif](https://github.com/joelpurra/hexagonif) by [Joel Purra](https://joelpurra.com/). Licensed under the [GNU Affero General Public License, Version 3 (AGPL-3.0)](https://www.gnu.org/licenses/agpl-3.0.html).
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -5,7 +5,7 @@
"description": "Hexagon gonif",
"author": "Joel Purra",
"license": "AGPL3",
"homepage": "http://joelpurra.com/",
"homepage": "https://joelpurra.com/",
"dependencies": {},
"devDependencies": {
"connect-livereload": "^0.4.0",
Expand All @@ -24,4 +24,4 @@
"tiny-lr": "^0.0.7",
"q": "^1.0.0"
}
}
}
4 changes: 2 additions & 2 deletions src/index.html
Expand Up @@ -13,7 +13,7 @@
<header class="container">
<div class="inner">
<h1>
<a href="https://github.com/joelpurra/hexagonif/">hexagonif</a> by <a href="http://joelpurra.com/">Joel Purra</a>
<a href="https://github.com/joelpurra/hexagonif/">hexagonif</a> by <a href="https://joelpurra.com/">Joel Purra</a>
</h1>

<p>
Expand All @@ -27,4 +27,4 @@ <h1>
<script src="resources/javascript/main.js"></script>
</body>

</html>
</html>

0 comments on commit f13d094

Please sign in to comment.