Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace old link with up-to-date ones #486

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This API Gateway offers powerful, yet lightweight features that allows fine-grai
* Rate Limiting, easily rate limit your API users, rate limiting is granular and can be applied on a per-key basis
* CORS Filter, enable cors for your API, or even for specific endpoints
* Multiple auth protocols, out of the box, we support JWT, OAuth 2.0 and Basic Auth access methods
* Small [official](https://hub.docker.com/repository/docker/hellofreshtech/janus) docker image included
* Small [official](https://quay.io/repository/hellofresh/janus) docker image included

## Installation

Expand All @@ -73,20 +73,20 @@ http http://localhost:8081
### Manual

You can get the binary and play with it in your own environment (or even deploy it where ever you like).
Just go to the [releases](https://github.com/hellofresh/janus/releases) page and download the latest one for your platform.
Just go to the [releases](https://github.com/motiv-labs/janus/releases) page and download the latest one for your platform.

## Getting Started

Check out our [quick start guide](https://hellofresh.gitbooks.io/janus/quick_start) to get up to speed with Janus.
Check out our [quick start guide](https://motivlabs.gitbook.io/janus/quick_start) to get up to speed with Janus.

## Contributing

To start contributing, please check [CONTRIBUTING](CONTRIBUTING.md).

## Documentation

* Janus Docs: https://hellofresh.gitbooks.io/janus
* Janus Go Docs: https://godoc.org/github.com/hellofresh/janus
* Janus Docs: https://motivlabs.gitbook.io/janus
* Janus Go Docs: https://godoc.org/github.com/motiv-labs/janus
* Go lang: https://golang.org/

##
Expand Down