зеркало из https://github.com/mozilla/doorman.git
Fix README link to rtd
This commit is contained in:
Родитель
86284d0f54
Коммит
fe791e57fa
2
Makefile
2
Makefile
|
@ -6,6 +6,8 @@ DATA_FILES := ./api/openapi.yaml ./api/contribute.yaml
|
|||
SRC := *.go ./config/*.go ./api/*.go ./authn/*.go ./doorman/*.go
|
||||
PACKAGES := ./ ./config/ ./api/ ./authn/ ./doorman/
|
||||
|
||||
.PHONY: docs
|
||||
|
||||
main: vendor api/bindata.go $(SRC) $(GO_PACKAGE)
|
||||
CGO_ENABLED=0 go build -o main *.go
|
||||
|
||||
|
|
|
@ -4,12 +4,12 @@
|
|||
|
||||
*Doorman* is an **authorization micro-service**.
|
||||
|
||||
- [Documentation](https://doorman.readthedocs.io)
|
||||
|
||||
[![Build Status](https://travis-ci.org/mozilla/doorman.svg?branch=master)](https://travis-ci.org/mozilla/doorman)
|
||||
[![Coverage Status](https://coveralls.io/repos/github/mozilla/doorman/badge.svg?branch=master)](https://coveralls.io/github/mozilla/doorman?branch=master)
|
||||
[![Go Report](https://goreportcard.com/badge/github.com/mozilla/doorman)](https://goreportcard.com/report/github.com/mozilla/doorman)
|
||||
|
||||
Check out the [documentation](https://mozilla-doorman.readthedocs.io)
|
||||
|
||||
## License
|
||||
|
||||
* MPLv2.0
|
||||
|
|
Загрузка…
Ссылка в новой задаче