From a2d5e16c1e2fd7b799f2fc3c5b90da1d4e2612c8 Mon Sep 17 00:00:00 2001 From: Jhonny Bill Date: Sat, 12 Jan 2019 16:53:36 -0400 Subject: [PATCH] FIX - missing .md in some SwiftPM links --- 3.0/docs/getting-started/structure.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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