diff --git a/3.0/docs/getting-started/structure.md b/3.0/docs/getting-started/structure.md index 7c8519ca..c8fff977 100644 --- a/3.0/docs/getting-started/structure.md +++ b/3.0/docs/getting-started/structure.md @@ -5,7 +5,7 @@ you familiar with where things go. ## Folder Structure -Vapor's folder structure builds on top of [SPM's folder structure](spm#folder-structure). +Vapor's folder structure builds on top of [SPM's folder structure](spm.md#folder-structure). ``` . @@ -46,7 +46,7 @@ You will need to enable `FileMiddleware` in your `configure.swift` file before V This folder contains all of the Swift source files for your project. The top level folders (`App` and `Run`) reflect your package's modules, -as declared in the [package manifest](spm#targets). +as declared in the [package manifest](spm.md#targets). ### App