From 034f5d8f8659f39c697f019b29fe95e6b5f6d09f Mon Sep 17 00:00:00 2001
From: Ferdinand Majerech
Date: Thu, 7 Aug 2014 15:27:48 +0200
Subject: [PATCH] Fixed dub.json in the Getting Started tutorial.
---
doc/html/tutorials/getting_started.html | 4 ++--
docsrc/tutorials/getting_started.rst | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
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.