From 6c7529f6b3650b2e9c34fbc4eeb25701c61e2cfc Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Sun, 3 Jan 2021 22:14:04 +0100 Subject: [PATCH] Update link to Youtube channel --- Source/Editor/Utilities/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Editor/Utilities/Constants.cs b/Source/Editor/Utilities/Constants.cs index 9f5fd4d8b..19a90c6b4 100644 --- a/Source/Editor/Utilities/Constants.cs +++ b/Source/Editor/Utilities/Constants.cs @@ -12,7 +12,7 @@ namespace FlaxEditor.Utilities public static readonly string BugTrackerUrl = "https://github.com/FlaxEngine/FlaxEngine/issues"; public static readonly string WebsiteUrl = "https://flaxengine.com"; public static readonly string FacebookUrl = "https://facebook.com/FlaxEngine"; - public static readonly string YoutubeUrl = "https://www.youtube.com/channel/UChdER2A3n19rJWIMOZJClhw"; + public static readonly string YoutubeUrl = "https://youtube.com/c/FlaxEngine"; public static readonly string TwitterUrl = "https://twitter.com/FlaxEngine"; } }