Skip to content

Commit

Permalink
#1714 - Removed links to HTTP and replaced them with HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
julianzz98 committed Jun 7, 2024
1 parent ad14c62 commit 466a7cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>3.6.0-SNAPSHOT</version>
<name>deegree</name>
<description>Framework for OGC Web Service implementations and geospatial applications</description>
<url>http://www.deegree.org/</url>
<url>https://www.deegree.org</url>

<scm>
<connection>scm:git:[email protected]:deegree/deegree3.git</connection>
Expand Down
4 changes: 2 additions & 2 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<body>

<links>
<item name="Home" href="http://www.deegree.org/"/>
<item name="User Documentation" href="http://www.deegree.org/Documentation"/>
<item name="Home" href="https://www.deegree.org"/>
<item name="User Documentation" href="https://www.deegree.org/documentation/"/>
<item name="Source Code Repository" href="https://github.com/deegree/deegree3"/>
</links>

Expand Down

0 comments on commit 466a7cc

Please sign in to comment.