diff --git a/doc/tekton.md b/doc/tekton.md
index f38c8f5..30789e8 100644
--- a/doc/tekton.md
+++ b/doc/tekton.md
@@ -7,6 +7,8 @@ On crée un port-forward pour accéder au dashboard
 kubectl --namespace tekton-pipelines port-forward svc/tekton-dashboard 9097:9097
 ```
 
+Accéder au dashboard : http://localhost:9097
+
 ### Lancement du pipeline
 
 ```