From 69e54b103568a0f5687be89d62775747ceab3fba Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Fri, 9 Feb 2018 17:10:16 -0500 Subject: [PATCH] Fix readme links --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3dd58ee..79eefc0 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,16 @@ Search DuckDuckGo in your terminal. Run `ferret` and enter a search query: -![dialog box for entering search query](docs/search_input.png) +![dialog box for entering search query](doc/search_input.png) Ferret will display the first page of results: -![list of results scraped from DuckDuckGo](docs/results_list.png) +![list of results scraped from DuckDuckGo](doc/results_list.png) Press Enter on a result and it will open the result in a terminal text-based web browser (w3m): -![viewing a search result in the w3m terminal web browser](docs/w3m.png) +![viewing a search result in the w3m terminal web browser](doc/w3m.png) ## Why DuckDuckGo @@ -23,9 +23,10 @@ fill out a captcha. ## Bugs -There's [an issue]() with launching a sub program in [Cursive](), the Rust terminal -UI library I'm using, where keyboard input doesn't quite go through and the -cursor does not show up. +There's [an issue](https://github.com/gyscos/Cursive/issues/199) with launching +a sub program in [Cursive](https://github.com/gyscos/Cursive), the Rust +terminal UI library I'm using, where keyboard input doesn't quite go through +and the cursor does not show up. ## Todo