Skip to content

Commit a840d4e

Browse files
ahornaceVladimir Kotal
authored andcommitted
Fix some links
1 parent 4e084ea commit a840d4e

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

dev/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Trigger new release creation on Github.
44
# Assumes working Maven + Git.
55
#
6-
# see https://github.com/OpenGrok/opengrok/wiki/Release-process
6+
# see https://github.com/oracle/opengrok/wiki/Release-process
77
#
88

99
set -e

opengrok-indexer/src/main/java/org/opengrok/indexer/analysis/AnalyzerGuru.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122

123123
/**
124124
* Manages and provides Analyzers as needed. Please see
125-
* <a href="https://github.com/OpenGrok/OpenGrok/wiki/OpenGrok-Internals">
125+
* <a href="https://github.com/oracle/opengrok/wiki/Internals">
126126
* this</a> page for a great description of the purpose of the AnalyzerGuru.
127127
*
128128
* Created on September 22, 2005

opengrok-indexer/src/main/java/org/opengrok/indexer/history/package.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</head>
66
<body>
77
<p>
8-
<a href="https://github.com/OpenGrok/OpenGrok/wiki/OpenGrok-Internals">From the OpenGrok internals</a>:
8+
<a href="https://github.com/oracle/opengrok/wiki/Internals">From the OpenGrok internals</a>:
99
To get the version control history Analyzer Guru, calls his
1010
old friend the good old History Guru. This guy is much older
1111
than Analyzer Guru, and his silky long beard almost touches

tools/README-dist.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Install
2020

2121
Use the distribution tarball and run pip:
2222

23-
python3 -m pip install opengrok_tools.tar.gz
23+
python3 -m pip install opengrok-tools.tar.gz
2424

2525
This will download all dependencies and install the package to your local
2626
python3 modules.
@@ -32,7 +32,7 @@ the python virtual environment for it:
3232

3333
cd /opt/opengrok
3434
python3 -m venv opengrok-tools
35-
opengrok-tools/bin/python -m pip install opengrok_tools.tar.gz
35+
opengrok-tools/bin/python -m pip install opengrok-tools.tar.gz
3636

3737
This will install the package and all the dependencies under the
3838
/opt/opengrok/opengrok-tools directory. You can then call the scripts with

tools/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ ls -l dist/
9090
Use the distribution tarball and run `pip`.
9191

9292
```bash
93-
python3 -m pip install opengrok_tools.tar.gz
93+
python3 -m pip install opengrok-tools.tar.gz
9494
```
9595

9696
This will download all dependencies and install the package to your local python3 modules.
@@ -103,7 +103,7 @@ You can also install the tools to a specified directory, we suggest you to use t
103103
```bash
104104
cd /opt/opengrok
105105
python3 -m venv opengrok-tools
106-
opengrok-tools/bin/python -m pip install opengrok_tools.tar.gz
106+
opengrok-tools/bin/python -m pip install opengrok-tools.tar.gz
107107
```
108108

109109
This will install the package and all the dependencies under the `/opt/opengrok/opengrok-tools` directory.

tools/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def readme():
2424
'opengrok_tools.scm': 'src/main/python/opengrok_tools/scm',
2525
'opengrok_tools.utils': 'src/main/python/opengrok_tools/utils',
2626
},
27-
url='https://github.com/OpenGrok/OpenGrok',
27+
url='https://github.com/oracle/opengrok',
2828
license='CDDL',
2929
author='Oracle',
3030
description='Tools for managing OpenGrok instance',

0 commit comments

Comments
 (0)