diff options
author | Hygna <hygna@proton.me> | 2022-10-01 11:17:32 +0100 |
---|---|---|
committer | Hygna <hygna@proton.me> | 2022-10-01 11:17:32 +0100 |
commit | e21ecb4e1d640add426865d5719ba8cd63eab977 (patch) | |
tree | d1e24c6b465dac81c50d10bba9bca755f8d3b095 /src/pages/options/index.html | |
parent | Squashed a few bugs (diff) | |
download | libredirect-e21ecb4e1d640add426865d5719ba8cd63eab977.zip |
Unify Localstorage
Diffstat (limited to 'src/pages/options/index.html')
-rw-r--r-- | src/pages/options/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pages/options/index.html b/src/pages/options/index.html index 71d04fd0..384b32bd 100644 --- a/src/pages/options/index.html +++ b/src/pages/options/index.html @@ -3252,19 +3252,19 @@ <div class="about"> <div class="some-block option-block"> <h4>Donate: ♥️</h4> - <h4><a href='https://libredirect.github.io/donate'>https://libredirect.github.io/donate</a> </h4> + <h4><a href='https://libredirect.codeberg.page/donate'>https://libredirect.codeberg.page/donate</a> </h4> </div> <div class="some-block option-block"> <h4>FAQ:</h4> - <h4><a href='https://libredirect.github.io/faq'>https://libredirect.github.io/faq</a></h4> + <h4><a href='https://libredirect.codeberg.page/faq'>https://libredirect.codeberg.page/faq</a></h4> </div> <div class="some-block option-block"> <h4>Docs:</h4> - <h4><a href='https://libredirect.github.io/docs'>https://libredirect.github.io/docs</a></h4> + <h4><a href='https://libredirect.codeberg.page/docs'>https://libredirect.codeberg.page/docs</a></h4> </div> <div class="some-block option-block"> <h4>Source Code:</h4> - <h4><a href='https://libredirect.github.io/source_code'>https://libredirect.github.io/source_code</a></h4> + <h4><a href='https://libredirect.codeberg.page/source_code'>https://libredirect.codeberg.page/source_code</a></h4> </div> </div> </section> |