Skip to content
This repository was archived by the owner on Oct 4, 2023. It is now read-only.

Commit 9add6ff

Browse files
ytakahashiXanderLuciano
authored andcommitted
fixed relative links on documents (#712)
* fixed relative link * fixed ja, cn, ko, pt_BR
1 parent 88c386d commit 9add6ff

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

Diff for: docs/cn/faqs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
## 在哪里放置我的静态资源?
3535

36-
[**静态资源的使用**](/using-static-assets.md)
36+
[**静态资源的使用**](using-static-assets.md)
3737

3838
## 为什么 `npm run lint` 会出现错误?
3939

Diff for: docs/cn/testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ npm test
2626

2727
### 关于 CI 测试
2828

29-
如果在脚手架时你决定使用 `electron-builder` 作为构建工具,那么你可以在针对 `darwin``linux``win32` 的 Travis CI 以及 AppVeyor 上轻松测试你的程序。在 `.travis.yml``appveyor.yml` 两者之间,你会发现一些被注释掉的部分,你可以快速取消注释以启用测试。确保阅读 [**使用 CI 的自动化部署**](/using-electron-builder.md#automated-deployments-using-ci) 上的更多信息。
29+
如果在脚手架时你决定使用 `electron-builder` 作为构建工具,那么你可以在针对 `darwin``linux``win32` 的 Travis CI 以及 AppVeyor 上轻松测试你的程序。在 `.travis.yml``appveyor.yml` 两者之间,你会发现一些被注释掉的部分,你可以快速取消注释以启用测试。确保阅读 [**使用 CI 的自动化部署**](using-electron-builder.md#automated-deployments-using-ci) 上的更多信息。

Diff for: docs/en/faqs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Make sure to close and reopen the developer tools panel on first launch if they
3333

3434
## Where do I put Static Assets?
3535

36-
[**Using Static Assets**](/using-static-assets.md)
36+
[**Using Static Assets**](using-static-assets.md)
3737

3838
## Why did `npm run lint` end with an error?
3939

Diff for: docs/en/testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ npm test
2626

2727
### On the subject of CI testing
2828

29-
If your decided to use `electron-builder` as your build tool when scaffolding, then you can easily test your application on both Travis CI & AppVeyor for `darwin`, `linux`, and `win32`. Inside both `.travis.yml` and `appveyor.yml` you will find commented sections you can quickly un-comment to enable testing. Make sure to read up on [**Automated Deployments using CI**](/using-electron-builder.md#automated-deployments-using-ci)** **for further information.
29+
If your decided to use `electron-builder` as your build tool when scaffolding, then you can easily test your application on both Travis CI & AppVeyor for `darwin`, `linux`, and `win32`. Inside both `.travis.yml` and `appveyor.yml` you will find commented sections you can quickly un-comment to enable testing. Make sure to read up on [**Automated Deployments using CI**](using-electron-builder.md#automated-deployments-using-ci)** **for further information.
3030

Diff for: docs/ja/faqs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
## 静的なアセットはどこに置けば良いですか?
3535

36-
[**静的なアセットの使用**](/using-static-assets.md)
36+
[**静的なアセットの使用**](using-static-assets.md)
3737

3838
## `npm run lint` がエラーで終了するのはなぜですか?
3939

Diff for: docs/ja/testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ npm test
2626

2727
### CI テストについて
2828

29-
スキャフォールディング時にビルドツールとして `electron-builder` を使うことに決めた場合、`darwin``linux``win32`向けにTravis CI と AppVeyorの両方で簡単にアプリケーションをテストできます。`.travis.yml``appveyor.yml` の中には、コメントアウトされたセクションがあります。テストを有効にするために、セクションのコメントアウトを解除することができます。詳細については、[**CI を使用した自動デプロイ**](/using-electron-builder.md#automated-deployments-using-ci)を読んでください。** **
29+
スキャフォールディング時にビルドツールとして `electron-builder` を使うことに決めた場合、`darwin``linux``win32`向けにTravis CI と AppVeyorの両方で簡単にアプリケーションをテストできます。`.travis.yml``appveyor.yml` の中には、コメントアウトされたセクションがあります。テストを有効にするために、セクションのコメントアウトを解除することができます。詳細については、[**CI を使用した自動デプロイ**](using-electron-builder.md#automated-deployments-using-ci)を読んでください。** **

Diff for: docs/ko/faqs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Make sure to close and reopen the developer tools panel on first launch if they
3333

3434
## Where do I put Static Assets?
3535

36-
[**Using Static Assets**](/using-static-assets.md)
36+
[**Using Static Assets**](using-static-assets.md)
3737

3838
## Why did `npm run lint` end with an error?
3939

Diff for: docs/ko/testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ npm test
2727

2828
### CI 테스팅에 관하여
2929

30-
스캐폴딩 할 때 `electron-builder`를 빌드 도구로 사용하기로 결정했다면 `darwin`, `linux` 그리고 `win32` 용 Travis CI 및 AppVeyor에서 애플리케이션을 쉽게 테스트 할 수 있습니다. `.travis.yml``appveyor.yml` 둘 다 내부에서 주석 처리 된 섹션을 찾을 수 있고 곧바로 주석을 해제하여 테스트를 수행 할 수 있습니다. 자세한 내용은 [**Automated Deployments using CI**](/using-electron-builder.md#automated-deployments-using-ci)를 읽으세요.
30+
스캐폴딩 할 때 `electron-builder`를 빌드 도구로 사용하기로 결정했다면 `darwin`, `linux` 그리고 `win32` 용 Travis CI 및 AppVeyor에서 애플리케이션을 쉽게 테스트 할 수 있습니다. `.travis.yml``appveyor.yml` 둘 다 내부에서 주석 처리 된 섹션을 찾을 수 있고 곧바로 주석을 해제하여 테스트를 수행 할 수 있습니다. 자세한 내용은 [**Automated Deployments using CI**](using-electron-builder.md#automated-deployments-using-ci)를 읽으세요.
3131

Diff for: docs/pt_BR/faqs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Make sure to close and reopen the developer tools panel on first launch if they
3939

4040
## Onde eu coloco meus assets estaticos ?
4141

42-
[**Usando Static(estatico) Assets**](/using-static-assets.md)
42+
[**Usando Static(estatico) Assets**](using-static-assets.md)
4343

4444
## Por que o `npm run lint` resulta em um erro ?
4545

Diff for: docs/pt_BR/testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ npm test
2626

2727
### On the subject of CI testing
2828

29-
If your decided to use `electron-builder` as your build tool when scaffolding, then you can easily test your application on both Travis CI & AppVeyor for `darwin`, `linux`, and `win32`. Inside both `.travis.yml` and `appveyor.yml` you will find commented sections you can quickly un-comment to enable testing. Make sure to read up on [**Automated Deployments using CI**](/using-electron-builder.md#automated-deployments-using-ci)** **for further information.
29+
If your decided to use `electron-builder` as your build tool when scaffolding, then you can easily test your application on both Travis CI & AppVeyor for `darwin`, `linux`, and `win32`. Inside both `.travis.yml` and `appveyor.yml` you will find commented sections you can quickly un-comment to enable testing. Make sure to read up on [**Automated Deployments using CI**](using-electron-builder.md#automated-deployments-using-ci)** **for further information.
3030

0 commit comments

Comments
 (0)