From 8b30649edcd5b0d212c8c3315c90482516621fed Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Thu, 20 May 2021 10:17:32 -0700 Subject: [PATCH] Update documentation links in READMEs --- README.md | 9 +++++---- examples/README.md | 2 +- include/README.md | 1 + 3 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 include/README.md diff --git a/README.md b/README.md index 9d1043d..10ef2d6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@
-

ZeroTier SDK

+

ZeroTier Sockets

+Part of the ZeroTier SDK Peer-to-peer and cross-platform encrypted connections built right into your app or service. No drivers, no root, and no host configuration. @@ -8,7 +9,7 @@ Peer-to-peer and cross-platform encrypted connections built right into your app
Examples | -API Documentation | +Documentation | Community | Report a Bug @@ -31,7 +32,7 @@ Peer-to-peer and cross-platform encrypted connections built right into your app | Java | `./build.sh host-jar` | |[Java](./examples/java) | | Linux | [Build from source](#build-from-source) | version| [C/C++](./examples/c) | | macOS | `brew install zerotier/tap/libzt`| version| [C/C++](./examples/c) | -| iOS / iPadOS | `./build.sh ios-framework` | | [Objective-C](./attic/objective-c), [Swift](./attic/swift) | +| iOS / iPadOS | `./build.sh iphoneos-framework` | | [Objective-C](./attic/objective-c), [Swift](./attic/swift) | | Android |`./build.sh android-aar` | | [Java](./examples/java) |
@@ -96,7 +97,7 @@ While we do operate a global network of redundant root servers, network controll # Help - - Reference: [C API](./include/README.md) + - Documentation: [docs.zerotier.com](https://docs.zerotier.com/libzt-c/tutorial.html) - Examples: [examples/](./examples) - Bug reports: [Open a github issue](https://github.com/zerotier/libzt/issues). - General ZeroTier troubleshooting: [Knowledgebase](https://zerotier.atlassian.net/wiki/spaces/SD/overview). diff --git a/examples/README.md b/examples/README.md index 759b5db..147f8d5 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1 +1 @@ -Please read the [Common pitfalls](../include/README.md#common-pitfalls) section in the C API reference documentation. \ No newline at end of file +Documentation: [docs.zerotier.com](https://docs.zerotier.com/) diff --git a/include/README.md b/include/README.md new file mode 100644 index 0000000..147f8d5 --- /dev/null +++ b/include/README.md @@ -0,0 +1 @@ +Documentation: [docs.zerotier.com](https://docs.zerotier.com/)