diff --git a/docs/_layouts/page.html b/docs/_layouts/page.html
index 67a238ca90..9db879f3fc 100644
--- a/docs/_layouts/page.html
+++ b/docs/_layouts/page.html
@@ -63,6 +63,14 @@ layout: default
{% endif %}
+ {% if site.github_editme_path %}
+ This documentation is written in markdown. If there is something missing or can be improved, edit this page on github and create a PR:
+ {% unless page.editmepath == false %}
+ Edit me
+ {% endunless %}
+ {% endif %}
+
+
{% include disqus.html %}
diff --git a/docs/pages/pmd/devdocs/building.md b/docs/pages/pmd/devdocs/building.md
index 97196f2179..75d342bdf8 100644
--- a/docs/pages/pmd/devdocs/building.md
+++ b/docs/pages/pmd/devdocs/building.md
@@ -84,9 +84,6 @@ Now the source and binary distribution zip files can be found in the folder `pmd
**Notes:**
-* The rules that have already been written are specified in the `src/main/resources/rulesets/` directories of
-the specific languages, e.g. `pmd-java/src/main/resources/rulesets`.
-They’re also in the jar file that’s included with both the source and binary distributions.
-
-A paucity of detail, I’m sure you’d agree. If you think this document can be improved,
-please post [here](http://sourceforge.net/p/pmd/discussion/188192) and let me know how. Thanks!
+- The rules that have already been written are specified in the `src/main/resources/rulesets/` directories of
+ the specific languages, e.g. `pmd-java/src/main/resources/rulesets`.
+ They’re also in the jar file that’s included with both the source and binary distributions.