From 2294f1c8dee76b657c59599c863e2a495d474e39 Mon Sep 17 00:00:00 2001 From: Mike Fikes Date: Wed, 28 Mar 2018 09:10:48 -0400 Subject: [PATCH] Point directly to Shared AOT cache article --- content/news/2018-03-26-release.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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