Skip to content

Commit

Permalink
Update links to the Play Framework website (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
cstroe authored Dec 5, 2024
1 parent 5ad20c6 commit bfcf888
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions content/guides/2.3/views/twirl.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Twirl
layout: guides-2.3
---

*Twirl* is the [Play 2 templating language](http://www.playframework.org/documentation/2.0/ScalaTemplates).
*Twirl* is the [Play 2 templating language](https://www.playframework.com/documentation/2.0/ScalaTemplates).

<div class="alert alert-info">
<span class="badge badge-info"><i class="glyphicon glyphicon-flag"></i></span>
Expand Down Expand Up @@ -115,7 +115,7 @@ Your result?
## Full usage guide
We have only provided a taste of what Twirl can do.
Since it's an external project, we encourage you to also consult the
[official documentation](http://www.playframework.org/documentation/2.0/ScalaTemplates).
[official documentation](https://www.playframework.com/documentation/2.0/ScalaTemplates).

The [sbt plugin's README](https://github.com/spray/twirl/blob/master/README.rst)
also has a useful syntax summary.
Expand Down
4 changes: 2 additions & 2 deletions content/guides/2.4/views/twirl.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Twirl
layout: guides-2.4
---

*Twirl* is the [Play 2 templating language](http://www.playframework.org/documentation/2.0/ScalaTemplates).
*Twirl* is the [Play 2 templating language](https://www.playframework.com/documentation/2.0/ScalaTemplates).

<div class="alert alert-info">
<span class="badge badge-info"><i class="glyphicon glyphicon-flag"></i></span>
Expand Down Expand Up @@ -115,7 +115,7 @@ Your result?
## Full usage guide
We have only provided a taste of what Twirl can do.
Since it's an external project, we encourage you to also consult the
[official documentation](http://www.playframework.org/documentation/2.0/ScalaTemplates).
[official documentation](https://www.playframework.com/documentation/2.0/ScalaTemplates).

The [sbt plugin's README](https://github.com/spray/twirl/blob/master/README.rst)
also has a useful syntax summary.
Expand Down
4 changes: 2 additions & 2 deletions content/guides/2.5/views/twirl.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Twirl
layout: guides-2.5
---

*Twirl* is the [Play 2 templating language](http://www.playframework.org/documentation/2.5.x/ScalaTemplates).
*Twirl* is the [Play 2 templating language](https://www.playframework.com/documentation/2.5.x/ScalaTemplates).

---

Expand Down Expand Up @@ -112,7 +112,7 @@ Your result?
## Full usage guide
We have only provided a taste of what Twirl can do.
Since it's an external project, we encourage you to also consult the
[official documentation](http://www.playframework.org/documentation/2.5.x/ScalaTemplates).
[official documentation](https://www.playframework.com/documentation/2.5.x/ScalaTemplates).

## Rendering oddities

Expand Down
4 changes: 2 additions & 2 deletions content/guides/2.6/views/twirl.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Twirl
layout: guides-2.6
---

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

---

Expand Down Expand Up @@ -112,7 +112,7 @@ Your result?
## Full usage guide
We have only provided a taste of what Twirl can do.
Since it's an external project, we encourage you to also consult the
[official documentation](http://www.playframework.org/documentation/2.6.x/ScalaTemplates).
[official documentation](https://www.playframework.com/documentation/2.6.x/ScalaTemplates).

## Rendering oddities

Expand Down
4 changes: 2 additions & 2 deletions content/guides/2.7/views/twirl.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Twirl
layout: guides-2.7
---

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

---

Expand Down Expand Up @@ -112,7 +112,7 @@ Your result?
## Full usage guide
We have only provided a taste of what Twirl can do.
Since it's an external project, we encourage you to also consult the
[official documentation](http://www.playframework.org/documentation/2.6.x/ScalaTemplates).
[official documentation](https://www.playframework.com/documentation/2.6.x/ScalaTemplates).

## Rendering oddities

Expand Down
2 changes: 1 addition & 1 deletion content/guides/2.8/views/twirl.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Your result?
## Full usage guide
We have only provided a taste of what Twirl can do.
Since it's an external project, we encourage you to also consult the
[official documentation](http://www.playframework.org/documentation/2.6.x/ScalaTemplates).
[official documentation](https://www.playframework.com/documentation/2.6.x/ScalaTemplates).

## Rendering oddities

Expand Down
2 changes: 1 addition & 1 deletion content/guides/3.0/views/twirl.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Your result?
## Full usage guide
We have only provided a taste of what Twirl can do.
Since it's an external project, we encourage you to also consult the
[official documentation](http://www.playframework.org/documentation/2.6.x/ScalaTemplates).
[official documentation](https://www.playframework.com/documentation/2.6.x/ScalaTemplates).

## Rendering oddities

Expand Down

0 comments on commit bfcf888

Please sign in to comment.