Skip to content

Commit

Permalink
Fix #195: Broken link in readme to test file
Browse files Browse the repository at this point in the history
  • Loading branch information
erichare committed Feb 7, 2024
1 parent da549c3 commit d3d0909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ response = collection.delete(id="id_1")

Check out the [notebook](https://colab.research.google.com/github/synedra/astra_vector_examples/blob/main/notebook/vector.ipynb#scrollTo=f04a1806) which has examples for finding and inserting information into the database, including vector commands.

Take a look at the [astra db tests](https://github.com/datastax/astrapy/blob/master/tests/astrapy/test_db.py) for specific endpoint examples.
Take a look at the [Astra DB DML tests](https://github.com/datastax/astrapy/blob/master/tests/astrapy/test_db_dml.py) for specific endpoint examples. Further examples are available in the other corresponding [test files](https://github.com/datastax/astrapy/tree/master/tests/astrapy)

### Using the Ops Client

Expand Down

0 comments on commit d3d0909

Please sign in to comment.