From ab925cd4c9ee5b50098bf63f7e6347607eaec8ec Mon Sep 17 00:00:00 2001 From: suganthsolamanraja Date: Mon, 24 Jun 2024 23:32:09 +0530 Subject: [PATCH] docs: Update tox devenv docs link in setup documentation --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index acd3e881d..22812ef5a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,7 @@ We require our contributors to sign a CLA, available at https://github.com/snowf What is a development environment? It's a [virtualenv](https://virtualenv.pypa.io) that has all of necessary dependencies installed with `snowflake-connector-python` installed as an editable package. -Setting up a development environment is super easy with this [one simple tox command](https://tox.wiki/en/latest/example/devenv.html). +Setting up a development environment is super easy with this [one simple tox command](https://tox.wiki/en/legacy/example/devenv.html). ```shell tox --devenv venv37 -e py37