diff --git a/pipelines-common/resources.yaml b/pipelines-common/resources.yaml index 8f3d9f4..88d1d13 100644 --- a/pipelines-common/resources.yaml +++ b/pipelines-common/resources.yaml @@ -28,7 +28,7 @@ spec: type: git params: - name: url - value: https://github.com/redhat-developer-demos/tutorial-pipelines + value: https://github.com/redhat-developer-demos/tutorials-pipelines - name: revision value: v1 --- @@ -40,7 +40,7 @@ spec: type: git params: - name: url - value: https://github.com/redhat-developer-demos/tutorial-pipelines + value: https://github.com/redhat-developer-demos/tutorials-pipelines - name: revision value: v2 ---