Skip to content

Commit 7c6367f

Browse files
committed
Merge pull request #6 from nimojs/master
链接地址修改
2 parents 9601610 + add604d commit 7c6367f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/build-global.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ $ spm build index.js index.html
114114
└── package.json
115115
```
116116

117-
[dist/index.js](https://github.com/spmjs/examples/blob/master/build-global/dist/index.js) 文件内容为:
117+
dist/index.js 文件内容为:
118118

119119
```js
120120
!function(r){function o(e){if(t[e])return t[e].exports;var n=t[e]={exports:{},id:e,loaded:!1};return r[e].call(n.exports,n,n.exports,o),n.loaded=!0,n.exports}var t={};return o.m=r,o.c=t,o.p="",o(0)}([function(r,o,t){var e=t(1);e(function(){e("#box").hide(333).show(333)})},function(r,o,t){r.exports=jQuery}]);

project/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ var $ = require('jquery');
9393
var $ = window['jQuery'];
9494
```
9595

96-
[Demo](https://github.com/spmjs/examples/tree/spm-webpack/build-global)
96+
[Demo](https://github.com/spmjs/examples/tree/master/build-global)
9797

9898
### node
9999

0 commit comments

Comments
 (0)