Skip to content

Commit 038d055

Browse files
authored
fix api docs link
1 parent 088f54b commit 038d055

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/features/vectors/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The `vector` type is handled by the driver the same way as any other CQL type. Y
88

99
## The `CqlVector<T>` C# type
1010

11-
The [API documentation](cqlvector-api) for this class contains useful information. Here's some examples:
11+
The [API documentation][cqlvector-api] for this class contains useful information. Here's some examples:
1212

1313
### Creating vectors
1414

@@ -153,4 +153,4 @@ var entity = vectorSearchData.SingleOrDefault();
153153
```
154154

155155

156-
[cqlvector-api]: https://docs.datastax.com/en/drivers/csharp/latest/api/Cassandra.CqlVector-1.html
156+
[cqlvector-api]: https://docs.datastax.com/en/drivers/csharp/latest/api/Cassandra.CqlVector-1.html

0 commit comments

Comments
 (0)