diff --git a/.repositories.yaml b/.repositories.yaml index 6ba3f46602..07b9693857 100644 --- a/.repositories.yaml +++ b/.repositories.yaml @@ -55,7 +55,7 @@ repositories: devfile: https://github.com/eclipse/che-dashboard/blob/master/devfile.yaml doc: https://github.com/eclipse/che/blob/master/CONTRIBUTING.md#dashboard useCheReleaseLifecycle: true - - url: https://github.com/eclipse/che-devfile-registry + - url: https://github.com/eclipse-che/che-devfile-registry name: devfile-registry description: >- The default set of devfiles that would be made available on the Che dashboard stacks. @@ -87,7 +87,7 @@ repositories: devfile: https://github.com/eclipse/che-plugin-broker/blob/master/devfile.yaml doc: https://github.com/eclipse/che-plugin-broker/blob/master/CONTRIBUTING.md useCheReleaseLifecycle: false - - url: https://github.com/eclipse/che-plugin-registry + - url: https://github.com/eclipse-che/che-plugin-registry name: plugin-registry description: >- The default set of Che plugins (vscode extension + containers) or editors that could be installed on any Che workspaces. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index da85f7b918..822e9da11b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,12 +22,12 @@ Repository | Component | Description | Devfile | Documentation ---| [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. | | +[devfile-registry](https://github.com/eclipse-che/che-devfile-registry) | | The default set of devfiles that would be made available on the Che dashboard stacks. | | [docs](https://github.com/eclipse/che-docs) | | Eclipse Che documentation https://www.eclipse.org/che/docs/ source code. | [devfile](https://github.com/eclipse/che-docs/blob/master/devfile.yaml) | [doc](https://github.com/eclipse/che/blob/master/CONTRIBUTING.md#dashboard) [machine-exec](https://github.com/eclipse-che/che-machine-exec) | | Interface to execute tasks and terminals on other containers within a workspace. | [devfile](https://github.com/eclipse-che/che-machine-exec/blob/master/devfile.yaml) | [doc](https://github.com/eclipse-che/che-machine-exec/blob/master/CONTRIBUTING.md) [operator](https://github.com/eclipse-che/che-operator) | | Che operator to deploy, update and manage K8S/OpenShift resources of Che. | [devfile](https://github.com/eclipse-che/che-operator/blob/master/devfile.yaml) | [plugin-broker](https://github.com/eclipse/che-plugin-broker) | | The workspace microservice that is in charge of analyzing, preparing and installing the workspace components defined in a Devfile. | [devfile](https://github.com/eclipse/che-plugin-broker/blob/master/devfile.yaml) | [doc](https://github.com/eclipse/che-plugin-broker/blob/master/CONTRIBUTING.md) -[plugin-registry](https://github.com/eclipse/che-plugin-registry) | | The default set of Che plugins (vscode extension + containers) or editors that could be installed on any Che workspaces. | | +[plugin-registry](https://github.com/eclipse-che/che-plugin-registry) | | The default set of Che plugins (vscode extension + containers) or editors that could be installed on any Che workspaces. | | [website](https://github.com/eclipse/che-website) | | https://eclipse.org/che website source code. | [devfile](https://github.com/eclipse/che-website/blob/master/devfile.yaml) | [workspace-client](https://github.com/eclipse/che-workspace-client) | | JS library to interact with a che-server. | | [che-sidecar-bazel](https://github.com/che-dockerfiles/che-sidecar-bazel) | | Eclipse Che Sidecar container for Bazel tooling | |