Skip to content

Commit f137ede

Browse files
authored
Merge pull request #220 from cnmade/master
Fix broken link
2 parents 2eb57e7 + 90fa5b5 commit f137ede

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/guides/2.8/views/twirl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: Twirl
33
layout: guides-2.8
44
---
55

6-
*Twirl* is the [Play 2 templating language](http://www.playframework.org/documentation/2.6.x/ScalaTemplates).
6+
*Twirl* is the [Play 2 templating language](https://www.playframework.com/documentation/2.8.x/ScalaTemplates).
77

88
---
99

1010
## Evaluating Twirl
1111

12-
While the Scalatra developer generally prefer [Scalate](scalate.html) for server-side
12+
While the Scalatra developer generally prefer [Scalate](https://scalate.github.io/scalate/documentation/index.html) for server-side
1313
templating, Twirl provides an interesting alternative.
1414

1515
### Advantages of Twirl

0 commit comments

Comments
 (0)