diff --git a/README.html b/README.html index ab0476e..cf8d7ac 100644 --- a/README.html +++ b/README.html @@ -324,8 +324,9 @@ 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 found in the package in -/doc/html/tutorials/getting_started.html.

+see the +Getting Started +tutorial.

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 @@ -392,8 +393,11 @@ 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 in the package.

+

See the +Getting Started +tutorial and other tutorials that can be found at the +GitHub wiki +and in the doc/html/tutorials/ directory in the package.

License

@@ -443,7 +447,7 @@ library for the -Generated on: 2011-08-16 18:00 UTC. +Generated on: 2011-08-16 19:52 UTC.
diff --git a/README.rst b/README.rst index e24bd1e..16b9871 100644 --- a/README.rst +++ b/README.rst @@ -16,9 +16,10 @@ 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 found in the package in -``/doc/html/tutorials/getting_started.html``. - +see the +`Getting Started `_ +tutorial. + 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 @@ -71,8 +72,11 @@ Directory Contents Installing and tutorial ----------------------- -See the Getting Started tutorial and other tutorials that can be found in the -``doc/html/tutorials/`` directory in the package. +See the +`Getting Started `_ +tutorial and other tutorials that can be found at the +`GitHub wiki `_ +and in the ``doc/html/tutorials/`` directory in the package. -------