From 6af4fd316c928d4e54e8e393b30eb123d2e23598 Mon Sep 17 00:00:00 2001 From: adamkusmirek Date: Tue, 24 May 2022 13:05:49 +0200 Subject: [PATCH] Fix for Issue #674: broken gh pages links replaced github.com with github.io cF: https://github.blog/changelog/2021-01-29-github-pages-will-stop-redirecting-pages-sites-from-github-com-after-april-15-2021/ --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d2475c79..13014cbc 100644 --- a/README.md +++ b/README.md @@ -90,13 +90,13 @@ On using remark: Other interesting stuff: -- [gnab.github.com/editorjs](http://gnab.github.com/editorjs) -- [judoole.github.com/GroovyBDD](http://judoole.github.com/GroovyBDD) -- [bekkopen.github.com/infrastruktur-som-kode](http://bekkopen.github.com/infrastruktur-som-kode) -- [ivarconr.github.com/Test-Driven-Web-Development/slides](http://ivarconr.github.com/Test-Driven-Web-Development/slides) -- [havard.github.com/node.js-intro-norwegian](http://havard.github.com/node.js-intro-norwegian) -- [mobmad.github.com/js-tdd-erfaringer](http://mobmad.github.com/js-tdd-erfaringer) -- [roberto.github.com/ruby-sinform-2012](http://roberto.github.com/ruby-sinform-2012) +- [gnab.github.com/editorjs](http://gnab.github.io/editorjs) +- [judoole.github.com/GroovyBDD](http://judoole.github.io/GroovyBDD) +- [bekkopen.github.com/infrastruktur-som-kode](http://bekkopen.github.io/infrastruktur-som-kode) +- [ivarconr.github.com/Test-Driven-Web-Development/slides](http://ivarconr.github.io/Test-Driven-Web-Development/slides) +- [havard.github.com/node.js-intro-norwegian](http://havard.github.io/node.js-intro-norwegian) +- [mobmad.github.com/js-tdd-erfaringer](http://mobmad.github.io/js-tdd-erfaringer) +- [roberto.github.com/ruby-sinform-2012](http://roberto.github.io/ruby-sinform-2012) - [http://asmeurer.github.io/python3-presentation/slides.html](http://asmeurer.github.io/python3-presentation/slides.html) - [Lecture notes using remark](http://keysan.me/ee361/) - [Time series analysis: theory and practice (a course using Remark)](http://jmlilly.net/course.html)