Skip to content

Commit adfcf37

Browse files
committed
Merge pull request #157 from tetengo/repo_transfer
Switch the GitHub repository path #153 (cherry picked from commit 7b8b91b)
1 parent e939e27 commit adfcf37

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "kogyan"]
22
path = kogyan
3-
url = https://github.com/kaorut/kogyan.git
3+
url = https://github.com/tetengo/kogyan.git
44
branch = v1.8.0

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Execute `setup.exe` in the archive..
9999
Clone the source files from GitHub:
100100

101101
```bat
102-
> git clone --recurse-submodules https://github.com/kaorut/tetengo.git
102+
> git clone --recurse-submodules https://github.com/tetengo/tetengo.git
103103
```
104104

105105
Open the file `tetengo.sln` in the work tree.
@@ -174,7 +174,7 @@ $ tar -xf tetengo-X.Y.Z.tar.bz2
174174
Clone the source files from GitHub:
175175

176176
```shell-session
177-
$ git clone --recurse-submodules https://github.com/kaorut/tetengo.git
177+
$ git clone --recurse-submodules https://github.com/tetengo/tetengo.git
178178
```
179179

180180
Run the script `bootstrap.sh` in the top directory to generate the script
@@ -211,5 +211,5 @@ $ make doc
211211
Copyright (C) 2019-2021 kaoru https://www.tetengo.org/
212212

213213
This product is released under the MIT license.
214-
See [the COPYING file](https://github.com/kaorut/tetengo/blob/master/COPYING)
214+
See [the COPYING file](https://github.com/tetengo/tetengo/blob/master/COPYING)
215215
for details.

configure.ac

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

44
#### General ####
55
AC_PREREQ([2.69])
6-
AC_INIT([tetengo], [1.4.2], [https://github.com/kaorut])
6+
AC_INIT([tetengo], [1.4.2], [https://github.com/tetengo])
77
AC_CONFIG_SRCDIR([precompiled/precompiled.h])
88
AC_CONFIG_HEADERS([config.h])
99
AM_INIT_AUTOMAKE([--warnings=no-portability])

0 commit comments

Comments
 (0)