Skip to content

Commit 15e46b2

Browse files
committed
Make the search quicker by not going through ?topic=
1 parent 1cf8f34 commit 15e46b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/static/opensearch.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/">
33
<ShortName>cheat.sh</ShortName>
44
<Description>The only cheat sheet you need. Unified access to the best community driven documentation repositories of the world.</Description>
5-
<Url type="text/html" template="https://cheat.sh/?topic={searchTerms}" />
5+
<Url type="text/html" template="https://cheat.sh/{searchTerms}" />
66
<Url type="application/opensearchdescription+xml" rel="self" template="https://cheat.sh/files/opensearch.xml" />
77
<Tags>cheatsheet curl terminal command-line cli examples documentation help tldr</Tags>
88
<Language>en-US</Language>

0 commit comments

Comments
 (0)