From d100762361695ef48075bb81151df644db16993f Mon Sep 17 00:00:00 2001 From: Kristian Scheibe Date: Tue, 1 Jan 2019 19:57:06 +0100 Subject: [PATCH] fixed some external links --- docs/pages/pmd/about/help.md | 2 +- .../devdocs/major_contributions/adding_new_metrics_framework.md | 2 +- docs/pages/pmd/projectdocs/trivia/news.md | 2 +- docs/pages/pmd/userdocs/tools/maven.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/pages/pmd/about/help.md b/docs/pages/pmd/about/help.md index 9460394cdb..c20f9fd066 100644 --- a/docs/pages/pmd/about/help.md +++ b/docs/pages/pmd/about/help.md @@ -16,6 +16,6 @@ There are numerous ways of getting help: * You can also ask questions in our [sourceforge forum](https://sourceforge.net/p/pmd/discussion/). * Or you can join the [Mailing List](https://lists.sourceforge.net/lists/listinfo/pmd-devel) or browse - through the archives ([archive1](http://java-pmd.30631.n5.nabble.com/), [archive2](http://blog.gmane.org/gmane.comp.java.audit.pmd.devel)). + through the archives ([archive1](http://java-pmd.30631.n5.nabble.com/), [archive2](http://web.archive.org/web/20160715035623/http://blog.gmane.org:80/gmane.comp.java.audit.pmd.devel)). * Of course, you can also directly jump to our [source code on github](https://github.com/pmd/pmd). diff --git a/docs/pages/pmd/devdocs/major_contributions/adding_new_metrics_framework.md b/docs/pages/pmd/devdocs/major_contributions/adding_new_metrics_framework.md index 4aac437ffd..f0b5b9d727 100644 --- a/docs/pages/pmd/devdocs/major_contributions/adding_new_metrics_framework.md +++ b/docs/pages/pmd/devdocs/major_contributions/adding_new_metrics_framework.md @@ -100,5 +100,5 @@ build a `Signature` from a `N` are a good idea. the Java framework, you can build a `JavaOperationSigMask` that matches all method signatures with visibility `public`. A sigmask implements `SigMask`, where `S` is the type of signature your mask handles. * Create utility methods in your abstract class metric class to count signatures matching a specific mask. -[Example](https://github.com/pmd/pmd/blob/master/pmd-java/src/main/java/net/sourceforge/pmd/lang/java/metrics/AbstractJavaClassMetric.java#L50) +[Example](https://github.com/pmd/pmd/blob/master/pmd-java/src/main/java/net/sourceforge/pmd/lang/java/metrics/impl/AbstractJavaClassMetric.java#L52) diff --git a/docs/pages/pmd/projectdocs/trivia/news.md b/docs/pages/pmd/projectdocs/trivia/news.md index 42eab2a346..ddbd4f3129 100644 --- a/docs/pages/pmd/projectdocs/trivia/news.md +++ b/docs/pages/pmd/projectdocs/trivia/news.md @@ -13,7 +13,7 @@ author: Tom Copeland to PMD (in French)](http://connect.ed-diamond.com/GNU-Linux-Magazine/GLMF-105/Verifier-votre-code-Java-avec-PMD) * May 2008 - Alan Berg's article on - [Free Software Magazine](http://www.freesoftwaremagazine.com/columns/destroy_annoying_bugs_part_1) + [Free Software Magazine](http://freesoftwaremagazine.com/articles/destroy_annoying_bugs_part_1/) discusses FindBugs, PMD, and TFTP. * July 2007 - Ryan Slobojan's article on [InfoQ](http://www.infoq.com/news/2007/07/pmd) diff --git a/docs/pages/pmd/userdocs/tools/maven.md b/docs/pages/pmd/userdocs/tools/maven.md index 568cefefbd..a592d04df3 100644 --- a/docs/pages/pmd/userdocs/tools/maven.md +++ b/docs/pages/pmd/userdocs/tools/maven.md @@ -198,7 +198,7 @@ Maven plugin will use and benefit from the latest bugfixes and enhancements: For more information, please see the well documented PMD plugin project page here: . -Also, the bug tracker for this plugin is [here](http://jira.codehaus.org/browse/MPMD). +Also, the bug tracker for this plugin is [here](https://issues.apache.org/jira/browse/MPMD). ## Maven 1