From 75852e5bb553ee9e52140bae3845105e6ebc26d9 Mon Sep 17 00:00:00 2001 From: Elliott Mahler Date: Thu, 24 Mar 2022 14:53:34 -0700 Subject: [PATCH] Fix typo in URL of ue5 integration guide --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36376f7..a137ef4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Integrating Squid::Tasks The steps for integrating Squid::Tasks into your game depends on how your game is built: * [Integrating Squid::Tasks into an Unreal Engine 4 project](documentation/UE4IntegrationGuide.md) - * [Integrating Squid::Tasks into an Unreal Engine 5 project](documentation/UE4IntegrationGuide.md) + * [Integrating Squid::Tasks into an Unreal Engine 5 project](documentation/UE5IntegrationGuide.md) * [Integrating Squid::Tasks into a standalone Visual Studio project](documentation/StandaloneIntegrationGuide.md) Configuring Squid::Tasks with TasksConfig.h