Skip to content

Commit

Permalink
docs: update some urls in the docs [skip release]
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Jan 11, 2021
1 parent 2e4832c commit 354d6c3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion www/docs/contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ _Special thanks to Lori Karikari for creating most of the providers, to Nico Dom

NextAuth.js as it exists today has been possible thanks to the work of many individual contributors.

Thank you to the [dozens of individual contributors](https://github.com/iaincollins/next-auth/graphs/contributors) who have help shaped NextAuth.js.
Thank you to the [dozens of individual contributors](https://github.com/nextauthjs/next-auth/graphs/contributors) who have help shaped NextAuth.js.

## History

Expand Down
2 changes: 1 addition & 1 deletion www/docs/getting-started/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: Example Code
The example code below describes to add authentication to a Next.js app.

:::tip
The easiest way to get started is to clone the [example app](https://github.com/iaincollins/next-auth-example) and follow the instructions in README.md. You can try out a live demo at [next-auth-example.now.sh](https://next-auth-example.now.sh)
The easiest way to get started is to clone the [example app](https://github.com/nextauthjs/next-auth-example) and follow the instructions in README.md. You can try out a live demo at [next-auth-example.now.sh](https://next-auth-example.now.sh)
:::

### Add API route
Expand Down
2 changes: 1 addition & 1 deletion www/docs/tutorials/securing-pages-and-api-routes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Securing pages and API routes

You can easily protect client and server side rendered pages and API routes with NextAuth.js.

_You can find working examples of the approaches shown below in the [example project](https://github.com/iaincollins/next-auth-example/)._
_You can find working examples of the approaches shown below in the [example project](https://github.com/nextauthjs/next-auth-example/)._

:::tip
The methods `getSession()` and `getToken()` both return an `object` if a session is valid and `null` if a session is invalid or has expired.
Expand Down
2 changes: 1 addition & 1 deletion www/docs/tutorials/typeorm-custom-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default {
```

:::note
[View source for built-in TypeORM models and schemas](https://github.com/iaincollins/next-auth/tree/main/src/adapters/typeorm/models)
[View source for built-in TypeORM models and schemas](https://github.com/nextauthjs/next-auth/tree/main/src/adapters/typeorm/models)
:::

## Using custom models
Expand Down

0 comments on commit 354d6c3

Please sign in to comment.