diff --git a/content/news/2018-03-26-release.adoc b/content/news/2018-03-26-release.adoc index a32adbfe..ad0b6271 100644 --- a/content/news/2018-03-26-release.adoc +++ b/content/news/2018-03-26-release.adoc @@ -23,7 +23,7 @@ You can read more about `cljs.main` at https://clojurescript.org/news/2018-03-26 The shared AOT cache feature saves artifacts compiled from JARs so that they can be reused across your projects, or reused in the event that you do a clean build in a project. This can save time by avoiding recompiling code that does not change. -More information about this feature will be coming out https://clojurescript.org/news[later]. +You can read more about this feature at https://clojurescript.org/news/2018-03-28-shared-aot-cache[Shared AOT Cache]. ## Module Processing Improvements and Closure Update