Skip to content

Commit e855a7c

Browse files
committed
Remove obsolete links.
(cherry picked from 2.1)
1 parent 4008910 commit e855a7c

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,6 @@ exclusively Cassandra's binary protocol and Cassandra Query Language v3.
2828
* [Query builder](manual/statements/built/)
2929
* [Object mapper](manual/object_mapper/)
3030

31-
32-
[sync]: http://docs.datastax.com/en/drivers/java/3.0/com/datastax/driver/core/Session.html#execute-com.datastax.driver.core.Statement-
33-
[async]: http://docs.datastax.com/en/drivers/java/3.0/com/datastax/driver/core/Session.html#executeAsync-com.datastax.driver.core.Statement-
34-
[simple_st]: http://docs.datastax.com/en/drivers/java/3.0/com/datastax/driver/core/SimpleStatement.html
35-
[prepared_st]: http://docs.datastax.com/en/drivers/java/3.0/com/datastax/driver/core/Session.html#prepare-com.datastax.driver.core.RegularStatement-
36-
[batch_st]: http://docs.datastax.com/en/drivers/java/3.0/com/datastax/driver/core/BatchStatement.html
37-
[pool]: manual/pooling/
38-
[lbp]: http://docs.datastax.com/en/drivers/java/3.0/com/datastax/driver/core/policies/LoadBalancingPolicy.html
39-
[retry_policy]: http://docs.datastax.com/en/drivers/java/3.0/com/datastax/driver/core/policies/RetryPolicy.html
40-
[query_builder]: http://docs.datastax.com/en/drivers/java/3.0/com/datastax/driver/core/querybuilder/QueryBuilder.html
41-
[mapper]: http://docs.datastax.com/en/drivers/java/3.0/com/datastax/driver/mapping/MappingManager.html
42-
4331
The driver architecture is based on layers. At the bottom lies the driver core.
4432
This core handles everything related to the connections to a Cassandra
4533
cluster (for example, connection pool, discovering new nodes, etc.) and exposes a simple,
@@ -120,7 +108,7 @@ the most up-to-date compatibility information).
120108
UDT and tuple support is available only when using Apache Cassandra 2.1 or higher (see [CQL improvements in Cassandra 2.1](http://www.datastax.com/dev/blog/cql-in-2-1)).
121109

122110
Other features are available only when using Apache Cassandra 2.0 or higher (e.g. result set paging,
123-
[BatchStatement](https://github.com/datastax/java-driver/blob/3.0/driver-core/src/main/java/com/datastax/driver/core/BatchStatement.java),
111+
[BatchStatement](https://github.com/datastax/java-driver/blob/3.0/driver-core/src/main/java/com/datastax/driver/core/BatchStatement.java),
124112
[lightweight transactions](http://www.datastax.com/documentation/cql/3.1/cql/cql_using/use_ltweight_transaction_t.html)
125113
-- see [What's new in Cassandra 2.0](http://www.datastax.com/documentation/cassandra/2.0/cassandra/features/features_key_c.html)).
126114
Trying to use these with a cluster running Cassandra 1.2 will result in

0 commit comments

Comments
 (0)