Skip to content

Commit 58b084f

Browse files
committed
Fix broken links
1 parent 9028fa8 commit 58b084f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Database/RuleSet.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public static function default(): self
5252
* This level of access means anyone can read or write to your database. You should
5353
* configure more secure rules before launching your app.
5454
*
55-
* @see https://firebase.google.com/docs/database/security/quickstart#sample-rules
55+
* @see https://firebase.google.com/docs/database/security
5656
*/
5757
public static function public(): self
5858
{
@@ -68,7 +68,7 @@ public static function public(): self
6868
* Private rules disable read and write access to your database by users. With these rules,
6969
* you can only access the database through the Firebase console and an Admin SDK.
7070
*
71-
* @see https://firebase.google.com/docs/database/security/quickstart#sample-rules
71+
* @see https://firebase.google.com/docs/database/security
7272
*/
7373
public static function private(): self
7474
{

0 commit comments

Comments
 (0)