Skip to content

Commit

Permalink
Merge pull request #5 from UniMagic-VRC/fix/page-link
Browse files Browse the repository at this point in the history
ビルドに落ちる問題を修正
  • Loading branch information
o-tr authored Oct 20, 2024
2 parents 26d7e08 + 99dfb53 commit 56a59ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ Markdown text with [links](./hello.md)
通常のマークダウン記法のリンクに加えて、同ドキュメント内へのリンクを作ることができます。

```md
[ページの作成方法](/docs/中枢向け情報/02_Docusaurusの使い方/ページの作成)を確認する
[ページの作成方法](/docs/中枢向け情報/Docusaurusの使い方/ページの作成)を確認する
```

**Result:** [ページの作成方法](/docs/中枢向け情報/02_Docusaurusの使い方/ページの作成)を確認する
**Result:** [ページの作成方法](/docs/中枢向け情報/Docusaurusの使い方/ページの作成)を確認する

### 画像

Expand Down

0 comments on commit 56a59ee

Please sign in to comment.