diff --git a/README.md b/README.md
index ad8ec05dca04172b168e6e4cdbac9bb53c814a5a..4c0c934a72e52576fb6927bd2c641987b05de73c 100644
--- a/README.md
+++ b/README.md
@@ -6,10 +6,10 @@ This application was created by Eike Cochu for his master's degree thesis in com
 
 ## Components
 
-* vipra-backend: Backend application that connects to the database, filebase and search engine.
-* vipra-cmd: Backend utility tool to import and manage backend services.
-* vipra-ui: Frontend user interface that connects to the backend REST service.
-* vipra-util: Shared libraries and classes for backend applications and utility tools.
+* vipra-backend: Backend application that connects to the database, filebase and search engine. [README](vipra-backend/README.md)
+* vipra-cmd: Backend utility tool to import and manage backend services. [README](vipra-cmd/README.md)
+* vipra-ui: Frontend user interface that connects to the backend REST service. [README](vipra-ui/README.md)
+* vipra-util: Shared libraries and classes for backend applications and utility tools. [README](vipra-util/README.md)
 
 ## Installation