Skip to content

Commit 9bc96f2

Browse files
committed
Fixes gh-766 Incomplete space/index iterator documentation
1 parent 19c92cc commit 9bc96f2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: doc/1.10/book/box/box_index.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ Below is a list of all ``box.index`` functions and members.
165165
<c_lua_tutorial-indexed_pattern_search>` shows one way that iterators
166166
and yields can be used together.
167167

168-
For information about iterators' internal structures see
169-
`"Under the Hood" <https://luafun.github.io/under_the_hood.html>`_
170-
in the the Lua functional documentation.
168+
For information about iterators' internal structures see the
169+
`"Lua Functional library" <https://luafun.github.io/index.html>`_
170+
documentation.
171171

172172
:param index_object index_object: an :ref:`object reference
173173
<app_server-object_reference>`.

Diff for: doc/1.10/book/box/box_space.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1033,9 +1033,9 @@ Below is a list of all ``box.space`` functions and members.
10331033
instead of "equal to"), see the later section :ref:`index_object:pairs
10341034
<box_index-index_pairs>`.
10351035

1036-
For information about iterators' internal structures see
1037-
`"Under the Hood" <https://luafun.github.io/under_the_hood.html>`_
1038-
in the the Lua functional documentation.
1036+
For information about iterators' internal structures see the
1037+
`"Lua Functional library" <https://luafun.github.io/index.html>`_
1038+
documentation.
10391039

10401040
**Example:**
10411041

0 commit comments

Comments
 (0)