From 94d13dd67cd8644c0c4699e91e45b04765bc621c Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Wed, 5 Apr 2023 13:18:38 -0700 Subject: [PATCH] Fix a redirect loop for /documentation/functions (#712) Closes #709 --- config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.rb b/config.rb index f113054..0f73e8f 100644 --- a/config.rb +++ b/config.rb @@ -57,7 +57,7 @@ for dir in ['docs/yardoc', 'documentation'] do redirect "#{dir}/file.SCSS_FOR_SASS_USERS.html", to: '/documentation/syntax' redirect "#{dir}/Sass/Script/Functions.html", to: '/documentation/modules' redirect "#{dir}/Sass/Script/Functions.html", to: '/documentation/modules' - redirect "#{dir}/functions.html", to: '/documentation/functions' + redirect "#{dir}/functions.html", to: '/documentation/modules' redirect "#{dir}/functions/css.html", to: '/documentation/at-rules/function#plain-css-functions' Dir['source/documentation/modules/*.html.md.erb'].each do |file|