Skip to content

Commit

Permalink
Updated API doc link (ddocs.org)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiith-sa committed Feb 16, 2015
1 parent 10b57c0 commit 46f8978
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.html
Expand Up @@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.11: http://docutils.sourceforge.net/" />
<meta name="generator" content="Docutils 0.12: http://docutils.sourceforge.net/" />
<title>D:GameVFS 0.2</title>
<style type="text/css">

Expand Down Expand Up @@ -341,6 +341,8 @@
<div class="document" id="d-gamevfs-0-2">
<h1 class="title">D:GameVFS 0.2</h1>

<img alt="https://travis-ci.org/kiith-sa/D-GameVFS.svg?branch=master" src="https://travis-ci.org/kiith-sa/D-GameVFS.svg?branch=master" />
<a class="reference external image-reference" href="http://code.dlang.org"><img alt="https://raw.githubusercontent.com/kiith-sa/D-GameVFS/master/code.dlang.org-shield.png" src="https://raw.githubusercontent.com/kiith-sa/D-GameVFS/master/code.dlang.org-shield.png" /></a>
<div class="section" id="introduction">
<h1>Introduction</h1>
<p>D:GameVFS is a minimalist open source virtual file system library for the
Expand All @@ -357,8 +359,8 @@ <h1>Introduction</h1>
<h1>Features</h1>
<ul class="simple">
<li>File system independent, easy to use API for file/directory manipulation.</li>
<li>Detailed <a class="reference external" href="http://defenestrate.eu/docs/dgamevfs">API documentation</a> with code
examples.</li>
<li>Detailed <a class="reference external" href="http://ddocs.org/dgamevfs/latest/index.html">API documentation</a>
(a <a class="reference external" href="http://ddocs.org">DDocs.org</a>) with code examples.</li>
<li>No external dependencies.</li>
<li>Seamless access to multiple directories as if they were a single directory.</li>
<li>Easy to extend with custom file system backend.</li>
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -28,8 +28,8 @@ Features
--------

* File system independent, easy to use API for file/directory manipulation.
* Detailed `API documentation <http://defenestrate.eu/docs/dgamevfs>`_ with code
examples.
* Detailed `API documentation <http://ddocs.org/dgamevfs/latest/index.html>`_
(a `DDocs.org <http://ddocs.org>`_) with code examples.
* No external dependencies.
* Seamless access to multiple directories as if they were a single directory.
* Easy to extend with custom file system backend.
Expand Down

0 comments on commit 46f8978

Please sign in to comment.