Skip to content

Commit 5c654f7

Browse files
committed
fixexamples links if not examples themselves
1 parent 4052efa commit 5c654f7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/source/examples.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,26 @@ Sentinel-2 First Pixel
1717

1818
This example uses Sentinel-2 data and picks the first available cloud-free pixel from a time range.
1919

20-
* `Config <https://github.com/eox-a/mapchete-eo/blob/main/examples/sentinel-2_2025-may-june_first_pixel.mapchete>`_
21-
* `Process <https://github.com/eox-a/mapchete-eo/blob/main/examples/first_pixel_process.py>`_
20+
* `Config <https://github.com/mapchete/mapchete-eo/blob/main/examples/sentinel-2_2025-may-june_first_pixel.mapchete>`_
21+
* `Process <https://github.com/mapchete/mapchete-eo/blob/main/examples/first_pixel_process.py>`_
2222

2323

2424
Sentinel-2 NDVI
2525
---------------
2626

2727
Calculate the Normalized Difference Vegetation Index (NDVI) from Sentinel-2 data.
2828

29-
* `Config <https://github.com/eox-a/mapchete-eo/blob/main/examples/ndvi.mapchete>`_
30-
* `Process <https://github.com/eox-a/mapchete-eo/blob/main/examples/ndvi_process.py>`_
29+
* `Config <https://github.com/mapchete/mapchete-eo/blob/main/examples/ndvi.mapchete>`_
30+
* `Process <https://github.com/mapchete/mapchete-eo/blob/main/examples/ndvi_process.py>`_
3131

3232

3333
Sentinel-2 Temporal Mean
3434
------------------------
3535

3636
Create a temporal mean composite of cloud-free pixels over a given time range.
3737

38-
* `Config <https://github.com/eox-a/mapchete-eo/blob/main/examples/temporal_mean.mapchete>`_
39-
* `Process <https://github.com/eox-a/mapchete-eo/blob/main/examples/temporal_mean_process.py>`_
38+
* `Config <https://github.com/mapchete/mapchete-eo/blob/main/examples/temporal_mean.mapchete>`_
39+
* `Process <https://github.com/mapchete/mapchete-eo/blob/main/examples/temporal_mean_process.py>`_
4040

4141
Usage
4242
-----

0 commit comments

Comments
 (0)