diff --git a/README.md b/README.md
index 3f5cc1fe9aad30e4aa3eea3628bc52838b5b0837..60ff060c0f9f53b90247b722a6f2338bd9193498 100644
--- a/README.md
+++ b/README.md
@@ -114,7 +114,7 @@ As the gridding is done offline, it will be executed for already downloaded file
 
 ## 02: Retrieval of several years:
 ```bash
- jupyter notebook examples/produce_data_manyStations.ipynb
+ jupyter notebook examples/02_produce_data_manyStations.ipynb
 ```
 This notebook provides an example on how to download data, apply gridding and save the results as [netCDF files](https://docs.xarray.dev/en/stable/user-guide/io.html).
 The AnalysisServiceDownload caches already obtained data on the local machine.
@@ -126,7 +126,7 @@ The subsequent requests function as a progress report and allow working with the
 
 ## 03: Retrieval of several years with selection of specific stations:
 ```bash
- jupyter notebook examples/produce_data_withOptional.ipynb 
+ jupyter notebook examples/03_produce_data_withOptional.ipynb 
 ```
 This example is based on the previous one but uses additional arguments to refine the selection of stations. As an example, different classifications of the stations are used: first the "toar1_category" and second the "type_of_area".
 Details can be found in [documentation of the FastAPI REST interface](https://toar-data.fz-juelich.de/api/v2/#stationmeta) or the [user guide](https://toar-data.fz-juelich.de/sphinx/TOAR_UG_Vol03_Database/build/latex/toardatabase--userguide.pdf).