diff --git a/procedural/README.md b/procedural/README.md index a17cee1523..4cc8446d0b 100644 --- a/procedural/README.md +++ b/procedural/README.md @@ -4,4 +4,4 @@ This subproject holds the libraries provided to the users for procedural schedul ## Documentation -To generate the unified docs, run `./gradlew :procedural:dokkaHtmlMultiModule`. It will be available in `procedural/build/dokka/htmlMultiModule/index.html`. To view it locally, you'll need a static file server to avoid CORS problems. In IntelliJ, you can right-click on `index.html` and select `Open In -> Browser -> ...` and this will start a server for you. +To generate the unified docs, run `./gradlew dokkaHtmlMultiModule`. It will be available in `procedural/build/dokka/htmlMultiModule/index.html`. To view it locally, you'll need a static file server to avoid CORS problems. In IntelliJ, you can right-click on `index.html` and select `Open In -> Browser -> ...` and this will start a server for you.