diff options
author | SimonBrazell <simon@brazell.com.au> | 2020-04-09 19:37:56 +1000 |
---|---|---|
committer | SimonBrazell <simon@brazell.com.au> | 2020-04-09 19:37:56 +1000 |
commit | bfc9081a51877cccd0d543342b5b277f35ac7262 (patch) | |
tree | ac646f38f8d322e4b831f391e0d1e0cabee0c0e8 /pages | |
parent | Address GTK theme issue causing popup issues on Majaro Linux (diff) | |
download | libredirect-bfc9081a51877cccd0d543342b5b277f35ac7262.zip |
Fix #28, #33 & #34
Diffstat (limited to 'pages')
-rw-r--r-- | pages/options/options.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/options/options.html b/pages/options/options.html index 0a963b79..60545874 100644 --- a/pages/options/options.html +++ b/pages/options/options.html @@ -74,7 +74,7 @@ <datalist id="bibliogram-instance-list"> <option value="https://bibliogram.art"> <option value="https://bibliogram.snopyta.org"> - <option value="https://bibliogram.dsrev.ru"> + <option value="https://bibliogram.pussthecat.org"> </datalist> <h1>OpenStreetMap Instance</h1> <input id="osm-instance" list="osm-instance-list" type="url" placeholder="https://openstreetmap.org"> |