Skip to content

Commit

Permalink
docs: fix links to documentation site
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonraimondi authored Oct 23, 2020
1 parent a9443b4 commit 817185d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ The following RFCs are implemented:
- [RFC7519 “JSON Web Token (JWT)”](https://tools.ietf.org/html/rfc7519)
- [RFC7636 “Proof Key for Code Exchange by OAuth Public Clients”](https://tools.ietf.org/html/rfc7636)

**[See Documentation](https://jasonraimondi.github.io/typescript-oauth2-server/)**

## Getting Started

Save some eye strain, **use the [documentation site](https://jasonraimondi.github.io/typescript-oauth2-server/)**

### Install

```bash
Expand Down Expand Up @@ -172,7 +172,7 @@ And a few entities.

## Grants

Grants are different ways a [client](../glossary/README.md#client) can obtain an `access_token` that will authorize it to use the [resource server](../glossary/README.md#resource-server).
Grants are different ways a [client](https://jasonraimondi.github.io/typescript-oauth2-server/glossary/README.md#client) can obtain an `access_token` that will authorize it to use the [resource server](https://jasonraimondi.github.io/typescript-oauth2-server/glossary/README.md#resource-server).

### Which Grant?

Expand Down

0 comments on commit 817185d

Please sign in to comment.