1
0
mirror of https://github.com/octoleo/plantuml-server.git synced 2024-12-22 08:48:54 +00:00
This commit is contained in:
Arnaud Roques 2019-02-09 16:34:05 +01:00
parent 44487018ce
commit 813500c549
2 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@
<dependency>
<groupId>net.sourceforge.plantuml</groupId>
<artifactId>plantuml</artifactId>
<version>1.2018.14</version>
<version>1.2019.0</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>

View File

@ -51,7 +51,7 @@
<c:if test="${cfg['SHOW_GITHUB_RIBBON'] eq 'on' }">
<%@ include file="resource/githubribbon.html" %>
</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 id="content">
<%-- CONTENT --%>