Skip to content

Commit 26f21e9

Browse files
committed
doc: improve development setup instructions
Signed-off-by: Arnaud Fiorini <fiorini.arnaud@gmail.com>
1 parent 417f251 commit 26f21e9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

DEVELOPMENT_ENV_SETUP.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ git clone https://github.com/eclipse-tracecompass/tracecompass-test-traces.git
8686

8787
Extra functionalities are developed in the `Trace Compass Incubator` sub-project. If interested in any of those feature, the following repository can be cloned
8888

89-
* https://git.eclipse.org/c/tracecompass.incubator/org.eclipse.tracecompass.incubator.git/
89+
* https://github.com/eclipse-tracecompass-incubator/org.eclipse.tracecompass.incubator.git
9090

9191
```bash
92-
git clone https://git.eclipse.org/r/tracecompass.incubator/org.eclipse.tracecompass.incubator.git
92+
git clone https://github.com/eclipse-tracecompass-incubator/org.eclipse.tracecompass.incubator.git
9393
```
9494

9595
### Import the `Trace Compass` projects into the workspace
@@ -106,6 +106,7 @@ You will probably get a bunch of build errors at this point. DON'T PANIC! This i
106106
### Setting the Target Platform
107107

108108
Eclipse offers the ability to set target platforms, which will download a specific environment to run your plugins, without having to "pollute" your Eclipse install. `Trace Compass` ships target definition files, which is the recommended way of installing its dependencies.
109+
**If you have downloaded the `Trace Compass Incubator` sub-project you should use the org.eclipse.tracecompass.incubator.target project instead.**
109110

110111
To set the target platform for the `Trace Compass` plugins:
111112

0 commit comments

Comments
 (0)