Skip to content

Commit c8e9457

Browse files
ahornaceVladimir Kotal
authored andcommitted
Fix github links
1 parent 912cbfd commit c8e9457

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ your source tree. It can understand various program file formats and
2525
version control histories of many source code management systems.
2626

2727
Official page of the project is on:
28-
<http://opengrok.github.com/OpenGrok/>
28+
<https://oracle.github.io/opengrok/>
2929

3030
## 2. OpenGrok install and setup
3131

opengrok-web/src/main/webapp/foot.jspf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ org.opengrok.indexer.web.Prefix"
4242

4343
%>
4444
<div id="footer">
45-
<p><a href="http://opengrok.github.com/OpenGrok/"
45+
<p><a href="https://oracle.github.io/opengrok/"
4646
title="Served by OpenGrok (<%= Info.getVersion() %> - <%= Info.getShortRevision() %>)"><span id="fti"></span></a></p>
4747
<% if(dateForLastIndexRun != null) { %>
4848
<p>Last Index update <%= dateForLastIndexRun %></p>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ information: Portions Copyright [yyyy] [name of copyright owner]
1818
1919
CDDL HEADER END
2020
21-
Copyright (c) 2010, 2020, Oracle and/or its affiliates. All rights reserved.
21+
Copyright (c) 2010, 2021, Oracle and/or its affiliates. All rights reserved.
2222
Portions Copyright (c) 2018, 2020, Chris Fraire <[email protected]>.
2323
2424
-->
@@ -31,7 +31,7 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <[email protected]>.
3131
<packaging>pom</packaging>
3232

3333
<name>OpenGrok</name>
34-
<url>http://opengrok.github.com/OpenGrok/</url>
34+
<url>https://oracle.github.io/opengrok/</url>
3535
<organization>
3636
<name>Oracle</name>
3737
<url>http://www.oracle.com</url>

0 commit comments

Comments
 (0)