diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-03-10 02:31:50 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-03-10 02:32:34 +0900 |
| commit | 270b15e7f5cc6f3f15cced12d332d17fe5a80205 (patch) | |
| tree | 64e32e48dd90bd944d374883c4e5ce8d2f5d8e71 /public/posts/2022-04-09/phperkaigi-2022-tokens/index.html | |
| parent | 21cf71f392dc6489bbd0a817ced98384cb79483d (diff) | |
| download | blog.nsfisis.dev-270b15e7f5cc6f3f15cced12d332d17fe5a80205.tar.gz blog.nsfisis.dev-270b15e7f5cc6f3f15cced12d332d17fe5a80205.tar.zst blog.nsfisis.dev-270b15e7f5cc6f3f15cced12d332d17fe5a80205.zip | |
nuldoc: fix `a` link not working
Diffstat (limited to 'public/posts/2022-04-09/phperkaigi-2022-tokens/index.html')
| -rw-r--r-- | public/posts/2022-04-09/phperkaigi-2022-tokens/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/public/posts/2022-04-09/phperkaigi-2022-tokens/index.html b/public/posts/2022-04-09/phperkaigi-2022-tokens/index.html index 1e3b80e..27a72b0 100644 --- a/public/posts/2022-04-09/phperkaigi-2022-tokens/index.html +++ b/public/posts/2022-04-09/phperkaigi-2022-tokens/index.html @@ -52,11 +52,11 @@ <section id="section--_はじめに"> <h2><a href="#section--_はじめに">はじめに</a></h2> <p> - 本日開始された<a xl:href="https://phperkaigi.jp/2022/">PHPerKaigi 2022</a>の PHPer チャレンジにおいて、弊社<a xl:href="https://www.dgcircus.com/">デジタルサーカス株式会社</a>の問題を 3問作成した。この記事では、これらの問題の解説をおこなう。 + 本日開始された<a href="https://phperkaigi.jp/2022/">PHPerKaigi 2022</a>の PHPer チャレンジにおいて、弊社<a href="https://www.dgcircus.com/">デジタルサーカス株式会社</a>の問題を 3問作成した。この記事では、これらの問題の解説をおこなう。 </p> <p> - リポジトリはこちら:<a xl:href="https://github.com/nsfisis/PHPerKaigi2022-tokens">https://github.com/nsfisis/PHPerKaigi2022-tokens</a> + リポジトリはこちら:<a href="https://github.com/nsfisis/PHPerKaigi2022-tokens">https://github.com/nsfisis/PHPerKaigi2022-tokens</a> </p> </section> @@ -158,7 +158,7 @@ </p> <p> - <a xl:href="https://ja.wikipedia.org/wiki/Brainfuck">https://ja.wikipedia.org/wiki/Brainfuck</a> + <a href="https://ja.wikipedia.org/wiki/Brainfuck">https://ja.wikipedia.org/wiki/Brainfuck</a> </p> <p> @@ -191,7 +191,7 @@ </pre> <p> - 実行結果はこちら:<a xl:href="https://ideone.com/22VWmb">https://ideone.com/22VWmb</a> + 実行結果はこちら:<a href="https://ideone.com/22VWmb">https://ideone.com/22VWmb</a> </p> <p> |
