diff --git a/docs/en/development/developer_instruction.md b/docs/en/development/developer_instruction.md index 5f3e7075845..cd7d6404ec5 100644 --- a/docs/en/development/developer_instruction.md +++ b/docs/en/development/developer_instruction.md @@ -39,7 +39,7 @@ Next, you need to download the source files onto your working machine. This is c In the command line terminal run: - git clone --recursive git@guthub.com:your_github_username/ClickHouse.git + git clone --recursive git@github.com:your_github_username/ClickHouse.git cd ClickHouse Note: please, substitute *your\_github\_username* with what is appropriate!