Skip to content

Commit 527378d

Browse files
Fix absolute image path in accessanalyzer KB article
Changed absolute path /docs/kb/accessanalyzer/images/ to relative path ./images/ to resolve build error. Absolute paths don't work for images in Docusaurus (they only work for markdown links). This file was missed in PR #346 because the PR was merged before this fix was pushed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent f2d0b97 commit 527378d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/kb/accessanalyzer/500-Internal-Server-Error-Using-Okta-SSO-Published-Reports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To resolve this issue, update the signature and digest algorithms in the Okta ap
4848
1. In Okta, navigate to the **Application** used for Published Reports.
4949
2. Open the **General Settings** tab.
5050
3. Scroll to the **Signature Algorithm** section.
51-
![Okta Application Settings page showing the Signature Algorithm section with SHA1 selected](/docs/kb/accessanalyzer/images/kA0Qk00000036C9KAI-Okta-settings.png)
51+
![Okta Application Settings page showing the Signature Algorithm section with SHA1 selected](./images/kA0Qk00000036C9KAI-Okta-settings.png)
5252
4. Set the following:
5353
- **Signature Algorithm**: `RSA_SHA256`
5454
- **Digest Algorithm**: `SHA256`

0 commit comments

Comments
 (0)