diff --git a/base/camelcase/README.md b/base/camelcase/README.md
index 5d801737..c6fe8246 100644
--- a/base/camelcase/README.md
+++ b/base/camelcase/README.md
@@ -84,6 +84,15 @@ out = camelcase( str );
@@ -92,6 +101,18 @@ out = camelcase( str );
+
+
+[@stdlib/string/base/constantcase]: https://github.com/stdlib-js/string/tree/main/base/constantcase
+
+[@stdlib/string/base/lowercase]: https://github.com/stdlib-js/string/tree/main/base/lowercase
+
+[@stdlib/string/base/snakecase]: https://github.com/stdlib-js/string/tree/main/base/snakecase
+
+[@stdlib/string/base/uppercase]: https://github.com/stdlib-js/string/tree/main/base/uppercase
+
+
+
diff --git a/base/for-each-right/README.md b/base/for-each-right/README.md
index d616b980..81e8c3f0 100644
--- a/base/for-each-right/README.md
+++ b/base/for-each-right/README.md
@@ -133,6 +133,13 @@ forEachRight( '\uD834\uDD1E', log );
@@ -143,6 +150,10 @@ forEachRight( '\uD834\uDD1E', log );
+[@stdlib/string/base/for-each]: https://github.com/stdlib-js/string/tree/main/base/for-each
+
+[@stdlib/string/base/for-each-code-point-right]: https://github.com/stdlib-js/string/tree/main/base/for-each-code-point-right
+
diff --git a/base/last-code-point/README.md b/base/last-code-point/README.md
index b839b608..5d0deb8e 100644
--- a/base/last-code-point/README.md
+++ b/base/last-code-point/README.md
@@ -88,6 +88,14 @@ str = lastCodePoint( '六书/六書', 3 );
@@ -98,6 +106,12 @@ str = lastCodePoint( '六书/六書', 3 );
+[@stdlib/string/base/first-code-point]: https://github.com/stdlib-js/string/tree/main/base/first-code-point
+
+[@stdlib/string/base/last-grapheme-cluster]: https://github.com/stdlib-js/string/tree/main/base/last-grapheme-cluster
+
+[@stdlib/string/base/last]: https://github.com/stdlib-js/string/tree/main/base/last
+
diff --git a/base/last-grapheme-cluster/README.md b/base/last-grapheme-cluster/README.md
index 0314025f..da04206d 100644
--- a/base/last-grapheme-cluster/README.md
+++ b/base/last-grapheme-cluster/README.md
@@ -82,6 +82,14 @@ str = lastGraphemeCluster( '六书/六書', 2 );
@@ -90,6 +98,16 @@ str = lastGraphemeCluster( '六书/六書', 2 );
+
+
+[@stdlib/string/base/first-grapheme-cluster]: https://github.com/stdlib-js/string/tree/main/base/first-grapheme-cluster
+
+[@stdlib/string/base/last-code-point]: https://github.com/stdlib-js/string/tree/main/base/last-code-point
+
+[@stdlib/string/base/last]: https://github.com/stdlib-js/string/tree/main/base/last
+
+
+
diff --git a/base/left-pad/README.md b/base/left-pad/README.md
index 8d597cdb..5c692592 100644
--- a/base/left-pad/README.md
+++ b/base/left-pad/README.md
@@ -132,6 +132,12 @@ logEach( '%s', out );
@@ -142,6 +148,12 @@ logEach( '%s', out );
[mdn-string-padstart]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/padStart
+
+
+[@stdlib/string/base/right-pad]: https://github.com/stdlib-js/string/tree/main/base/right-pad
+
+
+
diff --git a/base/reverse-code-points/README.md b/base/reverse-code-points/README.md
index 83553c12..cd7602d5 100644
--- a/base/reverse-code-points/README.md
+++ b/base/reverse-code-points/README.md
@@ -79,6 +79,13 @@ str = reverseCodePoints( 'अनुच्छेद' );
@@ -87,6 +94,14 @@ str = reverseCodePoints( 'अनुच्छेद' );
+
+
+[@stdlib/string/base/reverse-grapheme-clusters]: https://github.com/stdlib-js/string/tree/main/base/reverse-grapheme-clusters
+
+[@stdlib/string/base/reverse]: https://github.com/stdlib-js/string/tree/main/base/reverse
+
+
+