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

Commit

Permalink
Update Che-Theia repository location (#906)
Browse files Browse the repository at this point in the history
* Update Che-Theia repository localtion

* Update Che-Theia repository location

Signed-off-by: Artem Zatsarynnyi <azatsary@redhat.com>
  • Loading branch information
azatsarynnyy authored Mar 31, 2021
1 parent e6a55c1 commit 8af14d2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions che-editors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ editors:
displayName: theia-ide
description: Eclipse Theia, get the latest release each day.
icon: https://raw.githubusercontent.com/theia-ide/theia/master/logo/theia-logo-no-text-black.svg?sanitize=true
repository: https://github.com/eclipse/che-theia
repository: https://github.com/eclipse-che/che-theia
firstPublicationDate: "2019-03-07"
endpoints:
- name: "theia"
Expand Down Expand Up @@ -123,7 +123,7 @@ editors:
displayName: theia-ide
description: Eclipse Theia
icon: https://raw.githubusercontent.com/theia-ide/theia/master/logo/theia-logo-no-text-black.svg?sanitize=true
repository: https://github.com/eclipse/che-theia
repository: https://github.com/eclipse-che/che-theia
firstPublicationDate: "2019-03-07"
endpoints:
- name: "theia"
Expand Down
2 changes: 1 addition & 1 deletion tools/build/tests/_data/meta/che-theia-meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: Eclipse Theia development version.
description: 'Eclipse Theia, get the latest release each day.'
icon: /v3/images/eclipse-che-logo.png
category: Editor
repository: 'https://github.com/eclipse/che-theia'
repository: 'https://github.com/eclipse-che/che-theia'
firstPublicationDate: '2019-03-07'
latestUpdateDate: '2021-02-19'
spec:
Expand Down
2 changes: 1 addition & 1 deletion tools/build/tests/_data/meta/no-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: Eclipse Theia development version.
description: 'Eclipse Theia, get the latest release each day.'
icon: /v3/images/eclipse-che-logo.png
category: Editor
repository: 'https://github.com/eclipse/che-theia'
repository: 'https://github.com/eclipse-che/che-theia'
firstPublicationDate: '2019-03-07'
latestUpdateDate: '2021-02-19'
spec:
Expand Down
2 changes: 1 addition & 1 deletion tools/build/tests/editor/che-editor-analyzer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ describe('Test CheEditorsAnalyzer', () => {
expect(theiaEditors).toBeDefined();
expect(theiaEditors.length).toBe(1);
const theiaEditor = theiaEditors[0];
expect(theiaEditor.repository).toBe('https://github.com/eclipse/che-theia');
expect(theiaEditor.repository).toBe('https://github.com/eclipse-che/che-theia');
});
});
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('Test ChePluginsMetaYamlGenerator', () => {
displayName: 'theia-ide',
description: 'Eclipse Theia, get the latest release each day.',
icon: 'https://raw.githubusercontent.com/theia-ide/theia/master/logo/theia-logo-no-text-black.svg?sanitize=true',
repository: 'https://github.com/eclipse/che-theia',
repository: 'https://github.com/eclipse-che/che-theia',
firstPublicationDate: '2019-03-07',
endpoints: [
{
Expand Down

0 comments on commit 8af14d2

Please sign in to comment.