Merge "Fix NullPointerException if project has no refs/meta/config branch"
diff --git a/src/main/resources/Documentation/config.md b/src/main/resources/Documentation/config.md
index 3f802b9..3c7e004 100644
--- a/src/main/resources/Documentation/config.md
+++ b/src/main/resources/Documentation/config.md
@@ -104,8 +104,8 @@
 For some formatters a custom CSS file for the rendering can be
 provided in the `refs/meta/config` branch of the project:
 
-* `ASCIIDOCTOR`: `xdoc/asciidoctor.css`
-* `MARKDOWN`: `xdoc/markdown.css`
+* `ASCIIDOCTOR`: `@PLUGIN@/asciidoctor.css`
+* `MARKDOWN`: `@PLUGIN@/markdown.css`
 
 Custom CSS files are *NOT* inherited from parent projects.