Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 3583a91

Browse files
authored
Update the references to the new GitHub organization (#1057)
Signed-off-by: Artem Zatsarynnyi <azatsary@redhat.com>
1 parent abda623 commit 3583a91

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ In this section we are going to start a new workspace to work on che-theia. The
6161
The devfile could be started using `chectl`:
6262

6363
```
64-
chectl workspace:start -f https://raw.githubusercontent.com/eclipse/che-theia/master/devfiles/che-theia-all.devfile.yaml
64+
chectl workspace:start -f https://raw.githubusercontent.com/eclipse-che/che-theia/master/devfiles/che-theia-all.devfile.yaml
6565
```
6666
At workspace start, Che will clone Theia and Che-theia.
6767

@@ -123,7 +123,7 @@ $ node /projects/theia/production/src-gen/backend/main.js /tmp/theiadev_projects
123123
```
124124

125125
You can then access to your modified Che-theia from the Container view `theia-dev` endpoint
126-
![Che-Theia-dev-endpoint](https://raw.githubusercontent.com/eclipse/che-theia/assets/theia-dev-endpoint.png)
126+
![Che-Theia-dev-endpoint](https://raw.githubusercontent.com/eclipse-che/che-theia/assets/theia-dev-endpoint.png)
127127

128128
### Step 7bis: Run che-theia + plugin in dev mode
129129
In this section we show how to run the che-theia assembly but in `dev mode`: keeping all the information for debugging.
@@ -134,7 +134,7 @@ You can use the che command `run ... DEV yarn start ... che-theia + workspace-pl
134134
To start che-theia in `dev-mode` with yarn (not using the production che-theia generated). It would keep things like the ability to source map.
135135

136136
Running dev theia would be located in the che-dev container and `theia-dev-flow` endpoint:
137-
![Che-Theia-dev-endpoint](https://raw.githubusercontent.com/eclipse/che-theia/assets/theia-dev-flow-endpoint.png)
137+
![Che-Theia-dev-endpoint](https://raw.githubusercontent.com/eclipse-che/che-theia/assets/theia-dev-flow-endpoint.png)
138138

139139
### Just want to build the plugin and run with the existing Theia image
140140
If you do not have any changes on Theia or Che-theia extension, you could just build the plugins with `build ... containers-plugin` or `build ... workspace-plugin`
@@ -153,7 +153,7 @@ In comparing with `/projects`, temporary directory is not persisted and is clear
153153

154154
Use the badge to create a workspace using factory
155155

156-
[![Try it on che.openshift.io](https://img.shields.io/static/v1?label=che&message=openshift.io&color=orange)](https://che.openshift.io/f?url=https://raw.githubusercontent.com/eclipse/che-theia/master/devfiles/hosted-che-dogfooding.devfile.yaml)
156+
[![Try it on che.openshift.io](https://img.shields.io/static/v1?label=che&message=openshift.io&color=orange)](https://che.openshift.io/f?url=https://raw.githubusercontent.com/eclipse-che/che-theia/master/devfiles/hosted-che-dogfooding.devfile.yaml)
157157

158158
### Step 1: Initialize Che-Theia in `/tmp/theia` directory
159159

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<br/>
22
<div id="che-theia-logo" align="center" style="vertical-align: middle">
33

4-
<img src="https://raw.githubusercontent.com/eclipse/che-theia/master/extensions/eclipse-che-theia-about/src/browser/style/che-logo-light.svg?sanitize=true" alt="Che Logo" width="200" height="60" />
4+
<img src="https://raw.githubusercontent.com/eclipse-che/che-theia/master/extensions/eclipse-che-theia-about/src/browser/style/che-logo-light.svg?sanitize=true" alt="Che Logo" width="200" height="60" />
55

66
<img src="https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia-logo.svg?sanitize=true" alt="Theia Logo" width="150" height="60"/>
77

@@ -13,7 +13,7 @@
1313
<div id="badges" align="center">
1414

1515
[![Build Status](https://github.com/eclipse-che/che-theia/workflows/Build%20&%20Publish%20%60next%60/badge.svg)](https://github.com/eclipse-che/che-theia/actions?query=workflow%3A%22Build+%26+Publish+%60next%60%22)
16-
[![Test Coverage](https://img.shields.io/codecov/c/github/eclipse/che-theia)](https://codecov.io/gh/eclipse/che-theia)
16+
[![Test Coverage](https://img.shields.io/codecov/c/github/eclipse-che/che-theia)](https://codecov.io/gh/eclipse-che/che-theia)
1717
[![mattermost](https://img.shields.io/badge/chat-on%20mattermost-blue.svg)](https://mattermost.eclipse.org/eclipse/channels/eclipse-che)
1818
[![Open questions](https://img.shields.io/badge/Open-questions-blue.svg?style=flat-curved)](https://github.com/eclipse/che/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3Aarea%2Feditor%2Fche-theia+label%3Akind%2Fquestion+)
1919
[![Open bugs](https://img.shields.io/badge/Open-bugs-red.svg?style=flat-curved)](https://github.com/eclipse/che/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3Aarea%2Feditor%2Fche-theia+label%3Akind%2Fbug+)
@@ -22,7 +22,7 @@
2222

2323
<div style='margin:0 auto;width:80%;'>
2424

25-
![Che-Theia](https://raw.githubusercontent.com/eclipse/che-theia/master/che-theia-screenshot.png)
25+
![Che-Theia](https://raw.githubusercontent.com/eclipse-che/che-theia/master/che-theia-screenshot.png)
2626

2727
</div>
2828

generator/src/init-sources.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export class InitSources {
3232
public static readonly PREFIX_PACKAGES_EXTENSIONS = '@che-';
3333

3434
public static readonly DEFAULT_EXTENSIONS_URI =
35-
'https://raw.githubusercontent.com/eclipse/che-theia/master/che-theia-init-sources.yml';
35+
'https://raw.githubusercontent.com/eclipse-che/che-theia/master/che-theia-init-sources.yml';
3636
static argBuilder = (theYargs: yargs.Argv) =>
3737
theYargs
3838
.option('config', {

0 commit comments

Comments
 (0)