Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
taisukef committed Jan 8, 2025
1 parent ae50787 commit ad8ca44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Wirth is a sleek and modern programming language inspired by the renowned creato
The source file extension for Wirth is ".wirth", and the MIME type will is "text/wirth".

- Runtime on web [Wirth Playground](https://code4fukui.github.io/Wirth/)
- Embedded in HTML [Wirth on web](https://code4fukui.github.io/Wirth/dnclweb.html)
- Embedded in HTML [Wirth on web](https://code4fukui.github.io/Wirth/wirthweb.html)
```html
<script type="module" src="https://code4fukui.github.io/Wirth/web.js"></script>
<script type="text/wirth">
Expand Down
2 changes: 1 addition & 1 deletion README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Wirth(ヴィルトと発音します)は、教育用構造化プログラミ
Wirthのソースファイル拡張子は「.wirth」であり、MIMEタイプは「text/wirth」となります。

- ブラウザで動作する実行環境 [Wirth Playground](https://code4fukui.github.io/Wirth/)
- HTMLへの組み込み例 [Wirth on web](https://code4fukui.github.io/Wirth/dnclweb.html)
- HTMLへの組み込み例 [Wirth on web](https://code4fukui.github.io/Wirth/wirthweb.html)
```html
<script type="module" src="https://code4fukui.github.io/Wirth/web.js"></script>
<script type="text/wirth">
Expand Down

0 comments on commit ad8ca44

Please sign in to comment.