From 017e551a916211178368cc708e1ba2a06da10dc8 Mon Sep 17 00:00:00 2001 From: Azure CI <> Date: Mon, 31 May 2021 23:46:42 +0000 Subject: [PATCH] docs(ci): Update protocol.md - 19dad77 [skip ci] --- docs/generated/protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index c537330b..3c217e44 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -37,7 +37,7 @@ 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.