This is an automated email from the ASF dual-hosted git repository.
bbender pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git
The following commit(s) were added to refs/heads/develop by this push:
new 6890280 GEODE-7303: Fix link in README (#541)
6890280 is described below
commit 6890280df626ddd31841bc66a7aeac0cadc2c902
Author: Alberto Bustamante Reyes <[email protected]>
AuthorDate: Mon Oct 21 15:18:02 2019 +0200
GEODE-7303: Fix link in README (#541)
---
docs/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/README.md b/docs/README.md
index a226b43..3c4fe55 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -15,4 +15,4 @@ Documentation can be built and previewed using the utility
scripts at [docs/dock
## Manual build
-Documentation can be built in a less-automated way, as described at
[docs/manual-build](https://github.com/apache/geode-native/tree/develop/manual-build).
+Documentation can be built in a less-automated way, as described at
[docs/manual-build](https://github.com/apache/geode-native/tree/develop/docs/manual-build).