Skip to content

Commit 803a324

Browse files
author
Bulat Shakirzyanov
committed
add links
1 parent 89afaf8 commit 803a324

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ upcoming releases.
2222

2323
## What's new in v1.0.0.beta:
2424

25-
* Persistent Sessions.
25+
* [Persistent Sessions](http://datastax.github.io/php-driver/features/#persistent-sessions).
2626
* Windows support.
27-
* Math functions for numeric types and `Cassandra\Numeric` interface.
27+
* Math functions for numeric types and [`Cassandra\Numeric`](http://datastax.github.io/php-driver/api/interface/Cassandra/Numeric/) interface.
2828
* All classes moved into the extension.
2929

3030
## Planned
@@ -67,8 +67,6 @@ Cassandra's native protocol. The current version works with:
6767

6868
__NOTE__: Apache Cassandra 2.1 support is limited to the Cassandra 2.0 API, e.g. no user-defined types.
6969

70-
__NOTE__: Windows support is planned for a later, more stable release.
71-
7270
## Contributing
7371

7472
[Read our contribution policy](https://github.com/datastax/php-driver/blob/master/CONTRIBUTING.md) for a detailed description of the process.
@@ -77,8 +75,8 @@ __NOTE__: Windows support is planned for a later, more stable release.
7775

7876
The DataStax PHP Driver uses the amazing [Behat Framework](http://docs.behat.org/)
7977
for both end-to-end, or acceptance, testing and documentation. All of the features
80-
supported by the driver have appropriate acceptance tests with easy-to-copy code
81-
examples in the `features/` directory.
78+
supported by the driver have appropriate acceptance tests with [easy-to-copy code
79+
examples in the `features/` directory](https://github.com/datastax/php-driver/tree/master/features).
8280

8381
## Running tests
8482

0 commit comments

Comments
 (0)