aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Ivanov <ivanov-jr@mail.ru>2018-08-10 12:35:39 -0700
committerRoman Ivanov <ivanov-jr@mail.ru>2018-08-10 12:35:39 -0700
commitb20ebcc768ece723dc042db44e8a7a1c27b7257c (patch)
tree9661c9ca91d2ea360b1ed4a5f0547c3db7e1c9ee
parent9dad848b91af77227db568c57a9de39909d1d31e (diff)
downloadcheckstyle-b20ebcc768ece723dc042db44e8a7a1c27b7257c.tar.gz
minor: fix linkcheck violations
-rw-r--r--pom.xml2
-rw-r--r--src/xdocs/contributing.xml2
2 files changed, 3 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f03cda7da..b602acca6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1494,6 +1494,8 @@
<excludedLinks>
<excludedLink>reports/google-style/guava</excludedLink>
<excludedLink>reports/javadoc/openjdk8</excludedLink>
+ <!-- redirects to US page, it is better to stay international -->
+ <excludedLink>https://paypal.com/</excludedLink>
<!-- temporal suppress till plugin update link in his source -->
<excludedLink>http://www.mojohaus.org/exec-maven-plugin</excludedLink>
<!-- temporal suppress till javadoc tool starts generating links to https -->
diff --git a/src/xdocs/contributing.xml b/src/xdocs/contributing.xml
index d3af49b75..8aeb387d5 100644
--- a/src/xdocs/contributing.xml
+++ b/src/xdocs/contributing.xml
@@ -182,7 +182,7 @@
<p>
All you need to do is link your <a href="https://github.com/">github</a>
account and <a href="https://paypal.com/">paypal</a> account through
- the <a href="https://bountysource.com/">bountysource</a> website.
+ the <a href="https://www.bountysource.com/">bountysource</a> website.
</p>
</section>
</body>