From 8742ae4d22ecffed907e4b1fcb52c53182a7c1d1 Mon Sep 17 00:00:00 2001 From: Jingtao Xu Date: Fri, 26 Apr 2024 20:10:07 +0800 Subject: [PATCH] Fix link path. --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index e66c775..97d0297 100644 --- a/README.org +++ b/README.org @@ -90,7 +90,7 @@ Then in one of your [[./demo/src/demo/core.clj][source file]],add the following (literate-clojure.core/install-org-dispatcher) (load-file "src/demo/core.org") #+END_SRC -Now you can use [[./demo/src/demo/core.org][core.org]] to write your documentation and source codes together, +Now you can use [[./demo/src/demo/literate_core.clj][literate_core.clj]] to write your documentation and source codes together, and any codes in [[./demo/src/demo/core.org][core.org]] will be loaded automatically. ** The special requirement for org files The org files must start with a sharp and a space, for example I usually add the following line