diff --git a/TESTING.md b/TESTING.md index bd4bea6..d7630de 100644 --- a/TESTING.md +++ b/TESTING.md @@ -74,7 +74,7 @@ python run_all_tests.py ### Add a new Python, Connector or Database version -1. Add a workflow in *.github/workflows/* +1. Add a workflow in [.github/workflows/](.github/workflows) 1. Add a new folder in *test-containers* containing a new Dockerfile. Your container must contains 3 things: - The python interpreter - The python package to connect to the database (pymysql, mysqlclient, ...)