diff --git a/tutorials/deploy-openproject-database-postgresql/index.mdx b/tutorials/deploy-openproject-database-postgresql/index.mdx index f81dcb7f62..e8c23cda65 100644 --- a/tutorials/deploy-openproject-database-postgresql/index.mdx +++ b/tutorials/deploy-openproject-database-postgresql/index.mdx @@ -11,7 +11,7 @@ categories: - instances hero: assets/scaleway_openproject.webp dates: - validation: 2024-08-12 + validation: 2025-02-18 posted: 2020-07-23 --- @@ -47,8 +47,8 @@ In this tutorial, you will learn how to install and configure OpenProject on an 4. Add the OpenProject repository: ``` - wget -O /etc/apt/sources.list.d/openproject.list \ - https://dl.packager.io/srv/opf/openproject/stable/12/installer/ubuntu/22.04.repo + sudo wget -O /etc/apt/sources.list.d/openproject.list \ + https://dl.packager.io/srv/opf/openproject/stable/15/installer/ubuntu/22.04.repo ``` 5. Update the `apt` package list and install the OpenProject Community Edition. ``` diff --git a/tutorials/get-started-python/index.mdx b/tutorials/get-started-python/index.mdx index 8750c8600f..fe946c9639 100644 --- a/tutorials/get-started-python/index.mdx +++ b/tutorials/get-started-python/index.mdx @@ -10,7 +10,7 @@ hero: assets/scaleway-python.webp categories: - compute dates: - validation: 2024-08-12 + validation: 2025-02-18 posted: 2023-01-25 --- @@ -59,11 +59,11 @@ We will be coding from the **terminal**, also referred to as the **command line* ``` python3 ``` - + An output similar to the following displays, showing that you are in the Python Interactive Shell: ``` - Python 3.9.12 (main, ,