polandll commented on code in PR #2729:
URL: https://github.com/apache/cassandra/pull/2729#discussion_r1337572139


##########
doc/modules/cassandra/pages/developing/cql/index.adoc:
##########
@@ -9,18 +9,17 @@ CQL offers a model similar to SQL.
 The data is stored in *tables* containing *rows* of *columns*.
 For that reason, when used in this document, these terms (tables, rows and 
columns) have the same definition that they have in SQL.
 
-
-* xref:cassandra:developing/cql/definitions.adoc[Definitions]
-* xref:cassandra:developing/cql/types.adoc[Data types]
-* xref:cassandra:developing/cql/ddl.adoc[Data definition language]
-* xref:cassandra:developing/cql/dml.adoc[Data manipulation language]
-* xref:cassandra:developing/cql/operators.adoc[Operators]
-* xref:cassandra:developing/cql/indexes.adoc[Secondary indexes]
-* xref:cassandra:developing/cql/mvs.adoc[Materialized views]
-* xref:cassandra:developing/cql/functions.adoc[Functions]
-* xref:cassandra:developing/cql/json.adoc[JSON]
-* xref:cassandra:developing/cql/security.adoc[CQL security]
-* xref:cassandra:developing/cql/dynamic_data_masking.adoc[Dynamic data masking]
-* xref:cassandra:developing/cql/triggers.adoc[Triggers]
-* xref:cassandra:developing/cql/appendices.adoc[Appendices]
-* xref:cassandra:developing/cql/changes.adoc[Changes]
+* xref:cql/definitions.adoc[Definitions]
+* xref:cql/types.adoc[Data types]
+* xref:cql/ddl.adoc[Data definition language]
+* xref:cql/dml.adoc[Data manipulation language]
+* xref:cql/operators.adoc[Operators]
+* xref:cql/indexing/indexing-concepts.adoc[]

Review Comment:
   ```suggestion
   * xref:cql/indexing/indexing-concepts.adoc[Indexing]
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to