fix broken links (#1548)
This commit is contained in:
parent
15b364ae93
commit
cedab6572d
9 changed files with 19 additions and 19 deletions
|
@ -7,9 +7,9 @@ description: This package provides instances that allow generating clients fr
|
||||||
APIs that use
|
APIs that use
|
||||||
<https://hackage.haskell.org/package/servant-auth servant-auth's> @Auth@ combinator.
|
<https://hackage.haskell.org/package/servant-auth servant-auth's> @Auth@ combinator.
|
||||||
.
|
.
|
||||||
For a quick overview of the usage, see the <http://github.com/haskell-servant/servant/servant-auth#readme README>.
|
For a quick overview of the usage, see the <https://github.com/haskell-servant/servant/tree/master/servant-auth#readme README>.
|
||||||
category: Web, Servant, Authentication
|
category: Web, Servant, Authentication
|
||||||
homepage: http://github.com/haskell-servant/servant/servant-auth#readme
|
homepage: https://github.com/haskell-servant/servant/tree/master/servant-auth#readme
|
||||||
bug-reports: https://github.com/haskell-servant/servant/issues
|
bug-reports: https://github.com/haskell-servant/servant/issues
|
||||||
author: Julian K. Arni
|
author: Julian K. Arni
|
||||||
maintainer: jkarni@gmail.com
|
maintainer: jkarni@gmail.com
|
||||||
|
|
|
@ -7,9 +7,9 @@ description: This package provides instances that allow generating docs from
|
||||||
APIs that use
|
APIs that use
|
||||||
<https://hackage.haskell.org/package/servant-auth servant-auth's> @Auth@ combinator.
|
<https://hackage.haskell.org/package/servant-auth servant-auth's> @Auth@ combinator.
|
||||||
.
|
.
|
||||||
For a quick overview of the usage, see the <http://github.com/haskell-servant/servant/servant-auth#readme README>.
|
For a quick overview of the usage, see the <https://github.com/haskell-servant/servant/tree/master/servant-auth#readme README>.
|
||||||
category: Web, Servant, Authentication
|
category: Web, Servant, Authentication
|
||||||
homepage: http://github.com/haskell-servant/servant/servant-auth#readme
|
homepage: https://github.com/haskell-servant/servant/tree/master/servant-auth#readme
|
||||||
bug-reports: https://github.com/haskell-servant/servant/issues
|
bug-reports: https://github.com/haskell-servant/servant/issues
|
||||||
author: Julian K. Arni
|
author: Julian K. Arni
|
||||||
maintainer: jkarni@gmail.com
|
maintainer: jkarni@gmail.com
|
||||||
|
|
|
@ -7,9 +7,9 @@ description: This package provides the required instances for using the @Auth
|
||||||
.
|
.
|
||||||
Both cookie- and token- (REST API) based authentication is provided.
|
Both cookie- and token- (REST API) based authentication is provided.
|
||||||
.
|
.
|
||||||
For a quick overview of the usage, see the <http://github.com/haskell-servant/servant/servant-auth#readme README>.
|
For a quick overview of the usage, see the <https://github.com/haskell-servant/servant/tree/master/servant-auth#readme README>.
|
||||||
category: Web, Servant, Authentication
|
category: Web, Servant, Authentication
|
||||||
homepage: http://github.com/haskell-servant/servant/servant-auth#readme
|
homepage: https://github.com/haskell-servant/servant/tree/master/servant-auth#readme
|
||||||
bug-reports: https://github.com/haskell-servant/servant/issues
|
bug-reports: https://github.com/haskell-servant/servant/issues
|
||||||
author: Julian K. Arni
|
author: Julian K. Arni
|
||||||
maintainer: jkarni@gmail.com
|
maintainer: jkarni@gmail.com
|
||||||
|
|
|
@ -7,9 +7,9 @@ description: This package provides instances that allow generating swagger2 s
|
||||||
APIs that use
|
APIs that use
|
||||||
<https://hackage.haskell.org/package/servant-auth servant-auth's> @Auth@ combinator.
|
<https://hackage.haskell.org/package/servant-auth servant-auth's> @Auth@ combinator.
|
||||||
.
|
.
|
||||||
For a quick overview of the usage, see the <http://github.com/haskell-servant/servant/servant-auth#readme README>.
|
For a quick overview of the usage, see the <https://github.com/haskell-servant/servant/tree/master/servant-auth#readme README>.
|
||||||
category: Web, Servant, Authentication
|
category: Web, Servant, Authentication
|
||||||
homepage: http://github.com/haskell-servant/servant/servant-auth#readme
|
homepage: https://github.com/haskell-servant/servant/tree/master/servant-auth#readme
|
||||||
bug-reports: https://github.com/haskell-servant/servant/issues
|
bug-reports: https://github.com/haskell-servant/servant/issues
|
||||||
author: Julian K. Arni
|
author: Julian K. Arni
|
||||||
maintainer: jkarni@gmail.com
|
maintainer: jkarni@gmail.com
|
||||||
|
|
|
@ -9,9 +9,9 @@ description: This package provides an @Auth@ combinator for 'servant'. This c
|
||||||
'servant-auth' additionally provides concrete authentication schemes, such
|
'servant-auth' additionally provides concrete authentication schemes, such
|
||||||
as Basic Access Authentication, JSON Web Tokens, and Cookies.
|
as Basic Access Authentication, JSON Web Tokens, and Cookies.
|
||||||
.
|
.
|
||||||
For more details on how to use this, see the <http://github.com/haskell-servant/servant/servant-auth#readme README>.
|
For more details on how to use this, see the <https://github.com/haskell-servant/servant/tree/master/servant-auth#readme README>.
|
||||||
category: Web, Servant, Authentication
|
category: Web, Servant, Authentication
|
||||||
homepage: http://github.com/haskell-servant/servant/servant-auth#readme
|
homepage: https://github.com/haskell-servant/servant/tree/master/servant-auth#readme
|
||||||
bug-reports: https://github.com/haskell-servant/servant/issues
|
bug-reports: https://github.com/haskell-servant/servant/issues
|
||||||
author: Julian K. Arni
|
author: Julian K. Arni
|
||||||
maintainer: jkarni@gmail.com
|
maintainer: jkarni@gmail.com
|
||||||
|
|
|
@ -23,7 +23,7 @@ extra-source-files:
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: http://github.com/haskell-servant/servant-conduit.git
|
location: http://github.com/haskell-servant/servant.git
|
||||||
|
|
||||||
library
|
library
|
||||||
exposed-modules: Servant.Conduit
|
exposed-modules: Servant.Conduit
|
||||||
|
|
|
@ -23,7 +23,7 @@ extra-source-files:
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: http://github.com/haskell-servant/servant-machines.git
|
location: http://github.com/haskell-servant/servant.git
|
||||||
|
|
||||||
library
|
library
|
||||||
exposed-modules: Servant.Machines
|
exposed-modules: Servant.Machines
|
||||||
|
|
|
@ -23,7 +23,7 @@ extra-source-files:
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: http://github.com/haskell-servant/servant-pipes.git
|
location: http://github.com/haskell-servant/servant.git
|
||||||
|
|
||||||
library
|
library
|
||||||
exposed-modules: Servant.Pipes
|
exposed-modules: Servant.Pipes
|
||||||
|
|
|
@ -19,7 +19,7 @@ description:
|
||||||
* generating clients and servers in many languages using [Swagger Codegen](http://swagger.io/swagger-codegen/);
|
* generating clients and servers in many languages using [Swagger Codegen](http://swagger.io/swagger-codegen/);
|
||||||
.
|
.
|
||||||
* and [many others](http://swagger.io/open-source-integrations/).
|
* and [many others](http://swagger.io/open-source-integrations/).
|
||||||
homepage: https://github.com/haskell-servant/servant/servant-swagger
|
homepage: https://github.com/haskell-servant/servant/tree/master/servant-swagger#readme
|
||||||
bug-reports: https://github.com/haskell-servant/servant/issues
|
bug-reports: https://github.com/haskell-servant/servant/issues
|
||||||
license: BSD-3-Clause
|
license: BSD-3-Clause
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
|
|
Loading…
Reference in a new issue