make/jdk/src/classes/build/tools/taglet/ModuleGraph.java
changeset 48759 ffa68af7da87
parent 47216 71c04702a3d5
child 48892 034839ee4f4b
--- a/make/jdk/src/classes/build/tools/taglet/ModuleGraph.java	Wed Feb 07 09:48:43 2018 -0800
+++ b/make/jdk/src/classes/build/tools/taglet/ModuleGraph.java	Wed Feb 07 11:28:23 2018 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -64,7 +64,7 @@
         }
 
         String moduleName = ((ModuleElement) element).getQualifiedName().toString();
-        String imageFile = moduleName + "-graph.png";
+        String imageFile = moduleName + "/module-graph.png";
         int thumbnailHeight = -1;
         String hoverImage = "";
         if (!moduleName.equals("java.base")) {