From 16c75bba73f86a1a4612a44f1a81e955f2b8c91f Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 4 Jul 2017 04:04:01 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 9053a157..0e04b23d 100644 --- a/README.md +++ b/README.md @@ -289,10 +289,6 @@ If you're having issues trying to host the archive via nginx, make sure you alre If you don't, google around, there are plenty of tutorials to help get that set up. Open an [issue](https://github.com/pirate/bookmark-archiver/issues) if you have problem with a particular nginx config. -If you're getting many 404s when trying to visit links from the index, this is caused by `wget` appending `.html` -to the end of all downloaded content if it doesn't already have it. I will be correcting the index links to -account for this soon, but in the meantime use the nginx config above which automatically appends .html to links before 404-ing. - ## TODO - body text extraction using [fathom](https://hacks.mozilla.org/2017/04/fathom-a-framework-for-understanding-web-pages/)