We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d462c commit 1c251d3Copy full SHA for 1c251d3
1 file changed
stacks/nodejs-mongodb/devfile.yaml
@@ -3,7 +3,7 @@ metadata:
3
name: nodejs-mongodb
4
displayName: Node.js MongoDB
5
description: NodeJS web application which communicates with MongoDB
6
- icon: https://github.com/che-samples/nodejs-mongodb-sample/raw/main/nodejs-mongodb.png
+ icon: https://github.com/devfile-samples/nodejs-mongodb-sample/raw/main/nodejs-mongodb.png
7
tags:
8
- Node.js
9
- MongoDB
@@ -15,7 +15,7 @@ starterProjects:
15
- name: nodejs-mongodb-sample
16
git:
17
remotes:
18
- origin: 'https://github.com/che-samples/nodejs-mongodb-sample'
+ origin: 'https://github.com/devfile-samples/nodejs-mongodb-sample'
19
checkoutFrom:
20
revision: main
21
components:
0 commit comments