mirror of https://github.com/vapor/docs.git
Update Japanese translation for getting-started/folder-structure.ja.md
- Update internal link to use relative path without .ja.md extension - Maintain documentation linking consistency
This commit is contained in:
parent
541ab58aa0
commit
6d68ce0fb8
|
|
@ -38,7 +38,7 @@ app.middleware.use(fileMiddleware)
|
||||||
## Sources
|
## Sources
|
||||||
|
|
||||||
このフォルダには、プロジェクトのすべての Swift ソースファイルが含まれています。
|
このフォルダには、プロジェクトのすべての Swift ソースファイルが含まれています。
|
||||||
トップレベルのフォルダ、`App` は、[SwiftPM](spm.ja.md) のマニフェストで宣言されたパッケージのモジュール反映をしています。
|
トップレベルのフォルダ、`App` は、[SwiftPM](spm.ja.md) のマニフェストで宣言されたパッケージのモジュールを反映しています。
|
||||||
|
|
||||||
### App
|
### App
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue