Skip to content

Commit 38876ca

Browse files
dgarcia360jul-stas
authored andcommitted
Fix broken links
1 parent 2bdfa2b commit 38876ca

File tree

15 files changed

+76
-76
lines changed

15 files changed

+76
-76
lines changed

docs/source/index.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -195,30 +195,30 @@ Modified by ScyllaDB © 2020
195195
[Kerberos]: https://web.mit.edu/kerberos
196196
197197
[Shard-Awareness]:topics/scylla_specific/
198-
[Asynchronous API]: http://datastax.github.io/cpp-driver/topics/#futures
199-
[Simple]: http://datastax.github.io/cpp-driver/topics/#executing-queries
200-
[Prepared]: http://datastax.github.io/cpp-driver/topics/basics/prepared_statements/
201-
[Batch]: http://datastax.github.io/cpp-driver/topics/basics/batches/
202-
[Asynchronous I/O]: http://datastax.github.io/cpp-driver/topics/#asynchronous-i-o
203-
[parallel execution]: http://datastax.github.io/cpp-driver/topics/#thread-safety
204-
[load balancing]: http://datastax.github.io/cpp-driver/topics/configuration/#load-balancing
205-
[Authentication]: http://datastax.github.io/cpp-driver/topics/security/#authentication
206-
[SSL]: http://datastax.github.io/cpp-driver/topics/security/ssl/
207-
[Latency-aware routing]: http://datastax.github.io/cpp-driver/topics/configuration/#latency-aware-routing
208-
[Performance metrics]: http://datastax.github.io/cpp-driver/topics/metrics/
209-
[Tuples]: http://datastax.github.io/cpp-driver/topics/basics/tuples/
210-
[UDTs]: http://datastax.github.io/cpp-driver/topics/basics/user_defined_types/
211-
[Nested collections]: http://datastax.github.io/cpp-driver/topics/basics/binding_parameters/#nested-collections
212-
[Data types]: http://datastax.github.io/cpp-driver/topics/basics/data_types/
213-
[Retry policies]: http://datastax.github.io/cpp-driver/topics/configuration/retry_policies/
214-
[Client-side timestamps]: http://datastax.github.io/cpp-driver/topics/basics/client_side_timestamps/
215-
[Idle connection heartbeats]: http://datastax.github.io/cpp-driver/topics/configuration/#connection-heartbeats
216-
[Blacklist]: http://datastax.github.io/cpp-driver/topics/configuration/#blacklist
217-
[whitelist DC]: http://datastax.github.io/cpp-driver/topics/configuration/#datacenter
218-
[blacklist DC]: http://datastax.github.io/cpp-driver/topics/configuration/#datacenter
219-
[Custom]: http://datastax.github.io/cpp-driver/topics/security/#custom
220-
[Reverse DNS]: http://datastax.github.io/cpp-driver/topics/security/ssl/#enabling-cassandra-identity-verification
221-
[Speculative execution]: http://datastax.github.io/cpp-driver/topics/configuration/#speculative-execution
198+
[Asynchronous API]: http://datastax.github.io/cpp-driver/topics#futures
199+
[Simple]: http://datastax.github.io/cpp-driver/topics#executing-queries
200+
[Prepared]: http://datastax.github.io/cpp-driver/topics/basics/prepared_statements
201+
[Batch]: http://datastax.github.io/cpp-driver/topics/basics/batches
202+
[Asynchronous I/O]: http://datastax.github.io/cpp-driver/topics#asynchronous-i-o
203+
[parallel execution]: http://datastax.github.io/cpp-driver/topics#thread-safety
204+
[load balancing]: http://datastax.github.io/cpp-driver/topics/configuration#load-balancing
205+
[Authentication]: http://datastax.github.io/cpp-driver/topics/security#authentication
206+
[SSL]: http://datastax.github.io/cpp-driver/topics/security/ssl
207+
[Latency-aware routing]: http://datastax.github.io/cpp-driver/topics/configuration#latency-aware-routing
208+
[Performance metrics]: http://datastax.github.io/cpp-driver/topics/metrics
209+
[Tuples]: http://datastax.github.io/cpp-driver/topics/basics/tuples
210+
[UDTs]: http://datastax.github.io/cpp-driver/topics/basics/user_defined_types
211+
[Nested collections]: http://datastax.github.io/cpp-driver/topics/basics/binding_parameters#nested-collections
212+
[Data types]: http://datastax.github.io/cpp-driver/topics/basics/data_types
213+
[Retry policies]: http://datastax.github.io/cpp-driver/topics/configuration/retry_policies
214+
[Client-side timestamps]: http://datastax.github.io/cpp-driver/topics/basics/client_side_timestamps
215+
[Idle connection heartbeats]: http://datastax.github.io/cpp-driver/topics/configuration#connection-heartbeats
216+
[Blacklist]: http://datastax.github.io/cpp-driver/topics/configuration#blacklist
217+
[whitelist DC]: http://datastax.github.io/cpp-driver/topics/configuration#datacenter
218+
[blacklist DC]: http://datastax.github.io/cpp-driver/topics/configuration#datacenter
219+
[Custom]: http://datastax.github.io/cpp-driver/topics/security#custom
220+
[Reverse DNS]: http://datastax.github.io/cpp-driver/topics/security/ssl#enabling-cassandra-identity-verification
221+
[Speculative execution]: http://datastax.github.io/cpp-driver/topics/configuration#speculative-execution
222222
[Using Scylla Drivers]: https://university.scylladb.com/courses/using-scylla-drivers/
223223
[CPP Driver - Part 1]: https://university.scylladb.com/courses/using-scylla-drivers/lessons/cpp-driver-part-1/
224224
[Scylla University]: https://university.scylladb.com/

topics/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -298,14 +298,14 @@ with other drivers. Such features can be found (and requested) on our [GH].
298298
[cpp-driver-releases]: https://github.com/scylladb/cpp-driver/releases
299299
[built from source]: http://github.com/scylladb/cpp-driver/tree/master/topics/building/
300300
[prepared statements]: http://github.com/scylladb/cpp-driver/tree/master/topics/basics/prepared_statements/
301-
[`cass_int32_t`]: http://datastax.github.io/cpp-driver/api/cassandra.h/#cass-int32-t
301+
[`cass_int32_t`]: http://datastax.github.io/cpp-driver/api/cassandra.h#cass-int32-t
302302
[`cass_result_first_row()`]: http://datastax.github.io/cpp-driver/api/struct.CassResult/#cass-result-first-row
303-
[`cass_cluster_set_num_threads_io()`]: http://datastax.github.io/cpp-driver/api/struct.CassCluster/#function-cass_cluster_set_num_threads_io
304-
[`CassCluster`]: http://datastax.github.io/cpp-driver/api/struct.CassCluster/
305-
[`CassFuture`]: http://datastax.github.io/cpp-driver/api/struct.CassFuture/
306-
[`CassStatement`]: http://datastax.github.io/cpp-driver/api/struct.CassStatement/
307-
[`CassIterator`]: http://datastax.github.io/cpp-driver/api/struct.CassIterator/
308-
[`CassSession`]: http://datastax.github.io/cpp-driver/api/struct.CassSession/
303+
[`cass_cluster_set_num_threads_io()`]: http://datastax.github.io/cpp-driver/api/struct.CassCluster#function-cass_cluster_set_num_threads_io
304+
[`CassCluster`]: http://datastax.github.io/cpp-driver/api/struct.CassCluster
305+
[`CassFuture`]: http://datastax.github.io/cpp-driver/api/struct.CassFuture
306+
[`CassStatement`]: http://datastax.github.io/cpp-driver/api/struct.CassStatement
307+
[`CassIterator`]: http://datastax.github.io/cpp-driver/api/struct.CassIterator
308+
[`CassSession`]: http://datastax.github.io/cpp-driver/api/struct.CassSession
309309
[post]: http://www.datastax.com/dev/blog/4-simple-rules-when-using-the-datastax-drivers-for-cassandra
310310
[GH]: https://github.com/scylladb/cpp-driver/issues
311311

topics/basics/binding_parameters/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ resize) a statement's parameters.
3939

4040
## Constructing Collections
4141

42-
Collections are supported using [`CassCollection`](http://datastax.github.io/cpp-driver/api/struct.CassCollection/) objects; supporting `list`, `map` and `set` Cassandra types. The code below shows how to construct a `list` collection; however, a set can be constructed in a very similar way. The only difference is the type `CASS_COLLECTION_TYPE_SET` is used to create the collection instead of `CASS_COLLECTION_TYPE_LIST`.
42+
Collections are supported using [`CassCollection`](http://datastax.github.io/cpp-driver/api/struct.CassCollection) objects; supporting `list`, `map` and `set` Cassandra types. The code below shows how to construct a `list` collection; however, a set can be constructed in a very similar way. The only difference is the type `CASS_COLLECTION_TYPE_SET` is used to create the collection instead of `CASS_COLLECTION_TYPE_LIST`.
4343

4444
**Important**: Values appended to the collection can be freed immediately afterward because the values are copied.
4545

@@ -95,4 +95,4 @@ Custom types can be bound using either the `cass_statement_bind_bytes[_by_name](
9595
name of the custom type matches the class name of the type being bound.
9696

9797
[`cass_collection_append_collection()`]:
98-
http://datastax.github.io/cpp-driver/api/struct.CassCollection/#cass-collection-append-collection
98+
http://datastax.github.io/cpp-driver/api/struct.CassCollection#cass-collection-append-collection

topics/basics/data_types/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,13 @@ cass_tuple_free(address);
132132
cass_collection_free(phone_numbers);
133133
```
134134
135-
[`CassDataType`]: http://datastax.github.io/cpp-driver/api/struct.CassDataType/
136-
[`CassUserType`]: http://datastax.github.io/cpp-driver/api/struct.CassUserType/
137-
[`CassPrepared`]: http://datastax.github.io/cpp-driver/api/struct.CassPrepared/
138-
[`CassResult`]: http://datastax.github.io/cpp-driver/api/struct.CassResult/
139-
[`CassValue`]: http://datastax.github.io/cpp-driver/api/struct.CassValue/
140-
[`CassSchemaMeta`]: http://datastax.github.io/cpp-driver/api/struct.CassSchemaMeta/
141-
[`cass_user_type_new_from_data_type()`]: http://datastax.github.io/cpp-driver/api/struct.CassUserType/#cass-user-type-new-from-data-type
142-
[`cass_result_column_data_type()`]: http://datastax.github.io/cpp-driver/api/struct.CassResult/#cass-result-column-data-type
143-
[`cass_prepared_parameter_data_type()`]: http://datastax.github.io/cpp-driver/api/struct.CassPrepared/#cass-prepared-parameter-data-type
144-
[`cass_value_data_type()`]: http://datastax.github.io/cpp-driver/api/struct.CassValue/#cass-value-data-type
135+
[`CassDataType`]: http://datastax.github.io/cpp-driver/api/struct.CassDataType
136+
[`CassUserType`]: http://datastax.github.io/cpp-driver/api/struct.CassUserType
137+
[`CassPrepared`]: http://datastax.github.io/cpp-driver/api/struct.CassPrepared
138+
[`CassResult`]: http://datastax.github.io/cpp-driver/api/struct.CassResult
139+
[`CassValue`]: http://datastax.github.io/cpp-driver/api/struct.CassValue
140+
[`CassSchemaMeta`]: http://datastax.github.io/cpp-driver/api/struct.CassSchemaMeta
141+
[`cass_user_type_new_from_data_type()`]: http://datastax.github.io/cpp-driver/api/struct.CassUserType#cass-user-type-new-from-data-type
142+
[`cass_result_column_data_type()`]: http://datastax.github.io/cpp-driver/api/struct.CassResult#cass-result-column-data-type
143+
[`cass_prepared_parameter_data_type()`]: http://datastax.github.io/cpp-driver/api/struct.CassPrepared#cass-prepared-parameter-data-type
144+
[`cass_value_data_type()`]: http://datastax.github.io/cpp-driver/api/struct.CassValue#cass-value-data-type

topics/basics/handling_results/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Handling Results
22

3-
The [`CassResult`](http://datastax.github.io/cpp-driver/api/struct.CassResult/) object
3+
The [`CassResult`](http://datastax.github.io/cpp-driver/api/struct.CassResult) object
44
is typically returned for `SELECT` statements. For mutations (`INSERT`, `UPDATE`,
55
and `DELETE`) only a status code will be present and can be accessed using
66
`cass_future_error_code()`. However, when using lightweight transactions a
@@ -28,7 +28,7 @@ void process_result(CassFuture* future) {
2828
2929
The result object represents a collection of rows. The first row, if present,
3030
can be obtained using `cass_result_first_row()`. Multiple rows are accessed
31-
using a [`CassIterator`](http://datastax.github.io/cpp-driver/api/struct.CassIterator/)
31+
using a [`CassIterator`](http://datastax.github.io/cpp-driver/api/struct.CassIterator)
3232
object. After a row has been retrieved, the column value(s) can be accessed from
3333
a row by either index or by name. The iterator object can also be used with
3434
enumerated column values.
@@ -51,7 +51,7 @@ void process_first_row_by_name(const CassResult* result) {
5151
}
5252
```
5353
54-
Once the [`CassValue`](http://datastax.github.io/cpp-driver/api/struct.CassValue/)
54+
Once the [`CassValue`](http://datastax.github.io/cpp-driver/api/struct.CassValue)
5555
has been obtained from the column, the actual value can be retrieved and
5656
assigned into the proper datatype.
5757
@@ -131,7 +131,7 @@ void iterator_over_map_value(CassFuture* future) {
131131

132132
When communicating with Cassandra 2.0 or later, large result sets can be divided
133133
into multiple pages automatically. The
134-
[`CassResult`](http://datastax.github.io/cpp-driver/api/struct.CassResult/) object
134+
[`CassResult`](http://datastax.github.io/cpp-driver/api/struct.CassResult) object
135135
keeps track of the pagination state for the sequence of paging queries. When
136136
paging through the result set, the result object is checked to see if more pages
137137
exist where it is then attached to the statement before re-executing the query
@@ -187,6 +187,6 @@ accessed using [`cass_result_paging_state()`] and added to a statement using
187187
untrusted environments. That paging state could be spoofed and potentially used
188188
to gain access to other data.
189189
190-
[`cass_statement_set_paging_state()`]: http://datastax.github.io/cpp-driver/api/struct.CassStatement/#cass-statement-set-paging-state
191-
[`cass_result_paging_state()`]: http://datastax.github.io/cpp-driver/api/struct.CassResult/#cass-result-paging-state
192-
[`cass_statement_set_paging_state_token()`]: http://datastax.github.io/cpp-driver/api/struct.CassStatement/#cass-statement-set-paging-state-token
190+
[`cass_statement_set_paging_state()`]: http://datastax.github.io/cpp-driver/api/struct.CassStatement#cass-statement-set-paging-state
191+
[`cass_result_paging_state()`]: http://datastax.github.io/cpp-driver/api/struct.CassResult#cass-result-paging-state
192+
[`cass_statement_set_paging_state_token()`]: http://datastax.github.io/cpp-driver/api/struct.CassStatement#cass-statement-set-paging-state-token

topics/basics/schema_metadata/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ cass_cluster_set_use_schema(cluster, cass_false);
5858
5959
cass_cluster_free(cluster);
6060
```
61-
[`cass_session_get_schema_meta()`]: http://datastax.github.io/cpp-driver/api/struct.CassSession/#cass-session-get-schema-meta
61+
[`cass_session_get_schema_meta()`]: http://datastax.github.io/cpp-driver/api/struct.CassSession#cass-session-get-schema-meta

topics/basics/tuples/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ void iterate_tuple(const CassRow* row) {
9292
}
9393
```
9494
95-
[`CassTuple`]: http://datastax.github.io/cpp-driver/api/struct.CassTuple/
96-
[`CassUserType`]: http://datastax.github.io/cpp-driver/api/struct.CassUserType/
97-
[`cass_tuple_set_*()`]: http://datastax.github.io/cpp-driver/api/struct.CassTuple/#cass-tuple-set-null
95+
[`CassTuple`]: http://datastax.github.io/cpp-driver/api/struct.CassTuple
96+
[`CassUserType`]: http://datastax.github.io/cpp-driver/api/struct.CassUserType
97+
[`cass_tuple_set_*()`]: http://datastax.github.io/cpp-driver/api/struct.CassTuple#cass-tuple-set-null

topics/basics/user_defined_types/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ void iterate_udt(const CassRow* row) {
9292
cass_iterator_free(udt_iterator);
9393
}
9494
```
95-
[`CassSchemaMeta`]: http://datastax.github.io/cpp-driver/api/struct.CassSchemaMeta/
96-
[`CassUserType`]: http://datastax.github.io/cpp-driver/api/struct.CassUserType/
97-
[`CassDataType`]: http://datastax.github.io/cpp-driver/api/struct.CassDataType/
98-
[`cass_session_get_schema()`]: http://datastax.github.io/cpp-driver/api/struct.CassSession/#cass-session-get-schema
95+
[`CassSchemaMeta`]: http://datastax.github.io/cpp-driver/api/struct.CassSchemaMeta
96+
[`CassUserType`]: http://datastax.github.io/cpp-driver/api/struct.CassUserType
97+
[`CassDataType`]: http://datastax.github.io/cpp-driver/api/struct.CassDataType
98+
[`cass_session_get_schema()`]: http://datastax.github.io/cpp-driver/api/struct.CassSession#cass-session-get-schema

topics/basics/uuids/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ cass_uint8_t version = cass_uuid_version(uuid);
6363
char uuid_str[CASS_UUID_STRING_LENGTH];
6464
cass_uuid_string(uuid, uuid_str);
6565
```
66-
[`cass_uuid_timestamp()`]: http://datastax.github.io/cpp-driver/api/struct.CassUuid/#1a3980467a0bb6642054ecf37d49aebf1a
67-
[`CassUuidGen`]: http://datastax.github.io/cpp-driver/api/struct.CassUuidGen/
66+
[`cass_uuid_timestamp()`]: http://datastax.github.io/cpp-driver/api/struct.CassUuid#1a3980467a0bb6642054ecf37d49aebf1a
67+
[`CassUuidGen`]: http://datastax.github.io/cpp-driver/api/struct.CassUuidGen

topics/configuration/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -451,11 +451,11 @@ recommended that your application decrease this value if computationally
451451
expensive or long-running future callbacks are used (via
452452
`cass_future_set_callback()`), otherwise this can be left unchanged.
453453

454-
[`allow_remote_dcs_for_local_cl`]: http://datastax.github.io/cpp-driver/api/struct.CassCluster/#1a46b9816129aaa5ab61a1363489dccfd0
454+
[`allow_remote_dcs_for_local_cl`]: http://datastax.github.io/cpp-driver/api/struct.CassCluster#1a46b9816129aaa5ab61a1363489dccfd0
455455
[`OPTIONS`]: https://github.com/apache/cassandra/blob/cassandra-3.0/doc/native_protocol_v3.spec
456-
[token-aware]: http://datastax.github.io/cpp-driver/topics/configuration/#latency-aware-routing
457-
[latency-aware]: http://datastax.github.io/cpp-driver/topics/configuration/#token-aware-routing
458-
[paging]: http://datastax.github.io/cpp-driver/topics/basics/handling_results/#paging
456+
[token-aware]: http://datastax.github.io/cpp-driver/topics/configuration#latency-aware-routing
457+
[latency-aware]: http://datastax.github.io/cpp-driver/topics/configuration#token-aware-routing
458+
[paging]: http://datastax.github.io/cpp-driver/topics/basics/handling_results#paging
459459

460460
```eval_rst
461461
.. toctree::

0 commit comments

Comments
 (0)