diff --git a/README.md b/README.md
index e0f64169..3a461d04 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ This project contains the specifications of all creedengo rules, for all languag
#### Structure
-Rules are organized by folder based on their ID in the [root rules folder](../src/main/rules).
+Rules are organized by folder based on their ID in the [root rules folder](src/main/rules).
Each of these folders contains a file with the metadata of the rule, and description by language.
The metadata file uses the format supported by
diff --git a/pom.xml b/pom.xml
index 7bc7dba1..dfa204e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,7 @@
process-asciidoc
- ../src/main/rules
+ ${project.basedir}/src/main/rules
${project.build.directory}/rules-html
coderay