Skip to content

Commit f8ddadb

Browse files
authored
Fix link format in auth doc comment (#6980)
1 parent 6836974 commit f8ddadb

File tree

1 file changed

+6
-3
lines changed
  • packages/auth/src/platform_browser/strategies

1 file changed

+6
-3
lines changed

packages/auth/src/platform_browser/strategies/redirect.ts

+6-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ import { getModularInstance } from '@firebase/util';
4242
*
4343
* @remarks
4444
* To handle the results and errors for this operation, refer to {@link getRedirectResult}.
45-
* Follow the [best practices](https://firebase.google.com/docs/auth/web/redirect-best-practices) when using {@link signInWithRedirect}.
45+
* Follow the {@link https://firebase.google.com/docs/auth/web/redirect-best-practices
46+
* | best practices} when using {@link signInWithRedirect}.
4647
*
4748
* @example
4849
* ```javascript
@@ -110,7 +111,8 @@ export async function _signInWithRedirect(
110111
* Reauthenticates the current user with the specified {@link OAuthProvider} using a full-page redirect flow.
111112
* @remarks
112113
* To handle the results and errors for this operation, refer to {@link getRedirectResult}.
113-
* Follow the [best practices](https://firebase.google.com/docs/auth/web/redirect-best-practices) when using {@link reauthenticateWithRedirect}.
114+
* Follow the {@link https://firebase.google.com/docs/auth/web/redirect-best-practices
115+
* | best practices} when using {@link reauthenticateWithRedirect}.
114116
*
115117
* @example
116118
* ```javascript
@@ -176,7 +178,8 @@ export async function _reauthenticateWithRedirect(
176178
* Links the {@link OAuthProvider} to the user account using a full-page redirect flow.
177179
* @remarks
178180
* To handle the results and errors for this operation, refer to {@link getRedirectResult}.
179-
* Follow the [best practices](https://firebase.google.com/docs/auth/web/redirect-best-practices) when using {@link linkWithRedirect}.
181+
* Follow the {@link https://firebase.google.com/docs/auth/web/redirect-best-practices
182+
* | best practices} when using {@link linkWithRedirect}.
180183
*
181184
* @example
182185
* ```javascript

0 commit comments

Comments
 (0)