Skip to content

Commit d339962

Browse files
authored
fix(fr): correct broken minikube link and "prérequis" heading
This commit fixes two issues in the French "Hello Minikube" tutorial: - The installation link to minikube was broken (`https://minikube.pour`). - Updated to the correct official link: https://minikube.sigs.k8s.io/docs/start/ - Removed the extra character `²` in the "prérequis²" heading. These changes bring the French version in line with the English tutorial and ensure the documentation renders properly.
1 parent 8f83d99 commit d339962

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/fr/docs/tutorials/hello-minikube.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ Le tutoriel fournit une image de conteneur qui utilise NGINX pour renvoyer toute
1818
* Exécuter l'application.
1919
* Afficher les journaux de l'application.
2020

21-
## {{% heading "prérequis²" %}}
21+
## {{% heading "prérequis" %}}
2222

23+
Ce tutoriel suppose que vous avez déjà configuré `minikube`.
24+
Voir __Étape 1__ dans [minikube start](https://minikube.sigs.k8s.io/docs/start/) pour les instructions d'installation.
2325

24-
Ce tutoriel suppose que vous avez déjà configuré `minikube`.
25-
Voir __Étape 1__ dans [minikube start](https://minikube.pour les instructions d'installation installation instructions.
2626
{{< note >}}
2727
Exécutez uniquement les instructions de l'__Étape 1, Installation__. Le reste est couvert sur cette page.
2828
{{< /note >}}
2929

30-
Vous devez également installer `kubectl`.
30+
Vous devez également installer `kubectl`.
3131
Voir [Installer les outils](/docs/tasks/tools/#kubectl) pour les instructions d'installation.
3232

3333

0 commit comments

Comments
 (0)