diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-03-17 18:16:30 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-03-17 18:16:30 +0300 |
commit | a6ceacee909ca28231e917d87f1b74d23058c3a4 (patch) | |
tree | 63d24a25b80b6c097093ccaf158510f6d53ab51d | |
parent | Forgot to uncomment a code. Bump version to 1.5.5 (diff) | |
download | libredirect-a6ceacee909ca28231e917d87f1b74d23058c3a4.zip |
Fixed typo
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | src/pages/popup/popup.html | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md index 5e8c0ebe..d754337f 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ Translate => [SimplyTranslate](https://git.sr.ht/~metalune/simplytranslate_web), Maps => [OpenStreetMap](https://www.openstreetmap.org/), [FacilMap](https://github.com/FacilMap/facilmap)\ Wikipedia => [Wikiless](https://codeberg.org/orenom/wikiless)\ Medium => [Scribe](https://sr.ht/~edwardloveall/scribe/)\ +Peertube => [SimpleerTube](https://git.sr.ht/~metalune/simpleweb_peertube)\ +LBRY/Odysee => [Librarian](https://codeberg.org/librarian/librarian)\ Send Files => [Send](https://github.com/timvisee/send) **Note**: It will be using random instances by default. You can also add custom instances. diff --git a/src/pages/popup/popup.html b/src/pages/popup/popup.html index e1364910..bb1195f3 100644 --- a/src/pages/popup/popup.html +++ b/src/pages/popup/popup.html @@ -122,7 +122,7 @@ <input id="disable-lbry" type="checkbox" checked /> </div> <div id="search" class="some-block"> - <a class="title" href="http://libredirect.onion"> + <a class="title" href="http://libredirect.invalid"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"> <path d="M0 0h24v24H0V0z" fill="none" /> <path |