From 3a9ab96292b1e92406cc62037e739632a288d512 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 22 Oct 2017 14:34:09 +0300 Subject: Remove the unused _data/showcase.yml file. (#24482) --- _data/showcase.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 _data/showcase.yml (limited to '_data') diff --git a/_data/showcase.yml b/_data/showcase.yml deleted file mode 100644 index 2643e1ed0..000000000 --- a/_data/showcase.yml +++ /dev/null @@ -1,19 +0,0 @@ -- name: Lyft - url: https://www.lyft.com - expo_url: https://expo.getbootstrap.com/2014/10/29/lyft/ - img: lyft - -- name: Vogue - url: http://www.vogue.com - expo_url: https://expo.getbootstrap.com/2014/09/30/vogue/ - img: vogue - -- name: Riot Design - url: https://riot.design/en/ - expo_url: https://expo.getbootstrap.com/2014/03/13/riot-design/ - img: riot - -- name: Newsweek - url: http://www.newsweek.com/ - expo_url: https://expo.getbootstrap.com/2014/02/12/newsweek/ - img: newsweek -- cgit v1.2.3 From 060258f9bef49999ada28189181638f0435c502a Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 22 Oct 2017 15:13:32 +0300 Subject: Fix broken URI fragment and a redirected link. (#24456) --- _data/translations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_data') diff --git a/_data/translations.yml b/_data/translations.yml index 3681ddf56..4b3042794 100644 --- a/_data/translations.yml +++ b/_data/translations.yml @@ -11,4 +11,4 @@ - name: Brazilian Portuguese code: pt-BR description: Bootstrap 4 Português do Brasil - url: https://bootstrapbrasil.github.io/v4/ + url: http://getbootstrap.com.br/v4/ -- cgit v1.2.3