Skip to content

Commit

Permalink
fix: docs assets reference path
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Dec 1, 2019
1 parent 3c00bc7 commit 5cc6b31
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/guide/compress.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
$ null compress <file>
```

![compress](/compress.gif)
![compress](/null-cli/compress.gif)
2 changes: 1 addition & 1 deletion docs/guide/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
$ null create <probject-name>
```

![create](/create-koa.gif)
![create](/null-cli/create-koa.gif)

## 参数

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/day.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
$ null day <params>
```

![day](/day.gif)
![day](/null-cli/day.gif)

## 参数

Expand Down
4 changes: 2 additions & 2 deletions docs/guide/dec.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
null dec <string>
```

![enc](/enc.gif)
![enc](/null-cli/enc.gif)

![aes](/aes.gif)
![aes](/null-cli/aes.gif)

## 字符串解码 参数

Expand Down
4 changes: 2 additions & 2 deletions docs/guide/enc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
null enc <string>
```

![enc](/enc.gif)
![enc](/null-cli/enc.gif)

![aes](/aes.gif)
![aes](/null-cli/aes.gif)

## 字符串编码 参数

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/fetch.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
$ null fetch <url>
```

![fetch](/fetch.gif)
![fetch](/null-cli/fetch.gif)
2 changes: 1 addition & 1 deletion docs/guide/qrcode.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
$ null qrcode <url>
```

![qrcode](/qrcode.gif)
![qrcode](/null-cli/qrcode.gif)
2 changes: 1 addition & 1 deletion docs/guide/random.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
$ null random <length>
```

![random](/random.gif)
![random](/null-cli/random.gif)
2 changes: 1 addition & 1 deletion docs/guide/regex.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
$ null regex
```

![regex](/regex.gif)
![regex](/null-cli/regex.gif)

## 表达式列表

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/serve.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
null serve <path>
```

![serve](/serve.gif)
![serve](/null-cli/serve.gif)

## 参数

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/use.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# 使用

![use](/null-command.png)
![use](/null-cli/null-command.png)
2 changes: 1 addition & 1 deletion docs/guide/youdao.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
null youdao <word>
```

![youdao](/youdao.gif)
![youdao](/null-cli/youdao.gif)

```js

Expand Down

0 comments on commit 5cc6b31

Please sign in to comment.