Skip to content

Commit

Permalink
Merge pull request #561 from xuwei-k/patch-3
Browse files Browse the repository at this point in the history
fix git clone url
  • Loading branch information
mkurz authored Mar 12, 2024
2 parents 0f25e47 + 208de04 commit ada5360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/code.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ <h1>
<h1>About the code</h1>

<p>Play Framework is hosted on <a href="//github.com/playframework">GitHub</a> using the Git version control system. You can get the code with the following command:</p>
<pre><code>git clone git://github.com/playframework/playframework.git</code></pre>
<pre><code>git clone git@@github.com:playframework/playframework.git</code></pre>
<p>If you're looking for the code for the previous Play 1.x series, it's available in another repository:</p>
<pre><code>git clone git://github.com/playframework/play.git</code></pre>
<pre><code>git clone git@@github.com:playframework/play.git</code></pre>
<p>
To contribute, check out the <a href="//github.com/playframework/.github/blob/main/CONTRIBUTING.md">contributor guide</a> and learn how to <a href="@reverseRouter.latest(None, "BuildingFromSource")">build Play from source</a>.
</p>
Expand Down

0 comments on commit ada5360

Please sign in to comment.