Skip to content

Commit c196d80

Browse files
thechriskentVesaJuvonen
authored andcommitted
Fixed broken anchor (SharePoint#2381)
1 parent 06355e4 commit c196d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sp-add-ins/set-custom-permissions-on-a-list-by-using-the-rest-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.prod: sharepoint
1010
SharePoint sites, lists, and list items are types of **SecurableObject**. By default, a securable object inherits the permissions of its parent. To set custom permissions for an object, you need to break its inheritance so that it stops inheriting permissions from its parent, and then define new permissions by adding or removing role assignments.
1111

1212
> [!NOTE]
13-
> See the [See also](#bk_addresources) section for links to articles about setting fine-grained permissions.
13+
> See the [See also](#see-also) section for links to articles about setting fine-grained permissions.
1414
1515
The code example in this article sets custom permissions on a list, and then changes a group's permissions to it. The example uses the REST interface to:
1616

0 commit comments

Comments
 (0)