Skip to content

Commit 1c251d3

Browse files
authored
chore: Change Node MongoDB sample URL (#687)
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
1 parent 43d462c commit 1c251d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

stacks/nodejs-mongodb/devfile.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ metadata:
33
name: nodejs-mongodb
44
displayName: Node.js MongoDB
55
description: NodeJS web application which communicates with MongoDB
6-
icon: https://github.com/che-samples/nodejs-mongodb-sample/raw/main/nodejs-mongodb.png
6+
icon: https://github.com/devfile-samples/nodejs-mongodb-sample/raw/main/nodejs-mongodb.png
77
tags:
88
- Node.js
99
- MongoDB
@@ -15,7 +15,7 @@ starterProjects:
1515
- name: nodejs-mongodb-sample
1616
git:
1717
remotes:
18-
origin: 'https://github.com/che-samples/nodejs-mongodb-sample'
18+
origin: 'https://github.com/devfile-samples/nodejs-mongodb-sample'
1919
checkoutFrom:
2020
revision: main
2121
components:

0 commit comments

Comments
 (0)