Updated docs
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/155c55a5 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/155c55a5 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/155c55a5 Branch: refs/heads/ignite-3478 Commit: 155c55a590c0d9e9ab17c6394a5940ce81a41240 Parents: 78dfb12 Author: Denis Magda <[email protected]> Authored: Thu Sep 21 16:23:38 2017 -0700 Committer: Denis Magda <[email protected]> Committed: Thu Sep 21 16:23:38 2017 -0700 ---------------------------------------------------------------------- modules/platforms/cpp/README.md | 7 +++++++ modules/platforms/dotnet/README.md | 10 ++++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/155c55a5/modules/platforms/cpp/README.md ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/README.md b/modules/platforms/cpp/README.md index 272f2d4..f5fc3f9 100644 --- a/modules/platforms/cpp/README.md +++ b/modules/platforms/cpp/README.md @@ -210,6 +210,13 @@ Ignite is a distributed system and, therefore, it is important to be able to col [Read More](https://apacheignite.readme.io/docs/collocate-compute-and-data) +## Ignite On Other Platforms + +<a href="https://github.com/apache/ignite">Java</a> + +<a href="https://github.com/apache/ignite/tree/master/modules/platforms/dotnet">Ignite.Net</a> + + [apache-ignite-homepage]: https://ignite.apache.org/ [getting-started]: https://apacheignite-cpp.readme.io/docs/getting-started-1 [docs]: https://apacheignite-cpp.readme.io/docs \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/155c55a5/modules/platforms/dotnet/README.md ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/README.md b/modules/platforms/dotnet/README.md index 4487c00..68b639e 100644 --- a/modules/platforms/dotnet/README.md +++ b/modules/platforms/dotnet/README.md @@ -74,7 +74,7 @@ Ignite is an elastic, horizontally scalable distributed system that supports add [Read More](https://apacheignite-net.readme.io/docs/cluster) -##Ignite and Ignite.NET +## Ignite and Ignite.NET * Ignite.NET is built on top of Ignite. * .NET starts the JVM in the same process and communicates with it via JNI & C++. @@ -260,4 +260,10 @@ Ignite is a distributed system and, therefore, it is important to be able to col ## Contribute to Ignite.NET -See [Ignite.NET Development](https://cwiki.apache.org/confluence/display/IGNITE/Ignite.NET+Development) on wiki. \ No newline at end of file +See [Ignite.NET Development](https://cwiki.apache.org/confluence/display/IGNITE/Ignite.NET+Development) on wiki. + +## Ignite On Other Platforms + +<a href="https://github.com/apache/ignite">Java</a> + +<a href="https://github.com/apache/ignite/tree/master/modules/platforms/cpp">Ignite C++</a> \ No newline at end of file
