Skip to content

Commit cbfd514

Browse files
morrmematthewmorgan
authored andcommitted
TESTS.md: make image links relative (exercism#352)
* TESTS.md: make image links relative See #313 * Update TESTS.md
1 parent 3b04fb4 commit cbfd514

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/TESTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Install [Visual Studio Express 2013 for web](http://www.visualstudio.com/en-us/p
2222

2323
To get started, you can download a Visual Studio solution that is already set up to work with JavaScript and the other languages that Visual Studio supports.
2424

25-
![Solution Explorer](http://x.exercism.io/v3/tracks/javascript/docs/img/SolutionExplorer.png)
25+
![Solution Explorer](img/SolutionExplorer.png)
2626

2727
1. Download the [Exercism.io Visual Studio Template](https://github.com/rprouse/Exercism.VisualStudio) from GitHub by clicking the Download Zip button on the page.
2828
2. Unzip the template into your exercises directory, for example `C:\src\exercises`
@@ -37,7 +37,7 @@ To get started, you can download a Visual Studio solution that is already set up
3737
10. The exercise you just fetched will appear greyed out. Right click on the folder and **Include In Project**
3838
11. Get coding...
3939

40-
![Add files](http://x.exercism.io/v3/tracks/javascript/docs/img/AddFiles.png)
40+
![Add files](img/AddFiles.png)
4141

4242
If you have a paid version of Visual Studio, you should install the [Web Essentials](http://vswebessentials.com/) extension. It will make working with Javascript much easier.
4343

0 commit comments

Comments
 (0)