Skip to content

Commit

Permalink
Replace theia-ide with eclipse-cdt-cloud references
Browse files Browse the repository at this point in the history
The repository has been moved to the Eclipse cdt-cloud project and is
now located under the eclipse-cdt-cloud GitHub organization.

Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
  • Loading branch information
bhufmann committed Apr 12, 2022
1 parent f297385 commit 4020833
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ The following command prints a coverage report to the terminal. As of now it cov
yarn test --coverage --collectCoverageFrom='src/**/*.ts'
```

[build-status-icon]: https://github.com/theia-ide/timeline-chart/workflows/CI-CD/badge.svg?branch=master
[build-status-link]: https://github.com/theia-ide/timeline-chart/actions?query=branch%3Amaster
[build-status-icon]: https://github.com/eclipse-cdt-cloud/timeline-chart/workflows/CI-CD/badge.svg?branch=master
[build-status-link]: https://github.com/eclipse-cdt-cloud/timeline-chart/actions?query=branch%3Amaster
[contributing]: CONTRIBUTING.md
[documentation]: https://github.com/theia-ide/timeline-chart/blob/master/doc/documentation.md
[documentation]: https://github.com/eclipse-cdt-cloud/timeline-chart/blob/master/doc/documentation.md
[gitpod-icon-large]: https://gitpod.io/button/open-in-gitpod.svg
[gitpod-icon-small]: https://img.shields.io/badge/Gitpod-code%20now-blue.svg?longCache=true
[gitpod-link]: https://gitpod.io#https://github.com/theia-ide/timeline-chart
[gitpod-link]: https://gitpod.io#https://github.com/eclipse-cdt-cloud/timeline-chart
[sample-app]: https://github.com/theia-ide/theia-timeline-extension
[screenshot-1]: https://raw.githubusercontent.com/theia-ide/timeline-chart/master/doc/images/screenshot1-0.0.1.png
[screenshot-2]: https://raw.githubusercontent.com/theia-ide/timeline-chart/master/doc/images/screenshot2-0.0.1.png
[screenshot-1]: https://raw.githubusercontent.com/eclipse-cdt-cloud/timeline-chart/master/doc/images/screenshot1-0.0.1.png
[screenshot-2]: https://raw.githubusercontent.com/eclipse-cdt-cloud/timeline-chart/master/doc/images/screenshot2-0.0.1.png
[trace-extension]: https://github.com/eclipse-cdt-cloud/theia-trace-extension
8 changes: 4 additions & 4 deletions timeline-chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ A time graph / gantt chart library for large data (e.g. traces).

## Additional Information

- [Documentation](https://github.com/theia-ide/timeline-chart/blob/master/doc/documentation.md): Detailed description of the timeline-chart library and its components.
- [Theia Trace Extension](https://github.com/theia-ide/theia-trace-extension): A reference application that uses the timeline-chart library.
- [Documentation](https://github.com/eclipse-cdt-cloud/timeline-chart/blob/master/doc/documentation.md): Detailed description of the timeline-chart library and its components.
- [Theia Trace Extension](https://github.com/eclipse-cdt-cloud/theia-trace-extension): A reference application that uses the timeline-chart library.

## Screenshots

![timeline-chart](https://raw.githubusercontent.com/theia-ide/timeline-chart/master/doc/images/screenshot1-0.0.1.png)
![timeline-chart](https://raw.githubusercontent.com/theia-ide/timeline-chart/master/doc/images/screenshot2-0.0.1.png)
![timeline-chart](https://raw.githubusercontent.com/eclipse-cdt-cloud/timeline-chart/master/doc/images/screenshot1-0.0.1.png)
![timeline-chart](https://raw.githubusercontent.com/eclipse-cdt-cloud/timeline-chart/master/doc/images/screenshot2-0.0.1.png)

0 comments on commit 4020833

Please sign in to comment.