mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
fix upsource:// links formatting, #2
This commit is contained in:
parent
6d70fb2d49
commit
530a7b74c1
@ -104,7 +104,7 @@ The New Project Wizard produces the `my_gradle_plugin` project `build.gradle` fi
|
||||
* The _Group ID_ from the Wizard [Project Naming Screen](#project-naming-screen) is the `project.group` value.
|
||||
* The _Version_ from the Wizard [Project Naming Screen](#project-naming-screen) is the `project.version` value.
|
||||
* The `sourceCompatibility` line is injected to enforce using Java 8 JDK to compile Java source.
|
||||
* The only comment in the file is a link to the [`README.md`](https://github.com/JetBrains/gradle-intellij-plugin/blob/master/README.md) for the IntelliJ IDEA Gradle plugin, which is a reference for the DSLs defined by the plugin.
|
||||
* The only comment in the file is a link to the [README.md](https://github.com/JetBrains/gradle-intellij-plugin/blob/master/README.md) for the IntelliJ IDEA Gradle plugin, which is a reference for the DSLs defined by the plugin.
|
||||
* The value of the Setup DSL attribute `intellij.version` specifies the version of the IntelliJ Platform to be used to build the plugin.
|
||||
It defaults to the version of IntelliJ IDEA that was used to run the New Project Wizard.
|
||||
* The value of the Patching DSL attribute `patchPluginXml.changeNotes` is set to place holder text.
|
||||
|
@ -11,7 +11,7 @@ Download and install either IntelliJ IDEA Ultimate or IntelliJ IDEA Community Ed
|
||||
### 1.2. Check out Community Edition Source Files
|
||||
|
||||
Download the IntelliJ IDEA Community Edition source files as described in the IntelliJ IDEA Community Edition
|
||||
[`README`](upsource:///README.md) file.
|
||||
[README](upsource:///README.md) file.
|
||||
|
||||
### 1.3. Install Required Plugins
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user