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"; } }