From 8efa1bc7a1455afb947f91be603accab21e23aa4 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 9 Feb 2018 11:42:59 +0100 Subject: [PATCH] DATACASS-501 - Polishing. Fix duplicate documentation anchor. --- src/main/asciidoc/reference/reactive-cassandra.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/reference/reactive-cassandra.adoc b/src/main/asciidoc/reference/reactive-cassandra.adoc index 6a630fa69..29135d407 100644 --- a/src/main/asciidoc/reference/reactive-cassandra.adoc +++ b/src/main/asciidoc/reference/reactive-cassandra.adoc @@ -191,7 +191,7 @@ There is a https://github.com/spring-projects/spring-data-examples[Github reposi can download and play around with to get a feel for how the library works. -[[cassandra.connectors]] +[[cassandra.reactive.connectors]] == Connecting to Cassandra with Spring One of the first tasks when using Apache Cassandra and Spring is to create a `com.datastax.driver.core.Session` object