Skip to content

Commit bdbc602

Browse files
authored
Merge pull request #1143 from haskell-servant/alp/servant.dev
point to www.servant.dev and docs.servant.dev
2 parents 960aee0 + a386dd2 commit bdbc602

File tree

37 files changed

+59
-59
lines changed

37 files changed

+59
-59
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
## Getting Started
66

7-
We have a [tutorial](http://haskell-servant.readthedocs.org/en/stable/tutorial/index.html) that
7+
We have a [tutorial](http://docs.servant.dev/en/stable/tutorial/index.html) that
88
introduces the core features of servant. After this article, you should be able
99
to write your first servant webservices, learning the rest from the haddocks'
1010
examples.
1111

12-
The central documentation can be found [here](http://haskell-servant.readthedocs.org/).
12+
The central documentation can be found [here](http://docs.servant.dev/).
1313
Other blog posts, videos and slides can be found on the
14-
[website](http://haskell-servant.github.io/).
14+
[website](http://www.servant.dev/).
1515

1616
If you need help, drop by the IRC channel (#servant on freenode) or [mailing
1717
list](https://groups.google.com/forum/#!forum/haskell-servant).

doc/cookbook/basic-auth/basic-auth.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: cookbook-basic-auth
22
version: 0.1
33
synopsis: Basic Authentication cookbook example
4-
homepage: http://haskell-servant.readthedocs.org/
4+
homepage: http://docs.servant.dev/
55
license: BSD3
66
license-file: ../../../servant/LICENSE
77
author: Servant Contributors

doc/cookbook/basic-streaming/basic-streaming.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: cookbook-basic-streaming
22
version: 2.1
33
synopsis: Streaming in servant without streaming libs
4-
homepage: http://haskell-servant.readthedocs.org/
4+
homepage: http://docs.servant.dev/
55
license: BSD3
66
license-file: ../../../servant/LICENSE
77
author: Servant Contributors

doc/cookbook/curl-mock/curl-mock.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: cookbook-curl-mock
22
version: 0.1
33
synopsis: Generate curl mock requests cookbook example
4-
homepage: http://haskell-servant.readthedocs.org
4+
homepage: http://docs.servant.dev
55
license: BSD3
66
license-file: ../../../servant/LICENSE
77
author: Servant Contributors

doc/cookbook/db-postgres-pool/db-postgres-pool.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: cookbook-db-postgres-pool
22
version: 0.1
33
synopsis: Simple PostgreSQL connection pool cookbook example
4-
homepage: http://haskell-servant.readthedocs.org/
4+
homepage: http://docs.servant.dev/
55
license: BSD3
66
license-file: ../../../servant/LICENSE
77
author: Servant Contributors

doc/cookbook/db-sqlite-simple/db-sqlite-simple.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: cookbook-db-sqlite-simple
22
version: 0.1
33
synopsis: Simple SQLite DB cookbook example
4-
homepage: http://haskell-servant.readthedocs.org/
4+
homepage: http://docs.servant.dev/
55
license: BSD3
66
license-file: ../../../servant/LICENSE
77
author: Servant Contributors

doc/cookbook/file-upload/FileUpload.lhs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Content of "README.md"
126126
127127
## Getting Started
128128
129-
We have a [tutorial](http://haskell-servant.readthedocs.org/en/stable/tutorial/index.html) that
129+
We have a [tutorial](http://docs.servant.dev/en/stable/tutorial/index.html) that
130130
introduces the core features of servant. After this article, you should be able
131131
to write your first servant webservices, learning the rest from the haddocks'
132132
examples.

doc/cookbook/file-upload/file-upload.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: cookbook-file-upload
22
version: 0.1
33
synopsis: File upload cookbook example
4-
homepage: http://haskell-servant.readthedocs.org/
4+
homepage: http://docs.servant.dev/
55
license: BSD3
66
license-file: ../../../servant/LICENSE
77
author: Servant Contributors

doc/cookbook/generic/generic.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: cookbook-generic
22
version: 0.1
33
synopsis: Using custom monad to pass a state between handlers
4-
homepage: http://haskell-servant.readthedocs.org/
4+
homepage: http://docs.servant.dev/
55
license: BSD3
66
license-file: ../../../servant/LICENSE
77
author: Servant Contributors

doc/cookbook/hoist-server-with-context/hoist-server-with-context.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 0.0.1
33
synopsis: JWT and basic access authentication with a Custom Monad cookbook example
44
description: Using servant-auth to support both JWT-based and basic
55
authentication.
6-
homepage: http://haskell-servant.readthedocs.org/
6+
homepage: http://docs.servant.dev/
77
license: BSD3
88
license-file: ../../../servant/LICENSE
99
author: Servant Contributors

0 commit comments

Comments
 (0)