diff --git a/README.md b/README.md
index 7e7c9f2b9bb0d597197c045907f488863ae6021b..015ae6e2ea24d56fd556bdfe8c62ad42a2bbacc3 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,10 @@ These instructions will get you a copy of the project as a template when you wan
 
 [you can follow them here.](doc/getting_started.md)
 
+## Building your pipeline
+
+You can follow the [building your pipeline guide](./doc/building_your_pipeline.md) for a gentle introduction to `nextflow` and taking advantage of this template to build your pipelines.
+
 ## Contributing
 
 If you want to add more tools to this project, please read the [CONTRIBUTING.md](CONTRIBUTING.md).
diff --git a/doc/getting_started.md b/doc/getting_started.md
index 00e4e95fd1d55e9baaa80d9d35d857b6656eb941..b7d1af0030d43b7f321fa14c1b22fd1f26dfcacc 100644
--- a/doc/getting_started.md
+++ b/doc/getting_started.md
@@ -1,6 +1,7 @@
 # Getting Started
 
 These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
+You can follow the [building your pipeline guide](./doc/building_your_pipeline.md) to learn how to build your own pipelines.
 
 ## Prerequisites
 
@@ -89,6 +90,3 @@ You can edit the `src/ccin2p3.pbs` file to personalize your `nextflow` command a
 qsub src/ccin2p3.pbs
 ```
 
-## Building your pipeline
-
-You can follow the [building your pipeline guide](./doc/building_your_pipeline.md).