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
|
||||
<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
|
||||
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
|
||||
author: Julian K. Arni
|
||||
maintainer: jkarni@gmail.com
|
||||
|
|
|
@ -7,9 +7,9 @@ description: This package provides instances that allow generating docs from
|
|||
APIs that use
|
||||
<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
|
||||
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
|
||||
author: Julian K. Arni
|
||||
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.
|
||||
.
|
||||
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
|
||||
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
|
||||
author: Julian K. Arni
|
||||
maintainer: jkarni@gmail.com
|
||||
|
|
|
@ -7,9 +7,9 @@ description: This package provides instances that allow generating swagger2 s
|
|||
APIs that use
|
||||
<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
|
||||
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
|
||||
author: Julian K. Arni
|
||||
maintainer: jkarni@gmail.com
|
||||
|
@ -63,7 +63,7 @@ test-suite spec
|
|||
, lens
|
||||
if impl(ghc >= 9)
|
||||
buildable: False
|
||||
|
||||
|
||||
-- test dependencies
|
||||
build-depends:
|
||||
servant-auth-swagger
|
||||
|
|
|
@ -9,9 +9,9 @@ description: This package provides an @Auth@ combinator for 'servant'. This c
|
|||
'servant-auth' additionally provides concrete authentication schemes, such
|
||||
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
|
||||
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
|
||||
author: Julian K. Arni
|
||||
maintainer: jkarni@gmail.com
|
||||
|
|
|
@ -23,7 +23,7 @@ extra-source-files:
|
|||
|
||||
source-repository head
|
||||
type: git
|
||||
location: http://github.com/haskell-servant/servant-conduit.git
|
||||
location: http://github.com/haskell-servant/servant.git
|
||||
|
||||
library
|
||||
exposed-modules: Servant.Conduit
|
||||
|
|
|
@ -23,7 +23,7 @@ extra-source-files:
|
|||
|
||||
source-repository head
|
||||
type: git
|
||||
location: http://github.com/haskell-servant/servant-machines.git
|
||||
location: http://github.com/haskell-servant/servant.git
|
||||
|
||||
library
|
||||
exposed-modules: Servant.Machines
|
||||
|
|
|
@ -23,7 +23,7 @@ extra-source-files:
|
|||
|
||||
source-repository head
|
||||
type: git
|
||||
location: http://github.com/haskell-servant/servant-pipes.git
|
||||
location: http://github.com/haskell-servant/servant.git
|
||||
|
||||
library
|
||||
exposed-modules: Servant.Pipes
|
||||
|
|
|
@ -3,10 +3,10 @@ name: servant-swagger
|
|||
version: 1.1.11
|
||||
synopsis: Generate a Swagger/OpenAPI/OAS 2.0 specification for your servant API.
|
||||
description:
|
||||
Swagger is a project used to describe and document RESTful APIs. The core of the
|
||||
project is the [OpenAPI Specification (OAS)](https://swagger.io/docs/specification/about/).
|
||||
This library implements v2.0 of the spec. Unlike Servant it is language-agnostic and thus is
|
||||
quite popular among developers in different languages. It has also existed for a longer time
|
||||
Swagger is a project used to describe and document RESTful APIs. The core of the
|
||||
project is the [OpenAPI Specification (OAS)](https://swagger.io/docs/specification/about/).
|
||||
This library implements v2.0 of the spec. Unlike Servant it is language-agnostic and thus is
|
||||
quite popular among developers in different languages. It has also existed for a longer time
|
||||
and has more helpful tooling.
|
||||
.
|
||||
This package provides means to generate a Swagger/OAS specification for a Servant API
|
||||
|
@ -19,7 +19,7 @@ description:
|
|||
* generating clients and servers in many languages using [Swagger Codegen](http://swagger.io/swagger-codegen/);
|
||||
.
|
||||
* 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
|
||||
license: BSD-3-Clause
|
||||
license-file: LICENSE
|
||||
|
|
Loading…
Reference in a new issue