Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 5fa5125

Browse files
authored
Merge pull request #50 from DolbyIO/48-set-the-url-for-the-app-key-instructions
Replaced key url
2 parents 1f16022 + 98611c5 commit 5fa5125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Editor/WelcomeWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ void OnGUI()
8686
GUILayout.FlexibleSpace();
8787
if (GUILayout.Button("How to get an App Key", GUILayout.Height(30)))
8888
{
89-
Application.OpenURL("https://docs.dolby.io/communications-apis/docs/guides-app-credentials");
89+
Application.OpenURL("https://docs.dolby.io/communications-apis/page/registering-your-application-in-the-unity-editor");
9090
}
9191

9292
GUILayout.Space(60);

0 commit comments

Comments
 (0)