Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #299 from appwrite/fix-permissions-link
Browse files Browse the repository at this point in the history
Fix broken link to permissions from databases
  • Loading branch information
eldadfux authored Nov 16, 2022
2 parents 585fa8c + b0a5dcb commit f087e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/docs/databases.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<h3><a href="/docs/databases#permissions" id="permissions">Permissions</a></h3>
<p>
Appwrite provides permissions to restrict access to documents at two levels, document and collection level. When a user has the appropriate type of <a href="/docs/permissions/">access permissions</a> granted at <b>either</b> the document or the collection level, they will be able to access or change the document. If the permission field is left empty, Client SDKs cannot access the document.
Appwrite provides permissions to restrict access to documents at two levels, document and collection level. When a user has the appropriate type of <a href="/docs/permissions">access permissions</a> granted at <b>either</b> the document or the collection level, they will be able to access or change the document. If the permission field is left empty, Client SDKs cannot access the document.
</p>

<h4>Document Level Permissions</h4>
Expand Down

0 comments on commit f087e13

Please sign in to comment.