aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Pall <mike>2024-05-25 14:56:15 +0200
committerMike Pall <mike>2024-05-25 14:56:15 +0200
commit9398123383119d4ac45336fee98bd8349cfba725 (patch)
tree897ed08704c4dce66b179e003fd3704e65164ed6 /doc
parent5790d253972c9d78a0c2aece527eda5b134bbbf7 (diff)
downloadluajit-9398123383119d4ac45336fee98bd8349cfba725.tar.gz
luajit-9398123383119d4ac45336fee98bd8349cfba725.tar.bz2
luajit-9398123383119d4ac45336fee98bd8349cfba725.zip
Fix internal link in docs.
Thanks to GitSparTV. #1219
Diffstat (limited to 'doc')
-rw-r--r--doc/ext_buffer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ext_buffer.html b/doc/ext_buffer.html
index 61f425f1..54bb66f6 100644
--- a/doc/ext_buffer.html
+++ b/doc/ext_buffer.html
@@ -85,7 +85,7 @@ operations.
85</p> 85</p>
86<p> 86<p>
87The string buffer library also includes a high-performance 87The string buffer library also includes a high-performance
88<a href="serialize">serializer</a> for Lua objects. 88<a href="#serialize">serializer</a> for Lua objects.
89</p> 89</p>
90 90
91<h2 id="use">Using the String Buffer Library</h2> 91<h2 id="use">Using the String Buffer Library</h2>