Skip to content

Commit

Permalink
Fixed boroken links in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Marat Strelets committed May 7, 2020
1 parent c2521f2 commit df61c4e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
Expand Down

0 comments on commit df61c4e

Please sign in to comment.