Replace link to regex editor docs

71a3aefe868b80e6cf6c436103bd173ed9e18c38

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

1 files changed, +2 -1Showing whitespace changes
public/scripts/extensions/regex/editor.html+2 -1
@@ -2,7 +2,7 @@
2 <div class="regex_editor">2 <div class="regex_editor">
3 <h3 class="flex-container justifyCenter alignItemsBaseline">3 <h3 class="flex-container justifyCenter alignItemsBaseline">
4 <strong data-i18n="Regex Editor">Regex Editor</strong>4 <strong data-i18n="Regex Editor">Regex Editor</strong>
5 <a href="https://regexr.com/" class="notes-link" target="_blank">5 <a href="https://docs.sillytavern.app/extensions/regex/" class="notes-link" target="_blank" rel="noopener noreferrer">
6 <span class="note-link-span">?</span>6 <span class="note-link-span">?</span>
7 </a>7 </a>
8 <div id="regex_test_mode_toggle" class="menu_button menu_button_icon">8 <div id="regex_test_mode_toggle" class="menu_button menu_button_icon">
@@ -18,6 +18,7 @@
1818
19 <div id="regex_info_block_wrapper">19 <div id="regex_info_block_wrapper">
20 <div id="regex_info_block" class="info-block"></div>20 <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="http://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_expressions#advanced_searching_with_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">
22 <i class="fa-solid fa-circle-info" title="Click here to learn more about regex flags."></i>23 <i class="fa-solid fa-circle-info" title="Click here to learn more about regex flags."></i>
23 </a>24 </a>