Skip to content

Commit 5ec7b8b

Browse files
Update location of api docs & remove roadmap
1 parent 709a837 commit 5ec7b8b

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

README.md

+1-13
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,6 @@ This is the official PHP client for Riak.
33

44
[![Build Status](https://secure.travis-ci.org/basho/riak-php-client.png?branch=master)](http://travis-ci.org/basho/riak-php-client)
55

6-
## RoadMap
7-
* Current develop & master branches contain the legacy 1.4.x release of this library.
8-
* A Riak 2 rewrite is under active development in the 2.0.x branch
9-
* Shooting for a mid Q1 release candidate
10-
* Design goals are simplicity, extendability and stability
11-
* Follow PHP community standards for code style, docblock comments and use PHPUnit
12-
* Post questions, concerns and requests as Issues to open up a discussion
13-
* It will only use the HTTP Api for Riak at release
14-
* Decision was due to lack of PB library that doesn't depend on PHP extension with good PB message class generation
15-
* Plan for future by following Adapter design pattern so each API driver / adapter is interchangeable
16-
* It will make use of Traits, Abstract classes and Interfaces so app developers can extend and add any functionality they need
17-
186
## Contributing
197
This is an open source project licensed under the Apache 2.0 License. We encourage and welcome contributions to the
208
project from the community. We ask that you keep in mind these considerations when planning your contribution.
@@ -61,7 +49,7 @@ Here is an example of a class docblock:
6149

6250
## Documentation ##
6351
API documentation for this library can be found at<br/>
64-
<http://basho.github.com/riak-php-client/>
52+
<http://basho.github.io/riak-php-client/archive/1.4.x>
6553

6654
(See **Documentation Maintenance** at the bottom of the README for instructions on updating the docs.)
6755

0 commit comments

Comments
 (0)