summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2021-01-10 10:41:21 +0100
committerYorhel <git@yorhel.nl>2021-01-10 10:41:27 +0100
commit4eede471c44dfead6c92c34b288b0df0deebeaed (patch)
tree391d091188bc020239db6152c9bb86484c45fbd4 /lib/VNDB/Handler
parent2238b36352fea1206e73d102c4ff1905c4c9ab70 (diff)
Replace references to old /v/all path
Old /v/<char> URLs are still supported, but the main listing is at /v.
Diffstat (limited to 'lib/VNDB/Handler')
-rw-r--r--lib/VNDB/Handler/Misc.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/VNDB/Handler/Misc.pm b/lib/VNDB/Handler/Misc.pm
index d2cb9c0d..74f9dcfd 100644
--- a/lib/VNDB/Handler/Misc.pm
+++ b/lib/VNDB/Handler/Misc.pm
@@ -61,10 +61,10 @@ sub opensearch {
tag 'LongName', 'VNDB.org visual novel search';
tag 'Description', 'Search visual vovels on VNDB.org';
tag 'Image', width => 16, height => 16, type => 'image/x-icon', "$h/favicon.ico";
- tag 'Url', type => 'text/html', method => 'get', template => "$h/v/all?q={searchTerms}", undef;
+ tag 'Url', type => 'text/html', method => 'get', template => "$h/v?q={searchTerms}", undef;
tag 'Url', type => 'application/opensearchdescription+xml', rel => 'self', template => "$h/opensearch.xml", undef;
tag 'Query', role => 'example', searchTerms => 'Tsukihime', undef;
- tag 'moz:SearchForm', "$h/v/all";
+ tag 'moz:SearchForm', "$h/v";
end 'OpenSearchDescription';
}