From bb81e1e0ab11d1886b3085e215f492936a91f116 Mon Sep 17 00:00:00 2001 From: BarRaider <46548278+BarRaider@users.noreply.github.com> Date: Mon, 17 May 2021 16:17:07 -0700 Subject: [PATCH] docs: fixed url to refer to the correct part of the readme --- docs/partials/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/partials/introduction.md b/docs/partials/introduction.md index 9fbd30d4..733360ee 100644 --- a/docs/partials/introduction.md +++ b/docs/partials/introduction.md @@ -35,4 +35,4 @@ auth_response_hash = binary_sha256(auth_response_string) auth_response = base64_encode(auth_response_hash) ``` -You can also refer to any of the client libraries listed on the [README](README.md) for examples of how to authenticate. +You can also refer to any of the [client libraries](https://github.com/Palakis/obs-websocket#for-developers) listed on the README for examples of how to authenticate.