From 07537c5deb1c7e715f37bec2da6d396dfcde395a Mon Sep 17 00:00:00 2001 From: Rachid Snoussi Date: Tue, 2 Aug 2022 11:08:50 +0200 Subject: [PATCH] fix url typo --- middleware/pipelines/02new-project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/middleware/pipelines/02new-project.md b/middleware/pipelines/02new-project.md index 304e79d98..ffaf948b2 100644 --- a/middleware/pipelines/02new-project.md +++ b/middleware/pipelines/02new-project.md @@ -1,4 +1,4 @@ -For this tutorial, you're going to create a simple application that involves a [frontend](https://github.com/openshift/pipeliness-vote-ui) and [backend](https://github.com/openshift/pipelines-vote-api). This application needs to deploy in a new project (i.e. Kubernetes namespace). You can start by creating the project with: +For this tutorial, you're going to create a simple application that involves a [frontend](https://github.com/openshift/pipelines-vote-ui) and [backend](https://github.com/openshift/pipelines-vote-api). This application needs to deploy in a new project (i.e. Kubernetes namespace). You can start by creating the project with: `oc new-project pipelines-tutorial`{{execute}}