aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/posts/2021-10-02/ruby-detect-running-implementation/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/2021-10-02/ruby-detect-running-implementation/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/2021-10-02/ruby-detect-running-implementation/index.html')
-rw-r--r--public/posts/2021-10-02/ruby-detect-running-implementation/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/public/posts/2021-10-02/ruby-detect-running-implementation/index.html b/public/posts/2021-10-02/ruby-detect-running-implementation/index.html
index 6ca54fb..d12d6cd 100644
--- a/public/posts/2021-10-02/ruby-detect-running-implementation/index.html
+++ b/public/posts/2021-10-02/ruby-detect-running-implementation/index.html
@@ -41,7 +41,7 @@
</ol>
</section>
<p>
- この記事は Qiita から移植してきたものです。 元 URL:<a xl:href="https://qiita.com/nsfisis/items/74d7ffeeebc51b20d791">https://qiita.com/nsfisis/items/74d7ffeeebc51b20d791</a>
+ この記事は Qiita から移植してきたものです。 元 URL:<a href="https://qiita.com/nsfisis/items/74d7ffeeebc51b20d791">https://qiita.com/nsfisis/items/74d7ffeeebc51b20d791</a>
</p>
<p>
@@ -58,7 +58,7 @@
</p>
<p>
- 参考:<a xl:href="https://docs.ruby-lang.org/ja/latest/method/Object/c/RUBY_ENGINE.html">Object::RUBY_ENGINE</a>
+ 参考:<a href="https://docs.ruby-lang.org/ja/latest/method/Object/c/RUBY_ENGINE.html">Object::RUBY_ENGINE</a>
</p>
<p>
@@ -79,7 +79,7 @@ jruby 1.2.0 (ruby 1.8.6 patchlevel 287) (2009-03-16 rev 9419) [i386-java]
</p>
<p>
- <a xl:href="https://stackoverflow.com/a/9894232">What values for RUBY_ENGINE correspond to which Ruby implementations?</a>より引用:
+ <a href="https://stackoverflow.com/a/9894232">What values for RUBY_ENGINE correspond to which Ruby implementations?</a>より引用:
</p>
<blockquote>
@@ -189,7 +189,7 @@ jruby 1.2.0 (ruby 1.8.6 patchlevel 287) (2009-03-16 rev 9419) [i386-java]
</p>
<p>
- <a xl:href="https://github.com/mruby/mruby/blob/ed29d74bfd95362eaeb946fcf7e865d80346b62b/include/mruby/version.h#L32-L35">mruby 該当部分のソース</a>より引用:
+ <a href="https://github.com/mruby/mruby/blob/ed29d74bfd95362eaeb946fcf7e865d80346b62b/include/mruby/version.h#L32-L35">mruby 該当部分のソース</a>より引用:
</p>
<pre language="c" linenumbering="unnumbered">