Skip to content

Commit

Permalink
Merge pull request #226 from xuwei-k/repl-url
Browse files Browse the repository at this point in the history
Update REPL doc url
  • Loading branch information
magnolia-k committed Nov 6, 2023
2 parents 516c27b + 468e7aa commit 7e046f1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion content/guides/2.3/http/routes.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ res2: Option[MultiParams] = Some(Map(bar -> ListBuffer(x)))
Alternatively, you may use the `RailsPathPatternParser` in place of the
`SinatraPathPatternParser`.

[repl]: http://www.scala-lang.org/node/2097
[repl]: https://docs.scala-lang.org/overviews/repl/overview.html

### Conditions

Expand Down
2 changes: 1 addition & 1 deletion content/guides/2.4/http/routes.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ res2: Option[MultiParams] = Some(Map(bar -> ListBuffer(x)))
Alternatively, you may use the `RailsPathPatternParser` in place of the
`SinatraPathPatternParser`.

[repl]: http://www.scala-lang.org/node/2097
[repl]: https://docs.scala-lang.org/overviews/repl/overview.html

### Conditions

Expand Down
2 changes: 1 addition & 1 deletion content/guides/2.5/http/routes.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ res2: Option[MultiParams] = Some(Map(bar -> Vector(x)))
Alternatively, you may use the `RailsPathPatternParser` in place of the
`SinatraPathPatternParser`.

[repl]: http://www.scala-lang.org/node/2097
[repl]: https://docs.scala-lang.org/overviews/repl/overview.html

### Conditions

Expand Down
2 changes: 1 addition & 1 deletion content/guides/2.6/http/routes.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ res2: Option[MultiParams] = Some(Map(bar -> Vector(x)))
Alternatively, you may use the `RailsPathPatternParser` in place of the
`SinatraPathPatternParser`.

[repl]: http://www.scala-lang.org/node/2097
[repl]: https://docs.scala-lang.org/overviews/repl/overview.html

### Conditions

Expand Down
2 changes: 1 addition & 1 deletion content/guides/2.7/http/routes.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ res2: Option[MultiParams] = Some(Map(bar -> Vector(x)))
Alternatively, you may use the `RailsPathPatternParser` in place of the
`SinatraPathPatternParser`.

[repl]: http://www.scala-lang.org/node/2097
[repl]: https://docs.scala-lang.org/overviews/repl/overview.html

### Conditions

Expand Down
2 changes: 1 addition & 1 deletion content/guides/2.8/http/routes.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ res2: Option[MultiParams] = Some(Map(bar -> Vector(x)))
Alternatively, you may use the `RailsPathPatternParser` in place of the
`SinatraPathPatternParser`.

[repl]: http://www.scala-lang.org/node/2097
[repl]: https://docs.scala-lang.org/overviews/repl/overview.html

### Conditions

Expand Down
2 changes: 1 addition & 1 deletion content/guides/3.0/http/routes.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ res2: Option[MultiParams] = Some(Map(bar -> Vector(x)))
Alternatively, you may use the `RailsPathPatternParser` in place of the
`SinatraPathPatternParser`.

[repl]: http://www.scala-lang.org/node/2097
[repl]: https://docs.scala-lang.org/overviews/repl/overview.html

### Conditions

Expand Down

0 comments on commit 7e046f1

Please sign in to comment.