diff options
| author | Bardi Harborow <[email protected]> | 2016-10-04 02:55:59 +1000 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-03 09:55:59 -0700 |
| commit | 2e69dfa8c1679238579ef6f5ec85deb755e4fb6d (patch) | |
| tree | 57ac7cd1aeef5d78895f7a631155ce746fc0c43b /docs/_data | |
| parent | db533c2e8d950647ff5e884083bf2d72063ed4b0 (diff) | |
| download | bootstrap-2e69dfa8c1679238579ef6f5ec85deb755e4fb6d.tar.xz bootstrap-2e69dfa8c1679238579ef6f5ec85deb755e4fb6d.zip | |
Fix broken/redirected links, moving to HTTPS where possible. (#20557)
Diffstat (limited to 'docs/_data')
| -rw-r--r-- | docs/_data/showcase.yml | 8 | ||||
| -rw-r--r-- | docs/_data/translations.yml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/_data/showcase.yml b/docs/_data/showcase.yml index 45e9b0ccc..435286f39 100644 --- a/docs/_data/showcase.yml +++ b/docs/_data/showcase.yml @@ -1,19 +1,19 @@ - name: Lyft url: https://www.lyft.com - expo_url: http://expo.getbootstrap.com/2014/10/29/lyft/ + expo_url: https://expo.getbootstrap.com/2014/10/29/lyft/ img: lyft - name: Vogue url: http://www.vogue.com - expo_url: http://expo.getbootstrap.com/2014/09/30/vogue/ + expo_url: https://expo.getbootstrap.com/2014/09/30/vogue/ img: vogue - name: Riot Design url: http://riotdesign.eu/en/ - expo_url: http://expo.getbootstrap.com/2014/03/13/riot-design/ + expo_url: https://expo.getbootstrap.com/2014/03/13/riot-design/ img: riot - name: Newsweek url: http://www.newsweek.com/ - expo_url: http://expo.getbootstrap.com/2014/02/12/newsweek/ + expo_url: https://expo.getbootstrap.com/2014/02/12/newsweek/ img: newsweek diff --git a/docs/_data/translations.yml b/docs/_data/translations.yml index de7ba990b..951f9756b 100644 --- a/docs/_data/translations.yml +++ b/docs/_data/translations.yml @@ -16,4 +16,4 @@ - name: Brazilian Portuguese code: pt-BR description: Bootstrap 4 Português do Brasil - url: http://bootstrapbrasil.github.io/v4/ + url: https://bootstrapbrasil.github.io/v4/ |
