]> source.dussan.org Git - jquery.git/commitdiff
Docs: direct users to GitHub docs for cloning the repo
authorTimmy Willison <4timmywil@gmail.com>
Mon, 16 Dec 2019 18:37:16 +0000 (13:37 -0500)
committerGitHub <noreply@github.com>
Mon, 16 Dec 2019 18:37:16 +0000 (13:37 -0500)
Ref gh-4556
Close gh-4571

README.md

index 376faed0a49c12880c2a8248ee36952214de53f7..104f3ecca761af709ba3e9ae7bb91a80dc47a089 100644 (file)
--- a/README.md
+++ b/README.md
@@ -39,13 +39,9 @@ if you swing that way. Easy-peasy.
 How to build your own jQuery
 ----------------------------
 
-Clone a copy of the main jQuery git repo by running:
+First, [clone the jQuery git repo](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository).
 
-```bash
-git clone git://github.com/jquery/jquery.git
-```
-
-Enter the jquery directory and run the build script:
+Then, enter the jquery directory and run the build script:
 ```bash
 cd jquery && npm run build
 ```