diff --git a/_config.yml b/_config.yml index 520dcf1c0..53b7d17de 100644 --- a/_config.yml +++ b/_config.yml @@ -101,6 +101,13 @@ defaults: progress: true permalink: /docs:path.html + - + scope: + path: "assets/files" + type: "pages" + values: + permalink: "/assets/files/:basename.html" + - scope: path: "_slides" diff --git a/_docs/additional_resources/pubapis_api_blueprint.md b/_docs/additional_resources/pubapis_api_blueprint.md index 9ef63e111..e80ef11d0 100644 --- a/_docs/additional_resources/pubapis_api_blueprint.md +++ b/_docs/additional_resources/pubapis_api_blueprint.md @@ -467,7 +467,7 @@ For this tutorial, we'll use a platform called Apiary to read and display the AP ``` {: .note} - If the code isn't easy to copy and paste, you can [view and download the file here](https://idratherbewriting.com/assets/files/apiblueprintweatherdata.md). + If the code isn't easy to copy and paste, you can [view and download the file here](https://idratherbewriting.com/assets/files/apiblueprintweatherdata.txt). 5. Click **Save**. diff --git a/assets/files/apiblueprintweatherdata.md b/assets/files/apiblueprintweatherdata.txt similarity index 100% rename from assets/files/apiblueprintweatherdata.md rename to assets/files/apiblueprintweatherdata.txt