File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This is a strings library for Dylan providing common string and
66character functions.
77
88It was initially described in `DEP-0004
9- <http ://opendylan.org/proposals/dep-0004.html> `_.
9+ <https ://opendylan.org/proposals/dep-0004-strings-library .html> `_.
1010
1111It is documented within the `Open Dylan Library Reference
1212<http://opendylan.org/documentation/library-reference/> `_.
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ The strings Library
88The *strings * library exports definitions for basic string manipulation.
99
1010The *strings * library was originally defined in `DEP-0004
11- <http ://opendylan.org/proposals/dep-0004.html> `_. Some additional background
12- material can be found there.
11+ <https ://opendylan.org/proposals/dep-0004-strings-library .html> `_. Some
12+ additional background material can be found there.
1313
1414.. toctree ::
1515 :hidden:
@@ -32,8 +32,8 @@ material can be found there.
3232 will be updated to support it also.
3333
3434The strings library was originally defined in `DEP-0004
35- <http ://opendylan.org/proposals/dep-0004.html> `_. Some additional
36- background material can be found there.
35+ <https ://opendylan.org/proposals/dep-0004-strings-library .html> `_. Some
36+ additional background material can be found there.
3737
3838
3939The strings Module
@@ -806,7 +806,8 @@ Comparison Functions
806806
807807Case insensitive character comparison functions are provided for
808808convenience. (See `DEP-0004
809- <http://opendylan.org/proposals/dep-0004.html> `_ for discussion.)
809+ <https://opendylan.org/proposals/dep-0004-strings-library.html> `_. for
810+ discussion.)
810811
811812.. function :: char-compare
812813
You can’t perform that action at this time.
0 commit comments