From d3d090956d7ff6b47588e3ac2fa3e0433075ad7c Mon Sep 17 00:00:00 2001 From: Eric Hare Date: Wed, 7 Feb 2024 16:08:20 -0700 Subject: [PATCH] Fix #195: Broken link in readme to test file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc25cdef..9aa13a7d 100644 --- a/README.md +++ b/README.md @@ -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