Skip to content

Commit be437e9

Browse files
authored
Update the try.html redirection to sassmeister to use https (#668)
1 parent cdfe55a commit be437e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
redirect 'tutorial.html', to: '/guide'
7575
redirect 'download.html', to: '/install'
76-
redirect 'try.html', to: 'http://sassmeister.com'
76+
redirect 'try.html', to: 'https://www.sassmeister.com'
7777
redirect 'about.html', to: '/'
7878
redirect 'blog/posts/560719.html', to: '/blog/dropping-support-for-old-ruby-versions'
7979
redirect 'blog/posts/1305238.html', to: '/blog/dart-sass-is-on-chocolatey'

0 commit comments

Comments
 (0)