We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088f54b commit 038d055Copy full SHA for 038d055
doc/features/vectors/README.md
@@ -8,7 +8,7 @@ The `vector` type is handled by the driver the same way as any other CQL type. Y
8
9
## The `CqlVector<T>` C# type
10
11
-The [API documentation](cqlvector-api) for this class contains useful information. Here's some examples:
+The [API documentation][cqlvector-api] for this class contains useful information. Here's some examples:
12
13
### Creating vectors
14
@@ -153,4 +153,4 @@ var entity = vectorSearchData.SingleOrDefault();
153
```
154
155
156
-[cqlvector-api]: https://docs.datastax.com/en/drivers/csharp/latest/api/Cassandra.CqlVector-1.html
+[cqlvector-api]: https://docs.datastax.com/en/drivers/csharp/latest/api/Cassandra.CqlVector-1.html
0 commit comments