From 30a162b515fc8b0243f52274c4af1ff574b879d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=AD=E4=B9=9D=E9=BC=8E?= <109224573@qq.com> Date: Mon, 30 May 2022 07:25:14 +0800 Subject: [PATCH] Use https for links (#85) --- README.md | 28 ++++++++++++++-------------- _includes/layout_partials/foot.html | 6 +++--- _includes/sqlstyle.guide.de.md | 6 +++--- _includes/sqlstyle.guide.ja.md | 6 +++--- _includes/sqlstyle.guide.pt-BR.md | 6 +++--- _includes/sqlstyle.guide.ru.md | 6 +++--- _includes/sqlstyle.guide.zh-TW.md | 8 ++++---- _includes/sqlstyle.guide.zh.md | 8 ++++---- 8 files changed, 37 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index d2591bf..577371b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SQL style guide -**[☛ Read the guide](http://www.sqlstyle.guide)** +**[☛ Read the guide](https://www.sqlstyle.guide)** --- @@ -26,16 +26,16 @@ To then run it locally `bundle exec jekyll serve` If you would like to translate the guide then please open a pull request or open an issue if you need some help getting it setup. -* [German/Deutsch](http://www.sqlstyle.guide/de/) by [AStasyK](https://github.com/AStasyK) -* [French/Français](http://www.sqlstyle.guide/fr/) by [IdrissaD](https://github.com/IdrissaD) -* [Italian/Italiano](http://www.sqlstyle.guide/it/) by [robertopauletto](https://github.com/robertopauletto) -* [Japanese/日本語](http://www.sqlstyle.guide/ja/) by [nkurigit](https://github.com/nkurigit) -* [Polish/Polski](http://www.sqlstyle.guide/pl/) by [andre-wojtowicz](https://github.com/andre-wojtowicz) -* [Portuguese (Brazil)/Português (BR)](http://www.sqlstyle.guide/pt-br/) by [pmarcus93](https://github.com/pmarcus93) -* [Russian/Русский](http://www.sqlstyle.guide/ru/) by [denpatin](https://github.com/denpatin) -* [Simplified Chinese/简体中文](http://www.sqlstyle.guide/zh/) by [wontoncoder](https://github.com/wontoncoder) -* [Traditional Chinese/正體中文](http://www.sqlstyle.guide/zh-tw/) by [Leon0824](https://github.com/Leon0824) -* [Turkish/Türkçe](http://www.sqlstyle.guide/tr/) by [mrfade](https://github.com/mrfade) +* [German/Deutsch](https://www.sqlstyle.guide/de/) by [AStasyK](https://github.com/AStasyK) +* [French/Français](https://www.sqlstyle.guide/fr/) by [IdrissaD](https://github.com/IdrissaD) +* [Italian/Italiano](https://www.sqlstyle.guide/it/) by [robertopauletto](https://github.com/robertopauletto) +* [Japanese/日本語](https://www.sqlstyle.guide/ja/) by [nkurigit](https://github.com/nkurigit) +* [Polish/Polski](https://www.sqlstyle.guide/pl/) by [andre-wojtowicz](https://github.com/andre-wojtowicz) +* [Portuguese (Brazil)/Português (BR)](https://www.sqlstyle.guide/pt-br/) by [pmarcus93](https://github.com/pmarcus93) +* [Russian/Русский](https://www.sqlstyle.guide/ru/) by [denpatin](https://github.com/denpatin) +* [Simplified Chinese/简体中文](https://www.sqlstyle.guide/zh/) by [wontoncoder](https://github.com/wontoncoder) +* [Traditional Chinese/正體中文](https://www.sqlstyle.guide/zh-tw/) by [Leon0824](https://github.com/Leon0824) +* [Turkish/Türkçe](https://www.sqlstyle.guide/tr/) by [mrfade](https://github.com/mrfade) ## Projects known to be implementing the guide @@ -61,14 +61,14 @@ If you have forked this styleguide and you'd like to be mentioned in this readme please open a pull request adding it below in alphabetical order with a URL and short description of your deviance. -* [Lumos Labs](https://github.com/lumoslabs/sqlstyle.guide) - removed the river, Redshift, etc. [www](http://engineering.lumosity.com/sqlstyle.guide) +* [Lumos Labs](https://github.com/lumoslabs/sqlstyle.guide) - removed the river, Redshift, etc. [www](https://engineering.lumosity.com/sqlstyle.guide) * [Mozilla](https://github.com/mozilla/firefox-data-docs/blob/master/concepts/sql_style.md) - removed the river, heavily modified [www](https://docs.telemetry.mozilla.org/concepts/sql_style.html) * [Ricardo.ch](https://ricardo-ch.github.io/sqlstyle.guide/) * [Scout24](https://github.com/Scout24/sqlstyle.guide) -[md-lang]: http://daringfireball.net/projects/markdown/ -[jekyll]: http://jekyllrb.com/ +[md-lang]: https://daringfireball.net/projects/markdown/ +[jekyll]: https://jekyllrb.com/ [gh-pages]: https://pages.github.com/ [md]: https://github.com/treffynnon/sqlstyle.guide/blob/gh-pages/_includes/sqlstyle.guide.md [gh-pages-help]: https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/ diff --git a/_includes/layout_partials/foot.html b/_includes/layout_partials/foot.html index 7735a90..b043878 100644 --- a/_includes/layout_partials/foot.html +++ b/_includes/layout_partials/foot.html @@ -15,7 +15,7 @@ 3 ], Lobste.rs, - Hatena and + Hatena and of course Twitter if you want to have your say.

@@ -31,14 +31,14 @@ SQL style guide by - Simon Holywell is licensed under a + href="https://creativecommons.org/licenses/by-sa/4.0/"> Creative CommonsAttribution-ShareAlike 4.0 International License.
Based on a work at