diff --git a/components/grid/index.en-US.md b/components/grid/index.en-US.md index bd370715d2..565e32d2a4 100644 --- a/components/grid/index.en-US.md +++ b/components/grid/index.en-US.md @@ -110,4 +110,4 @@ Ant Design layout component if it can not meet your needs, you can use the excel | lg | `≥1200px`, could be a `span` value or a object contain above props | number\|object | - | | xl | `≥1600px`, could be a `span` value or a object contain above props | number\|object | - | -The breakpoints of responsive grid follow [BootStrap 3 media queries rules](http://getbootstrap.com/css/#grid-media-queries)(not contain `occasionally part`). +The breakpoints of responsive grid follow [BootStrap 3 media queries rules](https://getbootstrap.com/docs/3.3/css/#responsive-utilities-classes)(not contain `occasionally part`). diff --git a/components/grid/index.zh-CN.md b/components/grid/index.zh-CN.md index c36896cb3e..56d2316464 100644 --- a/components/grid/index.zh-CN.md +++ b/components/grid/index.zh-CN.md @@ -109,4 +109,4 @@ Ant Design 的布局组件若不能满足你的需求,你也可以直接使用 | lg | `≥1200px` 响应式栅格,可为栅格数或一个包含其他属性的对象 | number\|object | - | | xl | `≥1600px` 响应式栅格,可为栅格数或一个包含其他属性的对象 | number\|object | - | -响应式栅格的断点遵循了 [BootStrap 3 的规则](http://getbootstrap.com/css/#grid-media-queries)(不包含链接里 `occasionally` 的部分)。 +响应式栅格的断点遵循了 [BootStrap 3 的规则](https://getbootstrap.com/docs/3.3/css/#responsive-utilities-classes)(不包含链接里 `occasionally` 的部分)。