Skip to content

Commit 758bdd7

Browse files
update repo name
1 parent 7539f39 commit 758bdd7

22 files changed

Lines changed: 37 additions & 37 deletions

File tree

src/.vuepress/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default hopeTheme({
1414

1515
logo: "/favicon.ico",
1616

17-
repo: "MakinoharaShoko/WebGAL_Doc",
17+
repo: "OpenWebGAL/WebGAL_Doc",
1818

1919
docsDir: "src",
2020

src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@
5656

5757
## Stargazers over time
5858

59-
[![Stargazers over time](https://starchart.cc/MakinoharaShoko/WebGAL.svg)](https://starchart.cc/MakinoharaShoko/WebGAL)
59+
[![Stargazers over time](https://starchart.cc/OpenWebGAL/WebGAL.svg)](https://starchart.cc/OpenWebGAL/WebGAL)

src/developers/readme.md

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

33
## WebGAL 源代码仓库的地址
44

5-
[https://github.com/MakinoharaShoko/WebGAL](https://github.com/MakinoharaShoko/WebGAL)
5+
[https://github.com/OpenWebGAL/WebGAL](https://github.com/OpenWebGAL/WebGAL)
66

77
## 分支说明
88

src/en/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@
5757

5858
## Stargazers over time
5959

60-
[![Stargazers over time](https://starchart.cc/MakinoharaShoko/WebGAL.svg)](https://starchart.cc/MakinoharaShoko/WebGAL)
60+
[![Stargazers over time](https://starchart.cc/OpenWebGAL/WebGAL.svg)](https://starchart.cc/OpenWebGAL/WebGAL)

src/en/developers/readme.md

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

33
## WebGAL Source Code Repository
44

5-
[https://github.com/MakinoharaShoko/WebGAL](https://github.com/MakinoharaShoko/WebGAL)
5+
[https://github.com/OpenWebGAL/WebGAL](https://github.com/OpenWebGAL/WebGAL)
66

77
## Branch Description
88

src/en/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
::: warning
44
No matter which way you choose to make a WebGAL game, you should spend some time reading through the entirety of the development guide. It won't take long, and it will save you from running into problems due to improper operation.
55

6-
You know, most of the questions you are wondering about can be found in the documentation. If you firmly believe that you have encountered a bug, please raise an issue at [issues](https://github.com/MakinoharaShoko/WebGAL/issues) or send an email to <contact@openwebgal.com>, you can also find a way to join the WebGAL discussion community in the "More" column at the top right corner of the website.
6+
You know, most of the questions you are wondering about can be found in the documentation. If you firmly believe that you have encountered a bug, please raise an issue at [issues](https://github.com/OpenWebGAL/WebGAL/issues) or send an email to <contact@openwebgal.com>, you can also find a way to join the WebGAL discussion community in the "More" column at the top right corner of the website.
77
:::
88

99
::: danger
@@ -20,7 +20,7 @@ Download WebGAL Terre Visual Editor:
2020

2121
[WebGAL Homepage (Recommended)](https://openwebgal.com/en/download/)
2222

23-
[GitHub Releases](https://github.com/MakinoharaShoko/WebGAL_Terre/releases)
23+
[GitHub Releases](https://github.com/OpenWebGAL/WebGAL_Terre/releases)
2424

2525
::: tip
2626
WebGAL Terre Visual Editor does not support Windows 7 by default.
@@ -30,7 +30,7 @@ Windows 7 users please refer to **[How to start making with Visual Editor on Win
3030
## Method 2: Start debugging from source code (For makers who want higher customization)
3131

3232
``` shell
33-
git clone https://github.com/MakinoharaShoko/WebGAL.git
33+
git clone https://github.com/OpenWebGAL/WebGAL.git
3434
```
3535

3636
Install and use yarn to install dependencies

src/en/info/readme.md

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

33
## New Features Preview
44

5-
WebGAL's development plan is basically tracked by issues, please visit [WebGAL issues](https://github.com/MakinoharaShoko/WebGAL/issues) or [WebGAL Terre issues](https://github.com/MakinoharaShoko/WebGAL_Terre/issues) to check.
5+
WebGAL's development plan is basically tracked by issues, please visit [WebGAL issues](https://github.com/OpenWebGAL/WebGAL/issues) or [WebGAL Terre issues](https://github.com/OpenWebGAL/WebGAL_Terre/issues) to check.
66

77
## Feature Requests & Bug Reports
88

@@ -22,4 +22,4 @@ The specific code with the problem is like this:
2222
Show the specific code or screenshot of editor edit page where the fault occurs here
2323
```
2424

25-
If you find a BUG that needs to be reported, please create an issue at [WebGAL issues](https://github.com/MakinoharaShoko/WebGAL/issues) or [WebGAL Terre issues](https://github.com/MakinoharaShoko/WebGAL_Terre/issues) or send an email to contact@openwebgal.com.
25+
If you find a BUG that needs to be reported, please create an issue at [WebGAL issues](https://github.com/OpenWebGAL/WebGAL/issues) or [WebGAL Terre issues](https://github.com/OpenWebGAL/WebGAL_Terre/issues) or send an email to contact@openwebgal.com.

src/en/publish/android/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you build the project using source code, please switch to the source code tab
1515
@tab Source code
1616

1717
* Download and install [Android Studio](https://developer.android.com/studio)
18-
* Compile [WebGAL](https://github.com/MakinoharaShoko/WebGAL) to Web page
18+
* Compile [WebGAL](https://github.com/OpenWebGAL/WebGAL) to Web page
1919
* Download [WebGAL Android project template](https://github.com/nini22P/WebGAL-Android)
2020

2121
:::

src/en/showcase-your-game.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ First, you need to prepare the following information:
1111

1212
## Submit Your Game via Pull Requests
1313

14-
Fork the [WebGAL_HomePage](https://github.com/MakinoharaShoko/WebGAL_HomePage) repository.
14+
Fork the [WebGAL_HomePage](https://github.com/OpenWebGAL/WebGAL_HomePage) repository.
1515

1616
Add your prepared cover to `/public/images/games`.
1717

@@ -32,7 +32,7 @@ After confirming that there are no errors, initiate a pull request.
3232

3333
## Submit Your Game via Issues
3434

35-
Open the [Issues page](https://github.com/MakinoharaShoko/WebGAL_HomePage/issues) of the WebGAL_HomePage repository.
35+
Open the [Issues page](https://github.com/OpenWebGAL/WebGAL_HomePage/issues) of the WebGAL_HomePage repository.
3636

3737
Click `New issue`, fill in the prepared information, and click `Submit new issue` after confirming that there are no errors.
3838

src/en/win7.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ If your computer has installed a version of node lower than 14, please switch to
9292

9393
### Get the source code
9494

95-
Clone the [WebGAL_Terre](https://github.com/MakinoharaShoko/WebGAL_Terre) repository.
95+
Clone the [WebGAL_Terre](https://github.com/OpenWebGAL/WebGAL_Terre) repository.
9696

9797
``` shell
98-
git clone https://github.com/MakinoharaShoko/WebGAL_Terre.git
98+
git clone https://github.com/OpenWebGAL/WebGAL_Terre.git
9999
```
100100

101101
### Package manager (optional)

0 commit comments

Comments
 (0)