From 698b63116fd7b15e92a0fdf8919a1093e585b326 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 13 Feb 2020 18:48:07 -0500 Subject: [PATCH] fix demo links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14cd5f1a..a63a0d58 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

ArchiveBox
The open-source self-hosted web archive.

▶️ Quickstart | -Demo | +Demo | Github | Documentation | Info & Motivation | @@ -75,7 +75,7 @@ echo 'https://example.com' | ./archive # pass URLs to archive v ./archive https://getpocket.com/users/example/feed/all # or import an RSS/JSON/XML/TXT feed ``` -Once you've added your first links, open `output/index.html` in a browser to view the archive. [DEMO: archive.sweeting.me](https://archive.sweeting.me) +Once you've added your first links, open `output/index.html` in a browser to view the archive. [DEMO: archivebox.zervice.io/](https://archivebox.zervice.io) For more information, see the [full Quickstart guide](https://github.com/pirate/ArchiveBox/wiki/Quickstart), [Usage](https://github.com/pirate/ArchiveBox/wiki/Usage), and [Configuration](https://github.com/pirate/ArchiveBox/wiki/Configuration) docs. *(`pip install archivebox` will be available in the near future, follow our [Roadmap](https://github.com/pirate/ArchiveBox/wiki/Roadmap) for progress)*