aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.md4
-rw-r--r--README.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ebb73c27031..0f3bd2f5140 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -39,8 +39,8 @@ If you have questions, want to share your experience or help others, please join
### Getting started
See [README](README.md) for how to build and test Vespa.
-Vespa is large and getting an overview of the code can be a challenge.
-It may help to read the READMEs of each module.
+For an overview of the modules, see [Code-map.md](Code-map.md).
+More details are in the READMEs of each module.
## License and copyright
If you add new files you are welcome to use your own copyright.
diff --git a/README.md b/README.md
index 1ade07c40ad..784240eadbd 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ If you want to contribute to the documentation, see
## Building
You do not need to build Vespa to use it, but if you want to contribute you need to be able to build the code.
-This section explains how to build and test Vespa.
+This section explains how to build and test Vespa. To understand where to make changes, see [Code-map.md](Code-map.md).
### Set up the build environment