Skip to content

Commit 466a7cc

Browse files
committed
#1714 - Removed links to HTTP and replaced them with HTTPS
1 parent ad14c62 commit 466a7cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<version>3.6.0-SNAPSHOT</version>
88
<name>deegree</name>
99
<description>Framework for OGC Web Service implementations and geospatial applications</description>
10-
<url>http://www.deegree.org/</url>
10+
<url>https://www.deegree.org</url>
1111

1212
<scm>
1313
<connection>scm:git:git@github.com:deegree/deegree3.git</connection>

src/site/site.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<body>
99

1010
<links>
11-
<item name="Home" href="http://www.deegree.org/"/>
12-
<item name="User Documentation" href="http://www.deegree.org/Documentation"/>
11+
<item name="Home" href="https://www.deegree.org"/>
12+
<item name="User Documentation" href="https://www.deegree.org/documentation/"/>
1313
<item name="Source Code Repository" href="https://github.com/deegree/deegree3"/>
1414
</links>
1515

0 commit comments

Comments
 (0)