Skip to content

Commit 7ad0d38

Browse files
Merge pull request #550 from gabldotink/master
Documentation: change "www.bar.org" links to "example.net" links
2 parents cddce92 + 7a42330 commit 7ad0d38

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/commands.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -321,17 +321,17 @@ Examples
321321
5. Say you have this URL file::
322322

323323
http://www.example.com/foo.html
324-
http://www.bar.org:8080/qux.html
324+
http://example.net:8080/qux.html
325325

326326
and you submit it as an ``!archiveonly < FILE`` job.
327327

328328
When retrieving requisites of ``http://www.example.com/foo.html``,
329329
``{primary_url}`` will be ``http://www.example.com/foo.html`` and
330330
``{primary_netloc}`` will be ``www.example.com``.
331331

332-
When retriving requisites of ``http://www.bar.org:8080/qux.html```,
333-
``{primary_url}`` will be ``http://www.bar.org:8080/qux.html`` and
334-
``{primary_netloc}`` will be ``www.bar.org:8080``.
332+
When retriving requisites of ``http://example.net:8080/qux.html```,
333+
``{primary_url}`` will be ``http://example.net:8080/qux.html`` and
334+
``{primary_netloc}`` will be ``example.net:8080``.
335335

336336
unignore
337337
========

0 commit comments

Comments
 (0)