Skip to content

Commit 598ce5a

Browse files
marcospereiraoctonato
authored andcommitted
Correct forum/gitter button (#227)
1 parent 0f8ef32 commit 598ce5a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/views/index.scala.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ <h2>Read the Docs</h2>
3131

3232
<div id="tutorials">
3333
<h2>Get Involved</h2>
34-
<a href='//discuss.playframework.com'>Join the Discuss<br/>Play Forum</a>
34+
<a href='//discuss.playframework.com' class="button">Join the Discuss<br/>Play Forum</a>
3535
<p>
36-
Join <a href="//gitter.im/playframework/playframework" class="button">Gitter's Play channel</a> and <a href="https://stackoverflow.com/questions/tagged/playframework">Stack Overflow</a>
36+
Join <a href="//gitter.im/playframework/playframework">Gitter's Play channel</a> and <a href="https://stackoverflow.com/questions/tagged/playframework">Stack Overflow</a>
3737
</p>
3838
</div>
3939
</div>
@@ -236,4 +236,4 @@ <h2>They already use Play Framework</h2>
236236
</article>
237237
</section>
238238
<script type="text/javascript" charset="utf-8" src="@routes.Assets.versioned("javascripts/fse.js")"></script>
239-
}
239+
}

0 commit comments

Comments
 (0)