Skip to content

Commit 89e2064

Browse files
authored
PHP-117 - Fix broken links (#116)
1 parent a677e86 commit 89e2064

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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/
3844
versions:
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

features/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

488488
You can also use the rich type metadata API to define and inspect types, as well as validate data objects.
489489

0 commit comments

Comments
 (0)