From 8906987382060401a4ca08ac8811295d04d50535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Mart=C3=ADn?= Date: Fri, 12 May 2017 11:54:56 +0200 Subject: [PATCH] Fix broken links in README.md Links to the Tutorial and Reference Documentation were broken. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2cfa7b4..716e945f 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ console.log('hello, world!') # Learning More -* Read the [tutorial](http://sweetjs.org/doc/1.0/tutorial.html). -* Read the [reference documentation](http://sweetjs.org/doc/1.0/reference.html). +* Read the [tutorial](https://www.sweetjs.org/doc/tutorial.html). +* Read the [reference documentation](https://www.sweetjs.org/doc/reference). * Play with the [editor](http://sweetjs.org/browser/editor.html). * Discuss on [Google Groups](https://groups.google.com/forum/#!forum/sweetjs). * Hang out on IRC: #sweet.js at irc.mozilla.org and on [Gitter](https://gitter.im/sweet-js/sweet.js).