diff --git a/auth0_flutter/README.md b/auth0_flutter/README.md index f08e417c..02f2dbc9 100644 --- a/auth0_flutter/README.md +++ b/auth0_flutter/README.md @@ -14,8 +14,8 @@ - [Quickstart](https://auth0.com/docs/quickstart/native/flutter/interactive) - our interactive guide for quickly adding login, logout and user information to your app using Auth0 - [Sample app](https://github.com/auth0-samples/auth0-flutter-samples/tree/main/sample) - a full-fledged sample app integrated with Auth0 - [API documentation](https://pub.dev/documentation/auth0_flutter/latest/) - documentation auto-generated from the code comments that explains all the available features -- [Examples](EXAMPLES.md) - examples that demonstrate the different ways in which this SDK can be used -- [FAQ](FAQ.md) - frequently asked questions about the SDK +- [Examples](https://github.com/auth0/auth0-flutter/blob/main/EXAMPLES.md) - examples that demonstrate the different ways in which this SDK can be used +- [FAQ](https://github.com/auth0/auth0-flutter/blob/main/FAQ.md) - frequently asked questions about the SDK - [Docs Site](https://auth0.com/docs) - explore our Docs site and learn more about Auth0 ## Getting Started @@ -205,9 +205,9 @@ Check the [FAQ](FAQ.md) for more information about the alert box that pops up ** - [Retrieve stored credentials](EXAMPLES.md#retrieve-stored-credentials) - fetch the user's credentials from the storage, automatically renewing them if they have expired. - [Retrieve user information](EXAMPLES.md#retrieve-user-information) - fetch the latest user information from the `/userinfo` endpoint. -## API Reference +## API reference -### Web Authetication +### Web authentication - [login](https://pub.dev/documentation/auth0_flutter/latest/auth0_flutter/WebAuthentication/login.html) - [logout](https://pub.dev/documentation/auth0_flutter/latest/auth0_flutter/WebAuthentication/logout.html) @@ -235,7 +235,6 @@ We appreciate feedback and contribution to this repo! Before you get started, pl - [Auth0's general contribution guidelines](https://github.com/auth0/open-source-template/blob/master/GENERAL-CONTRIBUTING.md) - [Auth0's code of conduct guidelines](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md) -- [The contribution guide](https://github.com/auth0/open-source-template/blob/master/GENERAL-CONTRIBUTING.md) ### Raise an issue @@ -258,5 +257,5 @@ Please do not report security vulnerabilities on the public GitHub issue tracker Auth0 is an easy to implement, adaptable authentication and authorization platform. To learn more checkout Why Auth0?
- This project is licensed under the Apache 2.0 license. See the LICENSE file for more info. + This project is licensed under the Apache 2.0 license. See the LICENSE file for more info.