Skip to content

Commit a45892c

Browse files
authored
Documentation link (#99)
* docs: update main link * chore: fix lint issue
1 parent a924477 commit a45892c

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

code/components/room/room.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export const Room = () => {
8383
}
8484

8585
return "";
86-
}, [loadedParams, loadingFetchConnectionUrl, status, roomLoaded]);
86+
}, [loadedParams, loadingFetchConnectionUrl, status]);
8787

8888
const storeProvider = useGetAzureWebPubSubProvider({
8989
loadedParams,

code/lib/constants.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
// SPDX-License-Identifier: Apache-2.0
44

55
export const GITHUB_URL = "https://github.com/InditexTech/weavejs";
6-
// export const DOCUMENTATION_URL =
7-
// "https://stunning-enigma-169l5kv.pages.github.io";
8-
export const DOCUMENTATION_URL =
9-
"https://stunning-enigma-169l5kv.pages.github.io";
6+
export const DOCUMENTATION_URL = "https://inditextech.github.io/weavejs";
107

118
export const SIDEBAR_ELEMENTS = {
129
images: "images",

0 commit comments

Comments
 (0)