Skip to content

Commit

Permalink
Merge pull request #122 from GNYIO/check_link
Browse files Browse the repository at this point in the history
Add markdown links checking plugin #5
  • Loading branch information
a1300 authored Aug 11, 2021
2 parents 2b7ec00 + 44e0547 commit 01b2304
Show file tree
Hide file tree
Showing 4 changed files with 16,193 additions and 18 deletions.
6 changes: 6 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ module.exports = {
['vuepress-plugin-code-copy', true],
['seo'],
['vuepress-plugin-element-tabs'],
[
'check-md',
{
pattern: '**/*.md',
},
],
],
themeConfig: {
repo: 'gnyio/gny-experiment',
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/get-gny-on-testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ See guide [show address from secret](./show-address-from-secret.md) to see the a

We will use the address `GuPmGpiHfdnokkABdg...` for our example.

Paste **your** address into the input field in the `Step 2` section on [`faucet.gny.io`](faucet.gny.io):
Paste **your** address into the input field in the `Step 2` section on [`faucet.gny.io`](https://faucet.gny.io):

![faucet form 2](../.vuepress/public/faucet_paste_address.png)

Expand Down
Loading

0 comments on commit 01b2304

Please sign in to comment.