Skip to content

Commit 8e2a44a

Browse files
committed
Fix broken links in TRPL→More Strings
Fixes #21665
1 parent d151923 commit 8e2a44a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/trpl/more-strings.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -279,5 +279,5 @@ Many more bytes than graphemes!
279279

280280
# Other Documentation
281281

282-
* [the `&str` API documentation](std/str/index.html)
283-
* [the `String` API documentation](std/string/index.html)
282+
* [the `&str` API documentation](../std/str/index.html)
283+
* [the `String` API documentation](../std/string/index.html)

0 commit comments

Comments
 (0)