Skip to content

Commit 9c2de2f

Browse files
fix linting for list style
1 parent b4373ca commit 9c2de2f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.markdownlint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"no-space-in-code": true,
1414
"no-space-in-links": true,
1515
"no-empty-links": true,
16-
"ol-prefix": {"style": "ordered"},
16+
"ol-prefix": {"style": "one_or_ordered"},
1717
"no-reversed-links": true,
1818
"reference-links-images": {
1919
"shortcut_syntax": false

content/manuals/security/for-admins/provisioning/scim.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ For details, see [Just-in-Time](/manuals/security/for-admins/provisioning/just-i
7373

7474
## Prerequisites
7575

76-
- You've [set up SSO](/manuals/security/single-sign-on) with Docker and verified
77-
your domain.
76+
- You've [set up SSO](/manuals/security/for-admins/single-sign-on/_index.md)
77+
with Docker and verified your domain.
7878
- You have access to your identity provider's administrator portal with
7979
permission to create and manage applications.
8080

0 commit comments

Comments
 (0)