Skip to content

Commit 0517738

Browse files
Corbin Smithcgruber
Corbin Smith
authored andcommitted
Update generated documentation link
1 parent dc7fd1a commit 0517738

File tree

2 files changed

+87
-88
lines changed

2 files changed

+87
-88
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Release candidate: ***`legacy-1.4.0-rc1`***<br />
77
Main branch: `master`
88

99
# News!
10-
* <b>May 1, 2020.</b> Released version [1.4.0-rc1](https://github.com/bazelbuild/rules_kotlin/releases/tag/legacy-1.4.0-rc1). Includes:
10+
* <b>May 1, 2020.</b> Released version [1.4.0-rc3](https://github.com/bazelbuild/rules_kotlin/releases/tag/legacy-1.4.0-rc3). Includes:
1111
- Pre-built binary worker
1212
- Support for Kotlin compiler plugins via the kt_compiler_plugin (#308)
1313
- Improved determinism for remote builds (#304)
@@ -53,7 +53,7 @@ Javascript is reported to work, but is not as well maintained (at present)
5353
# Documentation
5454

5555
Generated API documentation is available at
56-
[https://bazelbuild.github.io/rules_kotlin/](https://bazelbuild.github.io/rules_kotlin/).
56+
[https://bazelbuild.github.io/rules_kotlin/kotlin](https://bazelbuild.github.io/rules_kotlin/kotlin).
5757

5858
# Quick Guide
5959

@@ -84,7 +84,7 @@ kt_register_toolchains() # to use the default toolchain, otherwise see toolchain
8484
```python
8585
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
8686

87-
rules_kotlin_version = "legacy-1.4.0-rc1"
87+
rules_kotlin_version = "legacy-1.4.0-rc3"
8888
rules_kotlin_sha = "<release sha>"
8989
http_archive(
9090
name = "io_bazel_rules_kotlin",

0 commit comments

Comments
 (0)