Skip to content

Commit ae40b9d

Browse files
committed
docs: update links
1 parent 8a4ff0f commit ae40b9d

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

lib/node_modules/@stdlib/regexp/reviver/README.md

+10
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ var bool = ( re1.toString() === re2.toString() );
9999

100100
<section class="related">
101101

102+
* * *
103+
104+
## See Also
105+
106+
- <span class="package-name">[`@stdlib/regexp/to-json`][@stdlib/regexp/to-json]</span><span class="delimiter">: </span><span class="description">return a JSON representation of a regular expression.</span>
107+
102108
</section>
103109

104110
<!-- /.related -->
@@ -111,6 +117,10 @@ var bool = ( re1.toString() === re2.toString() );
111117

112118
[@stdlib/regexp/to-json]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/regexp/to-json
113119

120+
<!-- <related-links> -->
121+
122+
<!-- </related-links> -->
123+
114124
</section>
115125

116126
<!-- /.links -->

lib/node_modules/@stdlib/regexp/to-json/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@ out = regexp2json( /ab+c/g );
111111

112112
<section class="related">
113113

114+
* * *
115+
116+
## See Also
117+
118+
- <span class="package-name">[`@stdlib/regexp/reviver`][@stdlib/regexp/reviver]</span><span class="delimiter">: </span><span class="description">revive a JSON-serialized regular expression.</span>
119+
114120
</section>
115121

116122
<!-- /.related -->
@@ -125,6 +131,8 @@ out = regexp2json( /ab+c/g );
125131

126132
<!-- <related-links> -->
127133

134+
[@stdlib/regexp/reviver]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/regexp/reviver
135+
128136
<!-- </related-links> -->
129137

130138
</section>

0 commit comments

Comments
 (0)