Skip to content

Commit 483359f

Browse files
committed
Fixed documentation link.
1 parent bd3dc69 commit 483359f

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

doc/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Introduction
44

5-
* [Introduction](README.md)
5+
* [Introduction](introduction.md)
66
* [Design Choices](design_choices.md)
77

88
## Model

doc/cljdoc.edn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{:cljdoc.doc/tree [["Readme" {:file "README.md"}]
22
["Changes" {:file "CHANGELOG.md"}]
3+
["Introduction" {:file "doc/introduction.md"}]
34
["Design Choices" {:file "doc/design_choices.md"}]
45
["Model Anatomy" {:file "doc/model_anatomy.md"}]
56
["Model Builder" {:file "doc/model_builder.md"}]
File renamed without changes.

0 commit comments

Comments
 (0)