From fef957103696e5d3e38a59328e0089fe2e60be5d Mon Sep 17 00:00:00 2001 From: Mikael Forsgren <41864+mikaelf@users.noreply.github.com> Date: Sun, 10 Jan 2021 14:49:10 +0100 Subject: [PATCH] Fixed some broken links and removed some obsolete links. --- Usage.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Usage.md b/Usage.md index 2f9af07..73ee69d 100644 --- a/Usage.md +++ b/Usage.md @@ -6,7 +6,6 @@ -- [Overview](#Overview): Program structure and outline of basic archiving process. - [CLI Usage](#CLI-Usage): Docs and examples for the ArchiveBox command line interface. - [UI Usage](#UI-Usage): Docs and screenshots for the outputted HTML archive interface. - [Disk Layout](#Disk-Layout): Description of the archive folder structure and contents. @@ -39,9 +38,8 @@ You can share a single archivebox data directory between Docker and non-Docker i For more examples see the [[Docker]] page. - [Run ArchiveBox with configuration options](#Run-ArchiveBox-with-configuration-options) -- [Import a single URL or list of URLs via stdin](#Import-a-single-URL-or-list-of-URLs-via-stdin) -- [Import list of links exported from browser or another service](#Import-list-of-links-exported-from-browser-or-another-service) -- [Import list of URLs from a remote RSS feed or file](#Import-list-of-URLs-from-a-remote-RSS-feed-or-file) +- [Import a single URL](#Import-a-single-URL) +- [Import a list of URLs from a text file](#Import-a-list-of-URLs-from-a-text-file) - [Import list of links from browser history](#Import-list-of-links-from-browser-history) --- @@ -77,7 +75,7 @@ echo 'https://example.com' | archivebox add You can also add `--depth=1` to any of these commands if you want to recursively archive the URLs and all URLs one hop away. (e.g. all the outlinks on a page + the page). -### Import a list of URLs from a txt file +### Import a list of URLs from a text file ```bash cat urls_to_archive.txt | archivebox add