mirror of
https://github.com/octoleo/plantuml-server.git
synced 2025-04-04 15:41:51 +00:00
fix link
This commit is contained in:
parent
44487018ce
commit
813500c549
2
pom.xml
2
pom.xml
@ -179,7 +179,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.sourceforge.plantuml</groupId>
|
<groupId>net.sourceforge.plantuml</groupId>
|
||||||
<artifactId>plantuml</artifactId>
|
<artifactId>plantuml</artifactId>
|
||||||
<version>1.2018.14</version>
|
<version>1.2019.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.servlet</groupId>
|
<groupId>javax.servlet</groupId>
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
<c:if test="${cfg['SHOW_GITHUB_RIBBON'] eq 'on' }">
|
<c:if test="${cfg['SHOW_GITHUB_RIBBON'] eq 'on' }">
|
||||||
<%@ include file="resource/githubribbon.html" %>
|
<%@ include file="resource/githubribbon.html" %>
|
||||||
</c:if>
|
</c:if>
|
||||||
<p>Create your <a href="http://plantuml.sourceforge.net">PlantUML</a> diagrams directly in your browser !</p>
|
<p>Create your <a href="http://plantuml.com">PlantUML</a> diagrams directly in your browser !</p>
|
||||||
</div>
|
</div>
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<%-- CONTENT --%>
|
<%-- CONTENT --%>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user