aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-03-10 02:31:50 +0900
committernsfisis <nsfisis@gmail.com>2023-03-10 02:32:34 +0900
commit270b15e7f5cc6f3f15cced12d332d17fe5a80205 (patch)
tree64e32e48dd90bd944d374883c4e5ce8d2f5d8e71 /public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html
parent21cf71f392dc6489bbd0a817ced98384cb79483d (diff)
downloadblog.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-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html')
-rw-r--r--public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html b/public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html
index 7be9908..64a1d93 100644
--- a/public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html
+++ b/public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html
@@ -46,7 +46,7 @@
<section id="section--_記事の構成について">
<h2><a href="#section--_記事の構成について">記事の構成について</a></h2>
<p>
- この記事は、普通の fizzbuzz を徐々に変形して最終形にしていく、という構成で書かれている。最終形を見てどのような仕組みで動いているのか解読してから解説を読みたい、というかたがいれば、<a xl:href="https://gist.github.com/nsfisis/04c227d5a419867472a0b23a83ad2919#file-fizzbuzz-php-2-letters-per-line-and-supports-php-8-x-without-warnings">このページ</a>にソースコードがあるので、そちらを先に見てほしい。
+ この記事は、普通の fizzbuzz を徐々に変形して最終形にしていく、という構成で書かれている。最終形を見てどのような仕組みで動いているのか解読してから解説を読みたい、というかたがいれば、<a href="https://gist.github.com/nsfisis/04c227d5a419867472a0b23a83ad2919#file-fizzbuzz-php-2-letters-per-line-and-supports-php-8-x-without-warnings">このページ</a>にソースコードがあるので、そちらを先に見てほしい。
</p>
</section>