From 5d3031ac4fa00dbfafabefcf3fa83d290464b50a Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Tue, 1 Oct 2013 16:53:54 -0400 Subject: [PATCH] updated some doc urls to FIXME so they can be filled in after we know a new location. --- README.md | 2 +- doc/oo-tutorial.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c27ba50..91428d4 100644 --- a/README.md +++ b/README.md @@ -87,4 +87,4 @@ This library provides access to those services. The best source of documentation is the official API documentation, which is available at -http://hpcloud.github.com/HPCloud-PHP/doc/api/html/index.html +http://FIXME diff --git a/doc/oo-tutorial.md b/doc/oo-tutorial.md index 32f7df4..2a993f3 100644 --- a/doc/oo-tutorial.md +++ b/doc/oo-tutorial.md @@ -66,8 +66,8 @@ this is [explained elsewhere](@ref styleguide). ## Step 1: Getting the Library -You can get the OpenStack PHP-CLient library at the [HPCloud GitHub -Repository](https://github.com/hpcloud). The latest code is always +You can get the OpenStack PHP-CLient library at the [OpenStack PHP-Client +Repository](https://FIXME). The latest code is always available there. The project also uses [Composer](http://packagist.org/), and this is the @@ -491,7 +491,7 @@ surface of what the OpenStack PHP-Client library does. But hopefully this is enough to get you started with the library. The entire library is well documented, and the documentation is -[available online](https://github.com/hpcloud). You can also build a +[available online](https://FIXME). You can also build a local copy by installing [doxygen](http://www.stack.nl/~dimitri/doxygen) (if you haven't already) and running `make docs` in the root of the OpenStack PHP-Client project. This will place the generated documents in