diff options
| author | XhmikosR <[email protected]> | 2017-10-22 15:13:32 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-22 15:13:32 +0300 |
| commit | 060258f9bef49999ada28189181638f0435c502a (patch) | |
| tree | 5946871e4a8a00b85c53ac382fa05dd115b491fa /_data | |
| parent | 2ef5b901364b9024ef62286be59bcd67a3ec7d89 (diff) | |
| download | bootstrap-060258f9bef49999ada28189181638f0435c502a.tar.xz bootstrap-060258f9bef49999ada28189181638f0435c502a.zip | |
Fix broken URI fragment and a redirected link. (#24456)
Diffstat (limited to '_data')
| -rw-r--r-- | _data/translations.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |
