Skip to content
Snippets Groups Projects
Unverified Commit ff16099f authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

update link to extension page

parent 0b4bb076
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>fr.mines-stetienne.ci.saref</groupId> <groupId>fr.mines-stetienne.ci.saref</groupId>
<artifactId>saref-pipeline</artifactId> <artifactId>saref-pipeline</artifactId>
<version>1.0.3</version> <version>1.0.4</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>SAREF-Pipeline</name> <name>SAREF-Pipeline</name>
......
...@@ -161,7 +161,7 @@ public class MainFrame extends JFrame implements SAREFCredentialsProvider { ...@@ -161,7 +161,7 @@ public class MainFrame extends JFrame implements SAREFCredentialsProvider {
File documentationHTML = new File(ontoDir, String.format("%s.html", target.getRepository().getOntologyFileName())); File documentationHTML = new File(ontoDir, String.format("%s.html", target.getRepository().getOntologyFileName()));
msg += String.format("<p>HTML documentation: <a href=\"%s\">%s</a></p>", documentationHTML.toURI(), documentationHTML.getPath()); msg += String.format("<p>HTML documentation: <a href=\"%s\">%s</a></p>", documentationHTML.toURI(), documentationHTML.getPath());
} else { } else {
File entryPoint = new File(pipeline.targetDir, "site/extensions.html"); File entryPoint = new File(pipeline.targetDir, "site/index.html");
msg += String.format("<p>HTML documentation entrypoint: <a href=\"%s\">%s</a></p>", entryPoint.toURI(), entryPoint.getPath()); msg += String.format("<p>HTML documentation entrypoint: <a href=\"%s\">%s</a></p>", entryPoint.toURI(), entryPoint.getPath());
} }
} }
......
...@@ -96,7 +96,7 @@ TEMPLATE <head.rqg>( ?before, ?pathToStatic , ?isOntologyDocumentation ) { ...@@ -96,7 +96,7 @@ TEMPLATE <head.rqg>( ?before, ?pathToStatic , ?isOntologyDocumentation ) {
</a> </a>
</li> </li>
<li class="g-menu-item g-menu-item-type-component g-menu-item-242 g-standard "> <li class="g-menu-item g-menu-item-type-component g-menu-item-242 g-standard ">
<a class="g-menu-item-container" href="/extensions.html"> <a class="g-menu-item-container" href="//#extensions">
<span class="g-menu-item-content"> <span class="g-menu-item-content">
<span class="g-menu-item-title">Extensions</span> <span class="g-menu-item-title">Extensions</span>
</span> </span>
......
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
</a> </a>
</li> </li>
<li class="g-menu-item g-menu-item-type-component g-menu-item-242 g-standard "> <li class="g-menu-item g-menu-item-type-component g-menu-item-242 g-standard ">
<a class="g-menu-item-container" href="/extensions.html"> <a class="g-menu-item-container" href="//#extensions">
<span class="g-menu-item-content"> <span class="g-menu-item-content">
<span class="g-menu-item-title">Extensions</span> <span class="g-menu-item-title">Extensions</span>
</span> </span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment