Skip to content

Commit 36c1387

Browse files
bonskijrpensivebrian
authored andcommitted
Corrected mssql-cli github link (#124)
1 parent 48a2899 commit 36c1387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/development_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ mssql-cli sources are located on GitHub (https://github.com/dbcli/mssql-cli). In
3030
- The latest Python installation package can be downloaded from [here](https://www.python.org/downloads/).
3131
- During installation, select the 'Add Python to PATH' option. Python must be in the PATH environment variable.
3232

33-
2. Clone the repo from [https://github.com/dbcli/mssql-cli](https://github.com/Microsoft/mssql-cli)
33+
2. Clone the repo from [https://github.com/dbcli/mssql-cli](https://github.com/dbcli/mssql-cli)
3434

3535
## <a name="Environment_Setup"></a>2. Environment Setup
3636
When developing on a Python project, it is recommended to do so in a virtual environment. A virtual environment is a sandbox that maintains a copy of all libraries necessary to run python in a isolated environment without interfering with the system or global python. For more information on virtual environments, go to [Virtual Environment Info](docs/virtual_environment_info.md).

0 commit comments

Comments
 (0)