1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Update broken links. (#21696)

This commit is contained in:
Pierre-Denis Vanduynslager 2017-01-14 20:11:57 -05:00 committed by Bardi Harborow
parent b47c252ee1
commit ec697b2076
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
- name: Chinese
code: zh
description: Bootstrap 4 中文文档教程
url: http://boot4.com/
url: http://wiki.jikexueyuan.com/project/bootstrap4/
- name: Japanese
code: ja

View file

@ -43,7 +43,7 @@ Our Gruntfile includes the following commands and tasks:
Bootstrap uses [Autoprefixer][autoprefixer] (included in our Gruntfile and build process) to automatically add vendor prefixes to some CSS properties at build time. Doing so saves us time and code by allowing us to write key parts of our CSS a single time while eliminating the need for vendor mixins like those found in v3.
We maintain the list of browsers supported through Autoprefixer in a separate file within our GitHub repository. See [`/grunt/postcss.js`](https://github.com/twbs/bootstrap/blob/master/grunt/postcss.js) for details.
We maintain the list of browsers supported through Autoprefixer in a separate file within our GitHub repository. See [`/grunt/postcss.js`](https://github.com/twbs/bootstrap/blob/v4-dev/grunt/postcss.js) for details.
## Local documentation