Skip to content

Commit bfc611a

Browse files
authored
Fix broken examples link in README. (#326)
Fixes a broken link to the examples in the README. Authors: - Bradley Dice (https://github.com/bdice) - Ben Frederickson (https://github.com/benfred) Approvers: - Ben Frederickson (https://github.com/benfred) URL: #326
1 parent 8d42b81 commit bfc611a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ cagra::index_params index_params;
8585
auto index = cagra::build(res, index_params, dataset);
8686
```
8787
88-
For more example of the C++ APIs, refer to [cpp/examples](https://github.com/rapidsai/cuvs/tree/HEAD/cpp/examples) directory in the codebase.
88+
For more examples of the C++ APIs, refer to the [examples](https://github.com/rapidsai/cuvs/tree/HEAD/examples) directory in the codebase.
8989
9090
### C API
9191

0 commit comments

Comments
 (0)