From 1852db2695cbee94aae848124c1af8e14f2d6d36 Mon Sep 17 00:00:00 2001 From: Robert Wallach Date: Wed, 21 Mar 2018 12:14:49 -0500 Subject: [PATCH] Update editor-configuration.md --- articles/editor/editor-configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/editor/editor-configuration.md b/articles/editor/editor-configuration.md index 1f73fc1..e8d1e49 100644 --- a/articles/editor/editor-configuration.md +++ b/articles/editor/editor-configuration.md @@ -6,7 +6,7 @@ It is placed in the root of your project and allows you to configure editor sett You can make changes to the `.stoplight.yml` file by opening it: -![](../../assets/images/editor-configuration.png) +![Editor Configuration Location](https://github.com/stoplightio/docs/blob/develop/assets/images/editor-configuration.png?raw=true) ### Editor Configuration @@ -14,7 +14,7 @@ You can make changes to the `.stoplight.yml` file by opening it: ### Environments -![](../../assets/images/editor-configuration2.png) +![Environments](https://github.com/stoplightio/docs/blob/develop/assets/images/editor-configuration2.png?raw=true) Environments make it easy to auto-populate variables (hostnames, ports, passwords, etc.) used by specifications and scenarios. Read more about them [here](/testing/using-variables/environment).