Skip to content

Commit e12efb4

Browse files
Merge pull request #7170 from neshkeev/neshkeev-fix-screenshots-locations
Fix screenshots locations
2 parents beba63a + 4d406ee commit e12efb4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/docs/contributing/tools/eclipse.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ Import to Eclipse
3636
First step is to import dotty to Eclipse. This is done by selecting `File > Import` from the menu and selecting
3737
_Existing Projects into Workplace_.
3838

39-
![](../../images/eclipse/eclipse-import.png "Import Dotty to Eclipse")
39+
![](../../../images/eclipse/eclipse-import.png "Import Dotty to Eclipse")
4040

4141
On the next window, select the bare minimum configuration to run Dotty. You will need the compiler, library and the
4242
interfaces.
4343

44-
![](../../images/eclipse/eclipse-select.png "Import Dotty Projects")
44+
![](../../../images/eclipse/eclipse-select.png "Import Dotty Projects")
4545

4646

4747
Running/Debugging
@@ -55,7 +55,7 @@ specify three `Bootstrap Entries` which are the compiler, interfaces and the lib
5555
Additionally you need to specify the scala-asm library as an external jar dependency. This can be found on your local
5656
`~/.ivy2/cache/` directory.
5757

58-
![](../../images/eclipse/eclipse-runconfiguration.png "Import Dotty Projects")
58+
![](../../../images/eclipse/eclipse-runconfiguration.png "Import Dotty Projects")
5959

6060
The compiler can be run and debugged using the same configuration.
6161

docs/docs/contributing/tools/intellij-idea.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ you can now proceed with importing it to IDEA by selecting the
1313
corresponding option from the startup menu. Navigate on the corresponding directory and select it. Next, you need
1414
to select the model of the import and as the screenshot shows, select SBT.
1515

16-
![](../../images/idea/idea-import.png "Import Dotty in IDEA")
16+
![](../../../images/idea/idea-import.png "Import Dotty in IDEA")
1717

1818
Next, you select the version of the JDK that this project relies on and verify that you have selected 1.8 (assuming
1919
its installed on your local machine). Otherwise, specify it by pressing *New*.
2020

21-
![](../../images/idea/idea-sdk.png "Select the JDK")
21+
![](../../../images/idea/idea-sdk.png "Select the JDK")
2222

2323
Next we must select which modules we can import. IDEA version 2017.1 and earlier presents the full list of SBT modules
2424
that are defined in Dotty. You can either select all (expect performance degradation if you select all) or
2525
select only the `dotty` module. In order to do that, unselect all modules and select on `dotty`. IDEA, then, automatically
2626
selects all the necessary dependencies and you press OK.
2727

28-
![](../../images/idea/idea-sbt.png "Select modules to import")
28+
![](../../../images/idea/idea-sbt.png "Select modules to import")
2929

3030
In IDEA version 2017.2 and later, wait for the project to load. Then right click on `dotty` in the project explorer
3131
and select `Load/Unload Modules...`. Select only `dotty`, accept when IDEA asks to add its dependencies and press OK.
@@ -56,7 +56,7 @@ Next a configuration for Debug must be created in IDEA:
5656

5757
> Run > Edit Configurations > Add New Configuration > (select) Remote
5858
59-
![](../../images/idea/idea-debug.png "Create a Debug Configuration")
59+
![](../../../images/idea/idea-debug.png "Create a Debug Configuration")
6060

6161
Under `Search sources using module's classpath` select `dotty`. Set breakpoints as desired.
6262
Then hit the button whose tooltip says `Debug dotty-debug` (since we used `dotty-debug` for the name of

0 commit comments

Comments
 (0)