IGNITE-4100: Fix for DEVNOTES paths.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/c34d2742 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/c34d2742 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/c34d2742 Branch: refs/heads/ignite-4242 Commit: c34d27423a0c45c61341c1fcb3f56727fb91498f Parents: ba99df1 Author: Igor Sapego <[email protected]> Authored: Tue Nov 22 14:13:28 2016 +0300 Committer: Igor Sapego <[email protected]> Committed: Tue Nov 22 14:13:28 2016 +0300 ---------------------------------------------------------------------- modules/platforms/cpp/DEVNOTES.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/c34d2742/modules/platforms/cpp/DEVNOTES.txt ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/DEVNOTES.txt b/modules/platforms/cpp/DEVNOTES.txt index 5d0b2eb..473af23 100644 --- a/modules/platforms/cpp/DEVNOTES.txt +++ b/modules/platforms/cpp/DEVNOTES.txt @@ -5,7 +5,8 @@ stand-alone node binary. To build examples you need to build and install core Ap Ignite library then refer to $IGNITE_HOME/platforms/cpp/example/README.txt for further instructions. -For details on ODBC driver installation and usage please refer to odbc/README.txt. +For details on ODBC driver installation and usage please refer to +$IGNITE_HOME/platforms/cpp/odbc/README.txt. Building on Linux With Autotools ----------------------------------
