From 3f3f8caef13f2821fc08634aab8f6461199d4e10 Mon Sep 17 00:00:00 2001 From: Max Maass Date: Sat, 11 Jul 2020 05:40:24 +0200 Subject: [PATCH] docs: Fix incorrect example (#574) minor fix to docs example http://localhost:8080/my-web-archive/record/ -> http://localhost:8080/my-web-archive/record/http://example.com/ --- docs/manual/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/usage.rst b/docs/manual/usage.rst index fdb0172d..483d5893 100644 --- a/docs/manual/usage.rst +++ b/docs/manual/usage.rst @@ -174,7 +174,7 @@ done by directly recording into your pywb collection: 2. Run: ``wayback --record --live -a --auto-interval 10`` 3. Point your browser to ``http://localhost:8080/my-web-archive/record/`` -For example, to record ``http://example.com/``, visit ``http://localhost:8080/my-web-archive/record/`` +For example, to record ``http://example.com/``, visit ``http://localhost:8080/my-web-archive/record/http://example.com/`` In this configuration, the indexing happens every 10 seconds.. After 10 seconds, the recorded url will be accessible for replay, eg: ``http://localhost:8080/my-web-archive/http://example.com/``