Skip to content

Commit c2ce1e9

Browse files
authored
Fix broken Che factory links in README file (#461)
1 parent dc78e8b commit c2ce1e9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div id="header" align="center">
44

55
[![Eclipse License](https://img.shields.io/badge/license-Eclipse-brightgreen.svg)](LICENSE)
6-
[![Contribute](https://www.eclipse.org/che/contribute.svg)](https://che.openshift.io/f/?url=https://github.com/devfile/api)
6+
[![Contribute](https://img.shields.io/badge/developer-workspace-525C86?logo=eclipse-che&labelColor=FDB940)](https://workspaces.openshift.com/f?url=https://github.com/devfile/api)
77

88
</div>
99

@@ -43,7 +43,7 @@ This work is still in an early stage of specification, and the related API and s
4343

4444
In order to test existing or new Devfile 2.0 or DevWorkspace sample files in a self-service Che workspace (hosted on che.openshift.io), just click on the button below:
4545

46-
[![Contribute](https://www.eclipse.org/che/contribute.svg)](https://che.openshift.io/f/?url=https://github.com/devfile/api)
46+
[![Contribute](https://img.shields.io/badge/developer-workspace-525C86?logo=eclipse-che&labelColor=FDB940)](https://workspaces.openshift.com/f?url=https://github.com/devfile/api)
4747

4848
As soon as the devworkspace is opened, you should be able to:
4949
- open the `yaml` files in the following folders:

devfile.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ components:
3737
alias: tools
3838
- id: eamodio/vscode-gitlens/latest
3939
type: chePlugin
40+
registryUrl: 'https://che-plugin-registry-main.surge.sh/v3'
4041
- id: eclipse/che-theia/latest
4142
memoryLimit: 1024Mi
4243
type: cheEditor

0 commit comments

Comments
 (0)