Skip to content

Commit 0265f70

Browse files
committed
fix test_environment link
1 parent 0cc3ac1 commit 0265f70

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.devcontainer/SETUP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ You will need to:
66

77
1. Create a new [`.env`](.env) file and copy the contents of the [`.env.example`](.env.example) file into it
88
2. Update the environment values in the [`.env`](.env) file with the values in your Aura Credentials file which you downloaded when creating your instance.
9-
3. Run the [`test_environment.py`](./llm-knowledge-graph/test_environment.py) program to check the environment is set up correctly.
9+
3. Run the [`test_environment.py`](./test_environment.py) program to check the environment is set up correctly.
1010

1111
You can explore the [`examples`](../examples/) to see how you can use the Neo4j Python driver with Aura.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ To run the examples on your environment, you will need to:
3434
```
3535
1. Create a new [`.env`](.env) file and copy the contents of the [`.env.example`](.env.example) file into it
3636
1. Update the environment values in the [`.env`](.env) file with the values in your Aura Credentials file which you downloaded when creating your instance.
37-
1. Run the [`test_environment.py`](./llm-knowledge-graph/test_environment.py) program to check the environment is set up correctly.
37+
1. Run the [`test_environment.py`](./test_environment.py) program to check the environment is set up correctly.

0 commit comments

Comments
 (0)