diff --git a/doc/html/tutorials/getting_started.html b/doc/html/tutorials/getting_started.html index 17bbb67..c23cfe6 100644 --- a/doc/html/tutorials/getting_started.html +++ b/doc/html/tutorials/getting_started.html @@ -157,7 +157,7 @@ doesn’t affect the meaning of YAML contents.

"mainSourceFile": "main.d", "dependencies": { - "dyaml": { "version" : "~>0.5.0", "path" : "../../"}, + "dyaml": { "version" : "~>0.5.0"}, }, } @@ -238,4 +238,4 @@ example in the example/getting_st Created using Sphinx 1.2.2. - \ No newline at end of file + diff --git a/docsrc/tutorials/getting_started.rst b/docsrc/tutorials/getting_started.rst index d968fa8..651ce2c 100644 --- a/docsrc/tutorials/getting_started.rst +++ b/docsrc/tutorials/getting_started.rst @@ -144,7 +144,7 @@ Create a file called ``dub.json`` with the following contents: "mainSourceFile": "main.d", "dependencies": { - "dyaml": { "version" : "~>0.5.0", "path" : "../../"}, + "dyaml": { "version" : "~>0.5.0" }, }, }