Skip to content

Commit

Permalink
Fix link path.
Browse files Browse the repository at this point in the history
  • Loading branch information
jingtaozf committed Apr 26, 2024
1 parent f130938 commit 8742ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8742ae4

Please sign in to comment.