Skip to content

Commit 3f3f8ca

Browse files
authored
docs: Fix incorrect example (#574)
minor fix to docs example http://localhost:8080/my-web-archive/record/<url> -> http://localhost:8080/my-web-archive/record/http://example.com/
1 parent 9b8c187 commit 3f3f8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/manual/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ done by directly recording into your pywb collection:
174174
2. Run: ``wayback --record --live -a --auto-interval 10``
175175
3. Point your browser to ``http://localhost:8080/my-web-archive/record/<url>``
176176

177-
For example, to record ``http://example.com/``, visit ``http://localhost:8080/my-web-archive/record/<url>``
177+
For example, to record ``http://example.com/``, visit ``http://localhost:8080/my-web-archive/record/http://example.com/``
178178

179179
In this configuration, the indexing happens every 10 seconds.. After 10 seconds, the recorded url will be accessible for replay, eg:
180180
``http://localhost:8080/my-web-archive/http://example.com/``

0 commit comments

Comments
 (0)