diff --git a/views/tutorial/html/5.erb b/views/tutorial/html/5.erb index 9d0d84dc..a8c43613 100644 --- a/views/tutorial/html/5.erb +++ b/views/tutorial/html/5.erb @@ -50,7 +50,7 @@ Check out Neocities!</a>
} if(a.attr('href') == '' || a.attr('href').match(/\s+/)) { - notok('You need to add a url to the href, like this: href="//neocities.org"') + notok('You need to add a url to the href, like this: href="http://neocities.org"') return } diff --git a/views/tutorial/html/8.erb b/views/tutorial/html/8.erb index 08a4b744..d54cb341 100644 --- a/views/tutorial/html/8.erb +++ b/views/tutorial/html/8.erb @@ -35,7 +35,7 @@ } if(a.attr('href') === undefined || a.attr('href') == '') { - notok('You need to add an href to your a tag, like: href="//neocities.org"') + notok('You need to add an href to your a tag, like: href="http://neocities.org"') return } diff --git a/views/tutorial/layout.erb b/views/tutorial/layout.erb index 9a73376d..7d367ae5 100644 --- a/views/tutorial/layout.erb +++ b/views/tutorial/layout.erb @@ -16,8 +16,8 @@