firebase / FirebaseUI-Flutter

Apache License 2.0
105 stars 94 forks source link

docs: Update README.md for AuthUI to fix links to docs pages #141

Closed puf closed 11 months ago

puf commented 11 months ago

The docs are use dashes in firebase-ui-auth, rather than underscores that the code does (firebase_ui_auth).

Description

The docs links on https://pub.dev/packages/firebase_ui_auth don't work, because they link to the wrong URLs. This PR fixes the URLs.

Checklist

Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes ([x]). This will ensure a smooth and quick review process. Updating the pubspec.yaml and changelogs is not required.

Breaking Change

Does your PR require plugin users to manually update their apps to accommodate your change?