From db00e94b4033cf18b33b868958f3dea7df4e855f Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 21 Jul 2016 18:07:49 +0800 Subject: [PATCH] fix links --- CHANGELOG.md | 2 +- components/queue-anim/index.jsx | 2 +- components/queue-anim/index.md | 2 +- docs/spec/transition.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aac279074e..93b7050cdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -262,7 +262,7 @@ timeline: true 这里的改动在升级后控制台会出现警告提示,请按提示进行修改。 -- 废弃 QueueAnim,可以直接 import [rc-queue-anim](https://github.com/react-component/queue-anim) 用以代替。Ant Design 的动效方案已移至 [Ant Motion](http://motion.ant.design/#/components/queue-anim),欢迎前往探索。 +- 废弃 QueueAnim,可以直接 import [rc-queue-anim](https://github.com/react-component/queue-anim) 用以代替。Ant Design 的动效方案已移至 [Ant Motion](http://motion.ant.design/components/queue-anim),欢迎前往探索。 - Affix 的 `offset` 属性重命名为 `offsetTop`。 - Popover 的 `overlay` 属性重命名为 `content`。 - Progress.Line 使用方式改为 `` 或 ``。 diff --git a/components/queue-anim/index.jsx b/components/queue-anim/index.jsx index 5760b47ab0..bfdb4a45ac 100644 --- a/components/queue-anim/index.jsx +++ b/components/queue-anim/index.jsx @@ -6,7 +6,7 @@ export default class QueueAnim extends React.Component { componentDidMount() { warning(false, '`QueueAnim` is deprecated, ' + 'you can import QueueAnim from \'rc-queue-anim\' directly.' + - 'The Demo will be moved to http://motion.ant.design/#/component/queue-anim'); + 'The Demo will be moved to http://motion.ant.design/component/queue-anim'); } render() { return ; diff --git a/components/queue-anim/index.md b/components/queue-anim/index.md index 14f9e680e4..aaa559d4ec 100644 --- a/components/queue-anim/index.md +++ b/components/queue-anim/index.md @@ -16,7 +16,7 @@ english: QueueAnim ## API -> 此组件 `antd@1.0.0+` 后标记为废弃,您可以直接使用 `import QueueAnim from 'rc-queue-anim'` 来代替,相关文档也已移到 [ant-motioin](http://motion.ant.design/#/components/queue-anim)。 +> 此组件 `antd@1.0.0+` 后标记为废弃,您可以直接使用 `import QueueAnim from 'rc-queue-anim'` 来代替,相关文档也已移到 [ant-motioin](http://motion.ant.design/components/queue-anim)。 > [ant-motioin](http://motion.ant.design/) 是一个动效设计语言,欢迎关注。 diff --git a/docs/spec/transition.md b/docs/spec/transition.md index 0426eb446b..1dfca152f8 100644 --- a/docs/spec/transition.md +++ b/docs/spec/transition.md @@ -77,4 +77,4 @@ english: 巧用过渡 ## 自然运动 -参见 [Ant Motion 动画语言](http://motion.ant.design/#/language/)。 +参见 [Ant Motion 动画语言](http://motion.ant.design/language/time)。