diff --git a/app/views/code.scala.html b/app/views/code.scala.html index c6e5c97..bbb2b4b 100644 --- a/app/views/code.scala.html +++ b/app/views/code.scala.html @@ -29,9 +29,9 @@

About the code

Play Framework is hosted on GitHub using the Git version control system. You can get the code with the following command:

-
git clone git://github.com/playframework/playframework.git
+
git clone git@@github.com:playframework/playframework.git

If you're looking for the code for the previous Play 1.x series, it's available in another repository:

-
git clone git://github.com/playframework/play.git
+
git clone git@@github.com:playframework/play.git

To contribute, check out the contributor guide and learn how to build Play from source.