From ca3aaa597ab34075e05c4e371ded4d9b63bfab61 Mon Sep 17 00:00:00 2001 From: fecaridade Date: Tue, 16 Aug 2022 14:14:15 -0300 Subject: [PATCH 1/2] fix typo in ZeroTierSockets.h link --- src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index 244e119a..6adea456 100644 --- a/src/README.md +++ b/src/README.md @@ -1,4 +1,4 @@ # C++ Source - - C API is exposed via [include/ZeroTierSockets.h](./../include/ZeroTierSocket.h) + - C API is exposed via [include/ZeroTierSockets.h](../include/ZeroTierSockets.h) - [bindings/](./bindings) Contains the source for wrappers in various languages. See [examples/](./../examples) for their usage. \ No newline at end of file From 5b1520654523999ed0a839dae050d6ad5889d129 Mon Sep 17 00:00:00 2001 From: fecaridade Date: Tue, 16 Aug 2022 14:16:32 -0300 Subject: [PATCH 2/2] fix typo in examples link --- src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index 6adea456..60e6f0a5 100644 --- a/src/README.md +++ b/src/README.md @@ -1,4 +1,4 @@ # C++ Source - C API is exposed via [include/ZeroTierSockets.h](../include/ZeroTierSockets.h) - - [bindings/](./bindings) Contains the source for wrappers in various languages. See [examples/](./../examples) for their usage. \ No newline at end of file + - [bindings/](./bindings) Contains the source for wrappers in various languages. See [examples/](../examples/) for their usage. \ No newline at end of file