Browse Source

removed quotes: URLs are now displayed when viewing the readme.md on github

Jan Peter 7 years ago
parent
commit
ebccd440e2
1 changed files with 5 additions and 5 deletions
  1. 5 5
      Tools/Gulp/readme.md

+ 5 - 5
Tools/Gulp/readme.md

@@ -66,11 +66,11 @@ gulp run
 ```
 ```
 
 
 you can now freely test in the following URLs:
 you can now freely test in the following URLs:
-- [Playground]("http://localhost:1338/Playground/index-local.html")
-- [Materials Library]("http://localhost:1338/materialsLibrary/index.html")
-- [Postprocess Library]("http://localhost:1338/postProcessLibrary/index.html")
-- [Procedural Textures Library]("http://localhost:1338/proceduralTexturesLibrary/index.html")
-- [Local Dev Samples]("http://localhost:1338/localDev/index.html")
+- [Playground](http://localhost:1338/Playground/index-local.html)
+- [Materials Library](http://localhost:1338/materialsLibrary/index.html)
+- [Postprocess Library](http://localhost:1338/postProcessLibrary/index.html)
+- [Procedural Textures Library](http://localhost:1338/proceduralTexturesLibrary/index.html)
+- [Local Dev Samples](http://localhost:1338/localDev/index.html)
 
 
 ### Compile all the typscript files to their javascript respective files including declaration file
 ### Compile all the typscript files to their javascript respective files including declaration file
 ```
 ```