Skip to content

Commit d94533f

Browse files
committed
Added a link to the options page in install and update pages
1 parent c636617 commit d94533f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/pages/install.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ <h1>Regex Search 1.7</h1>
1212
<b>Notes:</b>
1313
<ul>
1414
<li>You can open the extension by typing Alt+Shift+F. You can go to the next and previous search results by typing Alt+Shift+N and Alt+Shift+P, respectively. These shortcuts can be configured by going to the bottom of the extensions page and clicking "Keyboard Shortcuts"</li>
15+
<li>You can set the default case sensitivity on the <a href="options.html">options page</a></li>
1516
<li>This extension uses the JavaScript regex engine. I create a regular expression using 'new RegExp(regexp, flags)', where flags are currently either 'g' or 'gi'.</li>
1617
<li>This extension is open source and the code can be found <a href="https://github.com/gsingh93/regex-search">here</a>. I'd appreciate any help, whether it's adding new features, fixing bugs, or making the extension look better (including this page).</li>
1718
<li>If you find any bugs, let me know <a href="https://github.com/gsingh93/regex-search/issues">here</a>.</li>

src/pages/update.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h1>Regex Search 1.7</h1>
99
<ul>
1010
<li>Most of the code base has been converted to TypeScript with the help of <a href="https://github.com/ComFreek">ComFreek</a></li>
1111
<li>Fixed a bug where search doesn't work when changing to a different page.</li>
12-
<li>Added an options page where you can set whether you want case insensitive to be on or off by default.</li>
12+
<li>Added an <a href="options.html">options page</a> where you can set whether you want case sensitivity to be on or off by default.</li>
1313
</ul>
1414
<b>Notes:</b>
1515
<ul>

0 commit comments

Comments
 (0)