Skip to content

Commit 70db7fa

Browse files
committed
fixing broken links
1 parent ee2b959 commit 70db7fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/predicates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The **Predicate** element contains the following attributes:
4141
| Attribute | Required | Description |
4242
| --------- | -------- | ----------- |
4343
| Id | Yes | An identifier that's used for the predicate. Other elements can use this identifier in the policy. |
44-
| Method | Yes | The method type to use for validation. Possible values: [IsLengthRange](#IsLengthRange), [MatchesRegex](#MatchesRegex), [IncludesCharacters](#IncludesCharacters), or [IsDateRange](#IsDateRange). |
44+
| Method | Yes | The method type to use for validation. Possible values: [IsLengthRange](predicates.md#IsLengthRange), [MatchesRegex](predicates.md#MatchesRegex), [IncludesCharacters](predicates.md#IncludesCharacters), or [IsDateRange](predicates.md#IsDateRange). |
4545
| HelpText | No | An error message for users if the check fails. This string can be localized using the [language customization](localization.md) |
4646

4747
The **Predicate** element contains the following elements:

0 commit comments

Comments
 (0)