From 97824c857a9cda35366f5df89b830ede311600f3 Mon Sep 17 00:00:00 2001 From: Artem Zatsarynnyi Date: Fri, 26 Mar 2021 19:47:23 +0200 Subject: [PATCH] Update the references to a new Che-Theia repository (#19432) * Update .repositories.yaml * Update CONTRIBUTING.md --- .repositories.yaml | 10 +++++----- CONTRIBUTING.md | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.repositories.yaml b/.repositories.yaml index f8851e4683..6ba3f46602 100644 --- a/.repositories.yaml +++ b/.repositories.yaml @@ -28,19 +28,19 @@ repositories: url: https://github.com/eclipse/che/tree/master/tests description: >- source code of our integration tests. - - url: https://github.com/eclipse/che-theia + - url: https://github.com/eclipse-che/che-theia name: che-theia description: >- Theia IDE integrated in Che. - devfile: https://github.com/eclipse/che-theia/blob/master/devfiles/che-theia-all.devfile.yaml - doc: https://github.com/eclipse/che-theia/blob/master/CONTRIBUTING.md + devfile: https://github.com/eclipse-che/che-theia/blob/master/devfiles/che-theia-all.devfile.yaml + doc: https://github.com/eclipse-che/che-theia/blob/master/CONTRIBUTING.md useCheReleaseLifecycle: true components: - name: generator - url: https://github.com/eclipse/che-theia/tree/master/generator + url: https://github.com/eclipse-che/che-theia/tree/master/generator description: >- `che:theia init` CLI to prepare and build che-theia - doc: https://github.com/eclipse/che-theia/blob/master/generator/CONTRIBUTING.md + doc: https://github.com/eclipse-che/che-theia/blob/master/generator/CONTRIBUTING.md - url: https://github.com/che-incubator/chectl name: chectl description: >- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 086a2211fc..da85f7b918 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,8 +18,8 @@ Repository | Component | Description | Devfile | Documentation ---| [dockerfiles](https://github.com/eclipse/che/tree/master/dockerfiles) | source code, dockerfiles to build our main docker images. Note that Che-theia related dockerfiles are located in che-theia repo. | | | ---| [wsmaster](https://github.com/eclipse/che/tree/master/wsmaster) | orchestrates the Che workspaces with devfiles on Kubernetes | | | ---| [tests](https://github.com/eclipse/che/tree/master/tests) | source code of our integration tests. | | | -[che-theia](https://github.com/eclipse/che-theia) | | Theia IDE integrated in Che. | [devfile](https://github.com/eclipse/che-theia/blob/master/devfiles/che-theia-all.devfile.yaml) | [doc](https://github.com/eclipse/che-theia/blob/master/CONTRIBUTING.md) ----| [generator](https://github.com/eclipse/che-theia/tree/master/generator) | `che:theia init` CLI to prepare and build che-theia | | | +[che-theia](https://github.com/eclipse-che/che-theia) | | Theia IDE integrated in Che. | [devfile](https://github.com/eclipse-che/che-theia/blob/master/devfiles/che-theia-all.devfile.yaml) | [doc](https://github.com/eclipse-che/che-theia/blob/master/CONTRIBUTING.md) +---| [generator](https://github.com/eclipse-che/che-theia/tree/master/generator) | `che:theia init` CLI to prepare and build che-theia | | | [chectl](https://github.com/che-incubator/chectl) | | The CLI to install Che, create and start workspaces and devfiles | [devfile](https://github.com/che-incubator/chectl/blob/master/devfile.yaml) | [doc](https://github.com/che-incubator/chectl/blob/master/CONTRIBUTING.md) [dashboard](https://github.com/eclipse/che-dashboard) | | UI to manage workspaces, devfiles, etc. | [devfile](https://github.com/eclipse/che-dashboard/blob/master/devfile.yaml) | [doc](https://github.com/eclipse/che/blob/master/CONTRIBUTING.md#dashboard) [devfile-registry](https://github.com/eclipse/che-devfile-registry) | | The default set of devfiles that would be made available on the Che dashboard stacks. | |