From 6536ec87a57ea67fdaaaa8795cebfd557d578f74 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Mon, 28 Aug 2023 19:32:28 +0100 Subject: [PATCH] Fix typos in install.txt and faq.rst --- doc/install.txt | 2 +- doc/src/faq.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/install.txt b/doc/install.txt index f25449ec..09e1afd8 100644 --- a/doc/install.txt +++ b/doc/install.txt @@ -88,7 +88,7 @@ If those packages are too old pip will install newer versions. To use the dependencies from your distribution if installing LinkChecker with pipx: -`'pipx install --system-site-packages linkchecker`` +``pipx install --system-site-packages linkchecker`` Manual setup for Unix systems ----------------------------- diff --git a/doc/src/faq.rst b/doc/src/faq.rst index 89adaab3..0a63766e 100644 --- a/doc/src/faq.rst +++ b/doc/src/faq.rst @@ -8,7 +8,7 @@ Mozilla/IE/Opera/... Is this a bug in LinkChecker?** A: Please check your web pages first. Are they really okay? Often the major browsers are very forgiving and good at handling HTML -of HTTP errors, while LinkChecker complains in most cases of invalid +or HTTP errors, while LinkChecker complains in most cases of invalid content. Enable the :ref:`man/linkcheckerrc:HtmlSyntaxCheck` plugin, @@ -17,7 +17,7 @@ or check if you are using a proxy which produces the error. **Q: I still get an error, but the page is definitely okay.** -A: Some servers deny access of automated tools (also called robots) +A: Some servers deny access to automated tools (also called robots) like LinkChecker. This is not a bug in LinkChecker but rather a policy by the webmaster running the website you are checking. Look in the ``/robots.txt`` file which follows the