Replace link to docs about regex flags

b8afa96de5866c9fe1ecac95a8098d34b70a736f

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -2Showing whitespace changes
public/scripts/extensions/regex/editor.html+1 -2
@@ -18,8 +18,7 @@
1818
1919 <div id="regex_info_block_wrapper">
2020 <div id="regex_info_block" class="info-block"></div>
21- <!-- TODO replace 3rd-party link with our own docs when it's done -->
21+ <a id="regex_info_block_flags_hint" href="https://docs.sillytavern.app/extensions/regex/#flags" target="_blank" rel="noopener noreferrer">
22- <a id="regex_info_block_flags_hint" href="http://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_expressions#advanced_searching_with_flags" target="_blank" rel="noopener noreferrer">
2322 <i class="fa-solid fa-circle-info" title="Click here to learn more about regex flags."></i>
2423 </a>
2524 </div>