File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ Execute `setup.exe` in the archive..
9999Clone 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
105105Open the file ` tetengo.sln ` in the work tree.
@@ -174,7 +174,7 @@ $ tar -xf tetengo-X.Y.Z.tar.bz2
174174Clone 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
180180Run the script ` bootstrap.sh ` in the top directory to generate the script
@@ -211,5 +211,5 @@ $ make doc
211211Copyright (C) 2019-2021 kaoru https://www.tetengo.org/
212212
213213This 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 )
215215for details.
Original file line number Diff line number Diff line change 33
44# ### General ####
55AC_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 ] )
77AC_CONFIG_SRCDIR ( [ precompiled/precompiled.h] )
88AC_CONFIG_HEADERS ( [ config.h] )
99AM_INIT_AUTOMAKE ( [ --warnings=no-portability] )
You can’t perform that action at this time.
0 commit comments