Skip to content

Commit

Permalink
Merge pull request #24 from slovdahl/read-resources-from-the-right-path
Browse files Browse the repository at this point in the history
Read static web page resources from MDoclet instead of from the JDK
  • Loading branch information
mnlipp committed Nov 29, 2023
2 parents ec6c361 + 2a36a8d commit 8f8f088
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 8f8f088

Please sign in to comment.