From 0ae5b5372089bf35c886d2fbbbb58ec9b5c9fa4d Mon Sep 17 00:00:00 2001
From: Ferdinand Majerech
Date: Tue, 16 Aug 2011 20:03:50 +0200
Subject: [PATCH] Removed the getting started links that were confusing in
GitHub.
---
README.html | 14 +++++++-------
README.rst | 8 ++++----
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/README.html b/README.html
index 2b8f531..ab0476e 100644
--- a/README.html
+++ b/README.html
@@ -324,8 +324,8 @@ library). It is written in D2 and there are no plans for D1 or Tango support.
At the moment, D:YAML can only read, not write YAML files. This will change in
the following releases. D:YAML is designed to be as easy to use as possible while
supporting the full feature set of YAML. To start using it in your project,
-you can see the Getting Started
-tutorial.
+you can see the Getting Started tutorial found in the package in
+/doc/html/tutorials/getting_started.html.
D:YAML is still a work in progress. Its API is still not stable and there might
be compatibility breaking changes. For instance, currently some D:YAML API
functions depend on the std.stream module in Phobos. This module is expected
@@ -352,8 +352,8 @@ tags.
the exception of tag:yaml.org,2002:yaml, which is used to represent YAML
code in YAML.
Cannot write YAML at the moment. This will change in the future.
-There is no support for recursive data structures (supported by some YAML
-parsers). There are no plans to implement this at the moment.
+There is no support for recursive data structures.
+There are no plans to implement this at the moment.
@@ -392,8 +392,8 @@ parsers). There are no plans to implement this at the moment.
Installing and tutorial
-
See the Getting started tutorial
-and other tutorials that can be found in the doc/html/tutorials/ directory.
+
See the Getting Started tutorial and other tutorials that can be found in the
+doc/html/tutorials/ directory in the package.