Skip to content

Commit bca5e5e

Browse files
committed
fix
1 parent 8e70dc2 commit bca5e5e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Alice 是 Arale 的子集,是原有的 Arale 体系中对样式的补充。
6464

6565
## 加入我们
6666

67-
Alice 的前身是 [http://github.com/alipay/alice](http://github.com/alipay/alice)
67+
Alice 的前身是 [http://github.com/sofish/alice](http://github.com/sofish/alice)
6868
新方案是在此基础上结合了 cmd 生态圈的特性和这一年来对实际需求的总结而产出的。
6969
感谢 [@小鱼](http://sofish.de/) [@展新](http://www.zhanxin.info/) @欣欣 同学过去的工作成果,也感谢社区对我们的关注和贡献。
7070

docs/start.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<head>
2222
<meta charset="UTF-8">
2323
<title>Alice 的简单例子</title>
24-
<link media="all" href="http://assets.spmjs.org/alice/one/1.1.0/one.css" rel="stylesheet">
24+
<link media="all" href="https://a.alipayobjects.com/alice/one/1.1.0/one.css" rel="stylesheet">
2525
<style>
2626
.wrapper {
2727
width: 990px;
@@ -121,7 +121,7 @@
121121

122122
你会看到一个使用了 grid、box、nav 和 tipbox 四个模块的页面。
123123

124-
这里我们引用了一个 [one.css](http://assets.spmjs.org/alice/one/1.0.0/one.css) 文件,
124+
这里我们引用了一个 [one.css](https://a.alipayobjects.com/alice/one/1.1.0/one.css) 文件,
125125
这是一个打包了所有 alice 模块的集合文件。
126126

127127
使用 alice 的通用样式模块非常简单,只需要引入样式,复制对应的 HTML 结构,就能构建需要的页面了。
@@ -132,7 +132,7 @@
132132

133133
1. 可以直接使用上面的 css 文件,这里提供一个未压缩的版本。
134134

135-
[http://assets.spmjs.org/alice/one/1.0.0/one-debug.css](http://assets.spmjs.org/alice/one/1.0.0/one-debug.css)
135+
[https://a.alipayobjects.com/alice/one/1.1.0/one-debug.css](https://a.alipayobjects.com/alice/one/1.1.0/one-debug.css)
136136

137137
这个文件来自于 [aliceui/one](https://github.com/aliceui/one),可以自行 clone 到本地并构建之。
138138

0 commit comments

Comments
 (0)