From 643bdd87329e67c4dd2f5f2071fc20082bd61281 Mon Sep 17 00:00:00 2001 From: Joshua Kelley Date: Thu, 9 Sep 2021 11:04:43 -0400 Subject: [PATCH] Fixes broken github pages link Changes github pages link to point to http://johnpolacek.github.io/scrolldeck.js/ instead of http://johnpolacek.github.com/scrolldeck.js/. As of April 15, 2021, github stopped redirecting github pages from github.com to github.io (see their blogpost discussing the details: https://github.blog/changelog/2021-01-29-github-pages-will-stop-redirecting-pages-sites-from-github-com-after-april-15-2021/). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e10fbc..621c73d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A jQuery plugin for making scrolling presentation decks -For more info, check out [the scrolldeck project page](http://johnpolacek.github.com/scrolldeck.js/) +For more info, check out [the scrolldeck project page](http://johnpolacek.github.io/scrolldeck.js/) [Follow me on Twitter](http://twitter.com/johnpolacek)