Skip to content

Commit

Permalink
Fix images link
Browse files Browse the repository at this point in the history
  • Loading branch information
forchain authored Dec 21, 2021
1 parent c8e59ad commit 20428f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Press Ctrl+C to stop

Open browser and test website is accesible. Address: **http://localhost:1313/docs/**

![Launch Docs](/images/contribute-docs/launch-website.png)
![Launch Docs](./Document/static/images/contribute-docs/launch-website.png)

> Figure1. Launch Qitmeer Docs
Expand All @@ -61,7 +61,7 @@ $ hugo new content/tutorials/contribute-docs/_index.en.md
1. the **en** part indicates the language, you may subsititue with other languages, for instance, **cn** stands for Chinese. Or you may drop this part to disable the multiple language support, then it would be like "**_index.md**"
2. The parts of the path are in line with the sitemap in the the left panel, for this case, this article is placed under **Tutorials** category.

![Doc category](/images/contribute-docs/doc-category.png)
![Doc category](./Document/static/images/contribute-docs/doc-category.png)

> Figure 2. Doc category
Expand Down Expand Up @@ -165,4 +165,4 @@ Therfore, all you have to do is just submit the changes to Github and make pull
$ git add .
$ git commit -m"contribute qitmeer docs"
$ git push
```
```

0 comments on commit 20428f8

Please sign in to comment.