Skip to content

Commit cedab65

Browse files
authored
fix broken links (#1548)
1 parent 15b364a commit cedab65

File tree

9 files changed

+19
-19
lines changed

9 files changed

+19
-19
lines changed

servant-auth/servant-auth-client/servant-auth-client.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ description: This package provides instances that allow generating clients fr
77
APIs that use
88
<https://hackage.haskell.org/package/servant-auth servant-auth's> @Auth@ combinator.
99
.
10-
For a quick overview of the usage, see the <http://github.com/haskell-servant/servant/servant-auth#readme README>.
10+
For a quick overview of the usage, see the <https://github.com/haskell-servant/servant/tree/master/servant-auth#readme README>.
1111
category: Web, Servant, Authentication
12-
homepage: http://github.com/haskell-servant/servant/servant-auth#readme
12+
homepage: https://github.com/haskell-servant/servant/tree/master/servant-auth#readme
1313
bug-reports: https://github.com/haskell-servant/servant/issues
1414
author: Julian K. Arni
1515
maintainer: [email protected]

servant-auth/servant-auth-docs/servant-auth-docs.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ description: This package provides instances that allow generating docs from
77
APIs that use
88
<https://hackage.haskell.org/package/servant-auth servant-auth's> @Auth@ combinator.
99
.
10-
For a quick overview of the usage, see the <http://github.com/haskell-servant/servant/servant-auth#readme README>.
10+
For a quick overview of the usage, see the <https://github.com/haskell-servant/servant/tree/master/servant-auth#readme README>.
1111
category: Web, Servant, Authentication
12-
homepage: http://github.com/haskell-servant/servant/servant-auth#readme
12+
homepage: https://github.com/haskell-servant/servant/tree/master/servant-auth#readme
1313
bug-reports: https://github.com/haskell-servant/servant/issues
1414
author: Julian K. Arni
1515
maintainer: [email protected]

servant-auth/servant-auth-server/servant-auth-server.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ description: This package provides the required instances for using the @Auth
77
.
88
Both cookie- and token- (REST API) based authentication is provided.
99
.
10-
For a quick overview of the usage, see the <http://github.com/haskell-servant/servant/servant-auth#readme README>.
10+
For a quick overview of the usage, see the <https://github.com/haskell-servant/servant/tree/master/servant-auth#readme README>.
1111
category: Web, Servant, Authentication
12-
homepage: http://github.com/haskell-servant/servant/servant-auth#readme
12+
homepage: https://github.com/haskell-servant/servant/tree/master/servant-auth#readme
1313
bug-reports: https://github.com/haskell-servant/servant/issues
1414
author: Julian K. Arni
1515
maintainer: [email protected]

servant-auth/servant-auth-swagger/servant-auth-swagger.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ description: This package provides instances that allow generating swagger2 s
77
APIs that use
88
<https://hackage.haskell.org/package/servant-auth servant-auth's> @Auth@ combinator.
99
.
10-
For a quick overview of the usage, see the <http://github.com/haskell-servant/servant/servant-auth#readme README>.
10+
For a quick overview of the usage, see the <https://github.com/haskell-servant/servant/tree/master/servant-auth#readme README>.
1111
category: Web, Servant, Authentication
12-
homepage: http://github.com/haskell-servant/servant/servant-auth#readme
12+
homepage: https://github.com/haskell-servant/servant/tree/master/servant-auth#readme
1313
bug-reports: https://github.com/haskell-servant/servant/issues
1414
author: Julian K. Arni
1515
maintainer: [email protected]
@@ -63,7 +63,7 @@ test-suite spec
6363
, lens
6464
if impl(ghc >= 9)
6565
buildable: False
66-
66+
6767
-- test dependencies
6868
build-depends:
6969
servant-auth-swagger

servant-auth/servant-auth/servant-auth.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ description: This package provides an @Auth@ combinator for 'servant'. This c
99
'servant-auth' additionally provides concrete authentication schemes, such
1010
as Basic Access Authentication, JSON Web Tokens, and Cookies.
1111
.
12-
For more details on how to use this, see the <http://github.com/haskell-servant/servant/servant-auth#readme README>.
12+
For more details on how to use this, see the <https://github.com/haskell-servant/servant/tree/master/servant-auth#readme README>.
1313
category: Web, Servant, Authentication
14-
homepage: http://github.com/haskell-servant/servant/servant-auth#readme
14+
homepage: https://github.com/haskell-servant/servant/tree/master/servant-auth#readme
1515
bug-reports: https://github.com/haskell-servant/servant/issues
1616
author: Julian K. Arni
1717
maintainer: [email protected]

servant-conduit/servant-conduit.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ extra-source-files:
2323

2424
source-repository head
2525
type: git
26-
location: http://github.com/haskell-servant/servant-conduit.git
26+
location: http://github.com/haskell-servant/servant.git
2727

2828
library
2929
exposed-modules: Servant.Conduit

servant-machines/servant-machines.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ extra-source-files:
2323

2424
source-repository head
2525
type: git
26-
location: http://github.com/haskell-servant/servant-machines.git
26+
location: http://github.com/haskell-servant/servant.git
2727

2828
library
2929
exposed-modules: Servant.Machines

servant-pipes/servant-pipes.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ extra-source-files:
2323

2424
source-repository head
2525
type: git
26-
location: http://github.com/haskell-servant/servant-pipes.git
26+
location: http://github.com/haskell-servant/servant.git
2727

2828
library
2929
exposed-modules: Servant.Pipes

servant-swagger/servant-swagger.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: servant-swagger
33
version: 1.1.11
44
synopsis: Generate a Swagger/OpenAPI/OAS 2.0 specification for your servant API.
55
description:
6-
Swagger is a project used to describe and document RESTful APIs. The core of the
7-
project is the [OpenAPI Specification (OAS)](https://swagger.io/docs/specification/about/).
8-
This library implements v2.0 of the spec. Unlike Servant it is language-agnostic and thus is
9-
quite popular among developers in different languages. It has also existed for a longer time
6+
Swagger is a project used to describe and document RESTful APIs. The core of the
7+
project is the [OpenAPI Specification (OAS)](https://swagger.io/docs/specification/about/).
8+
This library implements v2.0 of the spec. Unlike Servant it is language-agnostic and thus is
9+
quite popular among developers in different languages. It has also existed for a longer time
1010
and has more helpful tooling.
1111
.
1212
This package provides means to generate a Swagger/OAS specification for a Servant API
@@ -19,7 +19,7 @@ description:
1919
* generating clients and servers in many languages using [Swagger Codegen](http://swagger.io/swagger-codegen/);
2020
.
2121
* and [many others](http://swagger.io/open-source-integrations/).
22-
homepage: https://github.com/haskell-servant/servant/servant-swagger
22+
homepage: https://github.com/haskell-servant/servant/tree/master/servant-swagger#readme
2323
bug-reports: https://github.com/haskell-servant/servant/issues
2424
license: BSD-3-Clause
2525
license-file: LICENSE

0 commit comments

Comments
 (0)