mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 13:40:20 +03:00
Fix links
This commit is contained in:
parent
0fdb6e0c35
commit
11b32b56e5
19 changed files with 49 additions and 49 deletions
14
index.d
14
index.d
|
@ -21,8 +21,8 @@ $(BOOKTABLE ,
|
|||
$(LEADINGROW Algorithms & ranges)
|
||||
$(TR
|
||||
$(TD
|
||||
$(LINK2 std_algorithm_package.html, std.algorithm)$(BR)
|
||||
$(LINK2 std_range_package.html, std.range)$(BR)
|
||||
$(LINK2 std_algorithm.html, std.algorithm)$(BR)
|
||||
$(LINK2 std_range.html, std.range)$(BR)
|
||||
$(LINK2 std_range_primitives.html, std.range.primitives)$(BR)
|
||||
$(LINK2 std_range_interfaces.html, std.range.interfaces)
|
||||
)
|
||||
|
@ -36,7 +36,7 @@ $(BOOKTABLE ,
|
|||
$(TR
|
||||
$(TD
|
||||
$(LINK2 std_array.html, std.array)$(BR)
|
||||
$(LINK2 std_algorithm_package.html, std.algorithm)
|
||||
$(LINK2 std_algorithm.html, std.algorithm)
|
||||
)
|
||||
$(TD Convenient operations commonly used with built-in arrays.
|
||||
Note that many common array operations are subsets of more generic
|
||||
|
@ -53,7 +53,7 @@ $(BOOKTABLE ,
|
|||
$(LINK2 std_container_rbtree.html, std.container.rbtree)$(BR)
|
||||
$(LINK2 std_container_slist.html, std.container.slist)
|
||||
)
|
||||
$(TD See $(LINK2 std_container_package.html, std.container.*) for an
|
||||
$(TD See $(LINK2 std_container.html, std.container.*) for an
|
||||
overview.
|
||||
)
|
||||
)
|
||||
|
@ -146,7 +146,7 @@ $(BOOKTABLE ,
|
|||
)
|
||||
$(LEADINGROW Metaprogramming)
|
||||
$(TR
|
||||
$(TD
|
||||
$(TD
|
||||
$(LINK2 std_traits.html, std.traits)$(BR)
|
||||
$(LINK2 std_typecons.html, std.typecons)$(BR)
|
||||
$(LINK2 std_typetuple.html, std.typetuple)$(BR)
|
||||
|
@ -217,7 +217,7 @@ $(BOOKTABLE ,
|
|||
$(TR
|
||||
$(TD
|
||||
$(LINK2 std_functional, std.functional)$(BR)
|
||||
$(LINK2 std_algorithm_package, std.algorithm)$(BR)
|
||||
$(LINK2 std_algorithm, std.algorithm)$(BR)
|
||||
$(LINK2 std_signals, std.signals)
|
||||
)
|
||||
$(TD $(D std.functional), along with the lazy algorithms of
|
||||
|
@ -255,7 +255,7 @@ $(BOOKTABLE ,
|
|||
$(TD
|
||||
$(LINK2 std_string.html, std.string)$(BR)
|
||||
$(LINK2 std_array.html, std.array)$(BR)
|
||||
$(LINK2 std_algorithm_package.html, std.algorithm)$(BR)
|
||||
$(LINK2 std_algorithm.html, std.algorithm)$(BR)
|
||||
$(LINK2 std_uni, std.uni)$(BR)
|
||||
$(LINK2 std_utf, std.utf)$(BR)
|
||||
$(LINK2 std_format.html, std.format)$(BR)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue