Fix broken links in README.md

Closes https://github.com/JetBrains/intellij-community/pull/2560

GitOrigin-RevId: 646cef422ab7b59cb268b6aa6aa8f157ce5c1490
This commit is contained in:
frazar
2023-09-04 09:30:31 +00:00
committed by intellij-monorepo-bot
parent 3a08ca3f08
commit 98d798dbf5
+2 -2
View File
@@ -63,7 +63,7 @@ Examples (`./` should be added only for Linux/macOS):
* Build installers only for current operating system: `./installers.cmd -Dintellij.build.target.os=current`
* Build source code _incrementally_ (do not build what was already built before): `./installers.cmd -Dintellij.build.incremental.compilation=true`
`installers.cmd` is used just to run [OpenSourceCommunityInstallersBuildTarget](build/scripts/OpenSourceCommunityInstallersBuildTarget.kt) from the command line.
`installers.cmd` is used just to run [OpenSourceCommunityInstallersBuildTarget](build/src/OpenSourceCommunityInstallersBuildTarget.kt) from the command line.
You may call it directly from IDEA, see run configuration `Build IDEA Community Installers (current OS)` for an example.
#### Dockerized Build Environment
@@ -92,5 +92,5 @@ Examples (`./` should be added only for Linux/macOS):
* Build source code _incrementally_ (do not build what was already built before): `./tests.cmd -Dintellij.build.incremental.compilation=true`
* Run a specific test: `./tests.cmd -Dintellij.build.test.patterns=com.intellij.util.ArrayUtilTest`
`tests.cmd` is used just to run [CommunityRunTestsBuildTarget](build/scripts/CommunityRunTestsBuildTarget.kt) from the command line.
`tests.cmd` is used just to run [CommunityRunTestsBuildTarget](build/src/CommunityRunTestsBuildTarget.kt) from the command line.
You may call it directly from IDEA, see run configuration `tests in community` for an example.