From 63bd15535d0265a8db251b2bf055b08d95b8ed7d Mon Sep 17 00:00:00 2001 From: Alex Osborne Date: Mon, 12 Jul 2021 09:09:17 +0900 Subject: [PATCH] docs: Fix links accidentally using Markdown syntax --- docs/configuring-jobs.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/configuring-jobs.rst b/docs/configuring-jobs.rst index f78199ee..3f5767e5 100644 --- a/docs/configuring-jobs.rst +++ b/docs/configuring-jobs.rst @@ -391,7 +391,7 @@ In addition to HTTP Heritrix can be configured to fetch resources using several FTP ~~~ -Heritrix supports crawling [FTP](https://en.wikipedia.org/wiki/File_Transfer_Protocol) sites. Seeds should be added +Heritrix supports crawling `FTP `_ sites. Seeds should be added in the following format: ```ftp://sftp.example.org/directory``. The FetchFTP bean needs to be defined: @@ -414,7 +414,7 @@ and added to the FetchChain: SFTP ~~~~ -An optional fetcher for [SFTP](https://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol) is provided. Seeds should +An optional fetcher for `SFTP `_ is provided. Seeds should be added in the following format:``sftp://sftp.example.org/directory``. The FetchSFTP bean needs to be defined: @@ -438,7 +438,7 @@ and added to the FetchChain: WHOIS ~~~~~ -An optional fetcher for domain [WHOIS](https://en.wikipedia.org/wiki/WHOIS) data is provided. A small set of +An optional fetcher for domain `WHOIS `_ data is provided. A small set of well-established WHOIS servers are preconfigured. The fetcher uses an ad-hoc/intuitive interpretation of a 'whois:' scheme URI.