Skip to content

Commit f1d38ce

Browse files
authored
Merge pull request #228 from xuwei-k/squeryl
fix squeryl url
2 parents 40f8862 + e879f2c commit f1d38ce

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

content/guides/2.3/persistence/squeryl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Squeryl
55
layout: guides-2.3
66
---
77

8-
[Squeryl](http://squeryl.org/) is a Scala object-relational mapper and
8+
[Squeryl](https://www.squeryl.org/) is a Scala object-relational mapper and
99
domain-specific language for talking to databases in a succinct and
1010
typesafe way.
1111

@@ -171,4 +171,4 @@ class ArticlesController extends ScalatraServlet with DatabaseSessionSupport
171171
Any controller with this trait can now use Squeryl models.
172172

173173
For full documentation of Squeryl, see the project website at
174-
[squeryl.org](http://squeryl.org).
174+
[squeryl.org](https://www.squeryl.org).

content/guides/2.4/persistence/squeryl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Squeryl
55
layout: guides-2.4
66
---
77

8-
[Squeryl](http://squeryl.org/) is a Scala object-relational mapper and
8+
[Squeryl](https://www.squeryl.org/) is a Scala object-relational mapper and
99
domain-specific language for talking to databases in a succinct and
1010
typesafe way.
1111

@@ -171,4 +171,4 @@ class ArticlesController extends ScalatraServlet with DatabaseSessionSupport
171171
Any controller with this trait can now use Squeryl models.
172172

173173
For full documentation of Squeryl, see the project website at
174-
[squeryl.org](http://squeryl.org).
174+
[squeryl.org](https://www.squeryl.org).

content/guides/2.5/persistence/squeryl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Squeryl
33
layout: guides-2.5
44
---
55

6-
[Squeryl](http://squeryl.org/) is a Scala object-relational mapper and
6+
[Squeryl](https://www.squeryl.org/) is a Scala object-relational mapper and
77
domain-specific language for talking to databases in a succinct and
88
typesafe way.
99

@@ -169,4 +169,4 @@ class ArticlesController extends ScalatraServlet with DatabaseSessionSupport
169169
Any controller with this trait can now use Squeryl models.
170170

171171
For full documentation of Squeryl, see the project website at
172-
[squeryl.org](http://squeryl.org).
172+
[squeryl.org](https://www.squeryl.org).

content/guides/2.6/persistence/squeryl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Squeryl
33
layout: guides-2.6
44
---
55

6-
[Squeryl](http://squeryl.org/) is a Scala object-relational mapper and
6+
[Squeryl](https://www.squeryl.org/) is a Scala object-relational mapper and
77
domain-specific language for talking to databases in a succinct and
88
typesafe way.
99

@@ -169,4 +169,4 @@ class ArticlesController extends ScalatraServlet with DatabaseSessionSupport
169169
Any controller with this trait can now use Squeryl models.
170170

171171
For full documentation of Squeryl, see the project website at
172-
[squeryl.org](http://squeryl.org).
172+
[squeryl.org](https://www.squeryl.org).

content/guides/2.7/persistence/squeryl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Squeryl
33
layout: guides-2.7
44
---
55

6-
[Squeryl](http://squeryl.org/) is a Scala object-relational mapper and
6+
[Squeryl](https://www.squeryl.org/) is a Scala object-relational mapper and
77
domain-specific language for talking to databases in a succinct and
88
typesafe way.
99

@@ -169,4 +169,4 @@ class ArticlesController extends ScalatraServlet with DatabaseSessionSupport
169169
Any controller with this trait can now use Squeryl models.
170170

171171
For full documentation of Squeryl, see the project website at
172-
[squeryl.org](http://squeryl.org).
172+
[squeryl.org](https://www.squeryl.org).

content/guides/2.8/persistence/squeryl.md

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

6-
[Squeryl](http://squeryl.org/) is a Scala object-relational mapper and
6+
[Squeryl](https://www.squeryl.org/) is a Scala object-relational mapper and
77
domain-specific language for talking to databases in a succinct and
88
typesafe way.
99

@@ -169,4 +169,4 @@ class ArticlesController extends ScalatraServlet with DatabaseSessionSupport
169169
Any controller with this trait can now use Squeryl models.
170170

171171
For full documentation of Squeryl, see the project website at
172-
[squeryl.org](http://squeryl.org).
172+
[squeryl.org](https://www.squeryl.org).

content/guides/3.0/persistence/squeryl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Squeryl
33
layout: guides-3.0
44
---
55

6-
[Squeryl](http://squeryl.org/) is a Scala object-relational mapper and
6+
[Squeryl](https://www.squeryl.org/) is a Scala object-relational mapper and
77
domain-specific language for talking to databases in a succinct and
88
typesafe way.
99

@@ -169,4 +169,4 @@ class ArticlesController extends ScalatraServlet with DatabaseSessionSupport
169169
Any controller with this trait can now use Squeryl models.
170170

171171
For full documentation of Squeryl, see the project website at
172-
[squeryl.org](http://squeryl.org).
172+
[squeryl.org](https://www.squeryl.org).

0 commit comments

Comments
 (0)