From 2273e6a5c66b20e18e4029d75d7482e462c6de88 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Thu, 30 Jun 2016 20:10:15 -0700 Subject: [PATCH] remove stack exchage --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index fe64f55..fdb7d6c 100644 --- a/index.html +++ b/index.html @@ -19,8 +19,7 @@ { key: 'K', name: 'Kickass', url: 'https://kat.cr', search: '/usearch/' }, { key: 'p', name: 'Product Hunt', url: 'https://www.producthunt.com', search: '/search?q=' }, { key: 'r', name: 'Reddit', url: 'https://www.reddit.com', search: '/search?q=' }, - { key: 's', name: 'Stack Exchange', url: 'https://stackexchange.com', search: '/search?q=' }, - { key: 'S', name: 'SoundCloud', url: 'https://soundcloud.com', search: '/search?q=' }, + { key: 's', name: 'SoundCloud', url: 'https://soundcloud.com', search: '/search?q=' }, { key: 't', name: 'Twitter', url: 'https://twitter.com', search: '/search?q=' }, { key: 'u', name: 'Unsplash', url: 'https://unsplash.com', search: '/search?keyword=' }, { key: 'y', name: 'YouTube', url: 'https://www.youtube.com', search: '/weather?search_query=' },