mirror of
https://github.com/danog/sass-site.git
synced 2024-11-26 12:04:40 +01:00
fix urls
This commit is contained in:
parent
79c91b7581
commit
2548efea42
@ -52,7 +52,7 @@ page '/blog/*', :layout => :blog
|
||||
|
||||
for dir in ['docs/yardoc', 'documentation'] do
|
||||
redirect "#{dir}/file.SASS_REFERENCE.html", to: '/documentation'
|
||||
redirect "#{dir}/file.SASS_CHANGELOG.html", to: 'https://github.com/sass/dart-sass/blob/master/CHANGELOG.md'
|
||||
redirect "#{dir}/file.SASS_CHANGELOG.html", to: 'https://github.com/sass/dart-sass/blob/main/CHANGELOG.md'
|
||||
redirect "#{dir}/file.INDENTED_SYNTAX.html", to: '/documentation/syntax'
|
||||
redirect "#{dir}/file.SCSS_FOR_SASS_USERS.html", to: '/documentation/syntax'
|
||||
redirect "#{dir}/Sass/Script/Functions.html", to: '/documentation/modules'
|
||||
|
@ -8,7 +8,7 @@
|
||||
<div class="sl-l-grid__column">
|
||||
{% markdown %}
|
||||
Sass © 2006–{{ 'now' | date: '%Y' }} the Sass team, and numerous contributors.
|
||||
It is available for use and modification under the [MIT License](https://github.com/sass/dart-sass/blob/master/LICENSE).
|
||||
It is available for use and modification under the [MIT License](https://github.com/sass/dart-sass/blob/main/LICENSE).
|
||||
{% endmarkdown %}
|
||||
|
||||
{% renderFile 'source/_includes/footer_nav.md' %}
|
||||
|
@ -57,5 +57,5 @@ on helping out. Or, if you're interested in helping add new features to the Sass
|
||||
language, look at [the language contribution process][].
|
||||
|
||||
[Dart Sass]: /dart-sass
|
||||
[contributing info]: https://github.com/sass/dart-sass/blob/master/CONTRIBUTING.md
|
||||
[the language contribution process]: https://github.com/sass/language/blob/master/CONTRIBUTING.md
|
||||
[contributing info]: https://github.com/sass/dart-sass/blob/main/CONTRIBUTING.md
|
||||
[the language contribution process]: https://github.com/sass/sass/blob/main/CONTRIBUTING.md
|
||||
|
Loading…
Reference in New Issue
Block a user