From b3da36306cac48dd95d4f57c280d309343b17b3f Mon Sep 17 00:00:00 2001 From: svor Date: Mon, 27 Sep 2021 16:03:09 +0300 Subject: [PATCH] feat(devfilev2): add a link to python hello-world devfile version 2 Signed-off-by: svor --- devfiles/python/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devfiles/python/meta.yaml b/devfiles/python/meta.yaml index d282f0836..1229a87c4 100644 --- a/devfiles/python/meta.yaml +++ b/devfiles/python/meta.yaml @@ -3,3 +3,5 @@ displayName: Python description: Python Stack with Python 3.8 tags: ["Centos", "Python", "pip"] icon: /images/python.svg +links: + v2: https://github.com/che-samples/python-hello-world/tree/devfilev2