File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,15 @@ links:
3535 href : irc://irc.freenode.net/datastax-drivers
3636 - title : Releases
3737 href : https://github.com/datastax/php-driver/releases
38+ rewrites :
39+ - http://downloads.datastax.com/php-driver/1.0.0/ : http://downloads.datastax.com/php-driver/
40+ - http://downloads.datastax.com/php-driver/1.1.0/ : http://downloads.datastax.com/php-driver/
41+ - http://downloads.datastax.com/php-driver/1.2.0/ : http://downloads.datastax.com/php-driver/
42+ - http://datastax.github.io/php-driver/api/Cassandra/interface.Type/ : https://docs.datastax.com/en/developer/php-driver/latest/api/Cassandra/class.Type/
43+ - http://datastax.github.io/php-driver/features/http://localhost:8000/features/datatypes/ : https://docs.datastax.com/en/developer/php-driver/latest/features/
3844versions :
3945 - name : 1.3
40- ref : v1.3.1
46+ ref : HEAD
4147 - name : 1.2
4248 ref : v1.2.0
4349 - name : 1.1
Original file line number Diff line number Diff line change @@ -483,7 +483,7 @@ foreach ($schema->keyspaces() as $keyspace) {
483483
484484### Data Types
485485
486- The PHP driver for Apache Cassandra supports [ a variety of datatypes] ( /features/core/ datatypes/ ) .
486+ The PHP driver for Apache Cassandra supports [ a variety of datatypes] ( /features/datatypes/ ) .
487487
488488You can also use the rich type metadata API to define and inspect types, as well as validate data objects.
489489
You can’t perform that action at this time.
0 commit comments