Skip to content

Commit 25a0eba

Browse files
tt2468heiybb
andcommitted
docs: Fix link to README from docs intro
Closes #1263 Co-authored-by: heiybb <[email protected]>
1 parent 6240457 commit 25a0eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/partials/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ To generate the authentication string, follow these steps:
101101
- Concatenate the base64 secret with the `challenge` sent by the server (`base64_secret + challenge`)
102102
- Generate a binary SHA256 hash of that result and base64 encode it. You now have your `authentication` string.
103103

104-
For real-world examples of the `authentication` string creation, refer to the obs-websocket client libraries listed on the [README](README.md).
104+
For real-world examples of the `authentication` string creation, refer to the obs-websocket client libraries listed on the [README](../../README.md).
105105

106106
## Message Types (OpCodes)
107107

0 commit comments

Comments
 (0)