From df61c4e3e80bef8d94183ab567575013f1e0fb8c Mon Sep 17 00:00:00 2001 From: Marat Strelets Date: Mon, 4 May 2020 12:48:49 -0500 Subject: [PATCH] Fixed boroken links in README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index daa090c..30f11cf 100644 --- a/README.md +++ b/README.md @@ -696,10 +696,10 @@ StepExecutionResult result = helper.ExecuteProxy(clearFieldsAction); See examples: -* [Web - Proxy Test](Web/Test/TestProject.SDK.Examples.Web.Tests/Tests/ProxyTest.cs) -* [Android - Proxy Test](Android/Test/TestProject.SDK.Examples.Android.Tests/Tests/ProxyTest.cs) -* [iOS - Proxy Test](IOS/Test/TestProject.SDK.Examples.IOS.Tests/Tests/ProxyTest.cs) -* [Generic - Proxy Test](Generic/Test/TestProject.SDK.Examples.Generic.Tests/Tests/ProxyTest.cs) +* [Web - Proxy Test](Web/Test/TestProject.SDK.Examples.Web.Test/Test/ProxyTest.cs) +* [Android - Proxy Test](Android/Test/TestProject.SDK.Examples.Android.Test/Test/ProxyTest.cs) +* [iOS - Proxy Test](IOS/Test/Test/ProxyTest.cs) +* [Generic - Proxy Test](Generic/Test/TestProject.SDK.Examples.Generic.Test/Test/ProxyTest.cs) ## Packaging @@ -708,7 +708,7 @@ In order to upload your Addons or Tests to TestProject you must prepare either a * If your package only depends on TestProject SDK, you can upload the built *DLL* file to TestProject UI. * If your package has other dependencies (e.g. DropBox API), Create a zip file from your project output (including dependencies, excluding TestProject SDK) and upload it to TestProject UI. -Here's a simple example based on our [Web - Proxy Test](Web/Test/TestProject.SDK.Examples.Web.Tests/Tests/ProxyTest.cs) Example\ +Here's a simple example based on our [Web - Proxy Test](Web/Test/TestProject.SDK.Examples.Web.Test/Test/ProxyTest.cs) Example\ To upload this test we will have to create a *ZIP* file containing 2 *DLL* files: * TestProject.SDK.Examples.Web.Tests.dll - This is the project output. * AddonProxy.dll - the addon proxy this test uses.