From cc60ec33cc2b9cad865a9ab1272039552bad4b01 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Mon, 18 Jul 2016 17:46:22 -0700 Subject: [PATCH] updated docs --- README.md | 2 -- docs/integrations.md | 12 ++++++------ docs/zt_sdk_intro.md | 2 -- integrations/README.md | 12 ++++++------ 4 files changed, 12 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 58f0d87..aa51d46 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,6 @@ Check out our [Integrations](integrations/) to learn how to integrate this into ## How does it work? We've built a special background service that pairs the ZeroTier protocol with a user-space [Lightweight IP (lwIP) stack](http://savannah.nongnu.org/projects/lwip/) to create a new way for you to bring your applications onto your virtual network. For a more in-depth explanation of our technology take a look at our [SDK Primer](docs/zt_sdk.md) -APIs -==== ## APIs diff --git a/docs/integrations.md b/docs/integrations.md index c8e5e97..feeaaf3 100644 --- a/docs/integrations.md +++ b/docs/integrations.md @@ -25,21 +25,21 @@ For more support on these integrations, or if you'd like help creating a new int ### Apple `make apple` ##### iOS - - [Embedding within an app](../docs/ios_zt_sdk.md) `make ios_app_framework` - - [Unity3D plugin](../docs/unity3d_ios_zt_sdk.md) `make ios_unity3d_bundle` + - [Embedding within an app](apple/example_app/iOS) `make ios_app_framework` + - [Unity3D plugin](apple/ZeroTierSDK_Apple) `make ios_unity3d_bundle` ##### OSX - - [Embedding within an app](../docs/osx_zt_sdk.md) `make osx_app_framework` + - [Embedding within an app](apple/example_app/OSX) `make osx_app_framework` - [Dynamic-linking into an app/service at runtime](../docs/osx_zt_sdk.md) `make osx_shared_lib` - - [Unity3D plugin](../docs/unity3d_osx_zt_sdk.md) `make osx_unity3d_bundle` + - [Unity3D plugin](apple/ZeroTierSDK_Apple) `make osx_unity3d_bundle` *** ### Linux - [Dynamic-linking into an app/service at runtime](../docs/linux_zt_sdk.md) `make linux_shared_lib` - - [Using the SDK with Docker](../docs/docker_linux_zt_sdk.md) `make linux_shared_lib` + - [Using the SDK with Docker](docker) ### Android `make android` - - [Embedding within an app](../docs/android_zt_sdk.md) `make android_jni_lib` + - [Embedding within an app](android) `make android_jni_lib` - [Unity 3D plugin](../docs/unity3d_android_zt_sdk.md) `make android_unity3d_plugin` *** diff --git a/docs/zt_sdk_intro.md b/docs/zt_sdk_intro.md index 58f0d87..aa51d46 100644 --- a/docs/zt_sdk_intro.md +++ b/docs/zt_sdk_intro.md @@ -24,8 +24,6 @@ Check out our [Integrations](integrations/) to learn how to integrate this into ## How does it work? We've built a special background service that pairs the ZeroTier protocol with a user-space [Lightweight IP (lwIP) stack](http://savannah.nongnu.org/projects/lwip/) to create a new way for you to bring your applications onto your virtual network. For a more in-depth explanation of our technology take a look at our [SDK Primer](docs/zt_sdk.md) -APIs -==== ## APIs diff --git a/integrations/README.md b/integrations/README.md index c8e5e97..feeaaf3 100644 --- a/integrations/README.md +++ b/integrations/README.md @@ -25,21 +25,21 @@ For more support on these integrations, or if you'd like help creating a new int ### Apple `make apple` ##### iOS - - [Embedding within an app](../docs/ios_zt_sdk.md) `make ios_app_framework` - - [Unity3D plugin](../docs/unity3d_ios_zt_sdk.md) `make ios_unity3d_bundle` + - [Embedding within an app](apple/example_app/iOS) `make ios_app_framework` + - [Unity3D plugin](apple/ZeroTierSDK_Apple) `make ios_unity3d_bundle` ##### OSX - - [Embedding within an app](../docs/osx_zt_sdk.md) `make osx_app_framework` + - [Embedding within an app](apple/example_app/OSX) `make osx_app_framework` - [Dynamic-linking into an app/service at runtime](../docs/osx_zt_sdk.md) `make osx_shared_lib` - - [Unity3D plugin](../docs/unity3d_osx_zt_sdk.md) `make osx_unity3d_bundle` + - [Unity3D plugin](apple/ZeroTierSDK_Apple) `make osx_unity3d_bundle` *** ### Linux - [Dynamic-linking into an app/service at runtime](../docs/linux_zt_sdk.md) `make linux_shared_lib` - - [Using the SDK with Docker](../docs/docker_linux_zt_sdk.md) `make linux_shared_lib` + - [Using the SDK with Docker](docker) ### Android `make android` - - [Embedding within an app](../docs/android_zt_sdk.md) `make android_jni_lib` + - [Embedding within an app](android) `make android_jni_lib` - [Unity 3D plugin](../docs/unity3d_android_zt_sdk.md) `make android_unity3d_plugin` ***