diff --git a/content/tutorials/time_series/time_series_aggregations.qmd b/content/tutorials/time_series/time_series_aggregations.qmd
index 137fd6c..ad8b3d3 100644
--- a/content/tutorials/time_series/time_series_aggregations.qmd
+++ b/content/tutorials/time_series/time_series_aggregations.qmd
@@ -45,14 +45,14 @@ import subprocess
# Ask GRASS where its Python packages are
sys.path.append(
- subprocess.check_output([grassbin, "--config", "python_path"], text=True).strip()
+ subprocess.check_output(["grass", "--config", "python_path"], text=True).strip()
)
# Import the GRASS packages we need
import grass.script as gs
import grass.jupyter as gj
-path_to_project = "eu_laea/italy_LST_daily"
+path_to_project = "italy_eu_laea/italy_LST_daily"
# Start the GRASS session
session = gj.init(path_to_project);
diff --git a/content/tutorials/time_series/time_series_management_and_visualization.qmd b/content/tutorials/time_series/time_series_management_and_visualization.qmd
index 9ef878b..c77e25f 100644
--- a/content/tutorials/time_series/time_series_management_and_visualization.qmd
+++ b/content/tutorials/time_series/time_series_management_and_visualization.qmd
@@ -267,7 +267,7 @@ can create this file for you when you import data into GRASS.
::: {.callout-note}
Have a look at the
-t.register
+t.register
manual page and a dedicated
[wiki](https://grasswiki.osgeo.org/wiki/Temporal_data_processing/maps_registration)
with further examples.
@@ -294,7 +294,7 @@ and observe topological relationships among STDS.
#### Temporal plot for Trento, Italy
-The temporal plot tool, [`g.gui.tplot`](https://grass.osgeo.org/grass83/manuals/g.gui.tplot.html),
+The temporal plot tool, [`g.gui.tplot`](https://grass.osgeo.org/grass-stable/manuals/g.gui.tplot.html),
allows to plot the time series values of raster or vector space-time
datasets. In this case, we will plot the LST time series for the city of
Trento, Italy.
@@ -424,7 +424,7 @@ same filtering can be applied in tools to determine maps that will be processed.
### Descriptive statistics
-The tool [`t.rast.univar`](https://grass.osgeo.org/grass-stable/manuals/t.vect.univar.html)
+The tool [`t.rast.univar`](https://grass.osgeo.org/grass-stable/manuals/t.rast.univar.html)
calculates univariate statistics from the non-null cells of each raster
map within STRDS.
By default it returns the name of the map, the start and end date of the