diff --git a/mdoclet/src/org/jdrupes/mdoclet/internal/doclets/formats/html/HtmlDoclet.java b/mdoclet/src/org/jdrupes/mdoclet/internal/doclets/formats/html/HtmlDoclet.java index 7782ec3..0153727 100644 --- a/mdoclet/src/org/jdrupes/mdoclet/internal/doclets/formats/html/HtmlDoclet.java +++ b/mdoclet/src/org/jdrupes/mdoclet/internal/doclets/formats/html/HtmlDoclet.java @@ -108,7 +108,7 @@ public String getName() { * Base path for resources for this doclet. */ private static final DocPath DOCLET_RESOURCES = DocPath - .create("/jdk/javadoc/internal/doclets/formats/html/resources"); + .create("/org/jdrupes/mdoclet/internal/doclets/formats/html/resources"); @Override // defined by Doclet public void init(Locale locale, Reporter reporter) {