Skip to content

Commit e10263a

Browse files
Merge pull request #8 from andrew-sayers/link-to-docs
Link to the docs instead of the wiki
2 parents 41e7a4e + cfc3829 commit e10263a

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

index.html

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,26 +31,15 @@
3131
</v-list-item-content>
3232
</v-list-item>
3333

34-
<v-list-item href="/info/simulations.html">
35-
<v-list-item-icon>
36-
<v-icon>mdi-dice-multiple</v-icon>
37-
</v-list-item-icon>
38-
<v-list-item-content>
39-
<v-list-item-title>Simulations</v-list-item-title>
40-
41-
<v-list-item-subtitle>Programatically-generated diaries</v-list-item-subtitle>
42-
</v-list-item-content>
43-
</v-list-item>
44-
4534
<v-list-item
46-
href="https://github.com/sleepdiary/info/wiki"
35+
href="/docs"
4736
>
4837
<v-list-item-icon>
4938
<v-icon>mdi-bookshelf</v-icon>
5039
</v-list-item-icon>
5140
<v-list-item-content>
52-
<v-list-item-title>Wiki</v-list-item-title>
53-
<v-list-item-subtitle>Information from other people</v-list-item-subtitle>
41+
<v-list-item-title>Documentation</v-list-item-title>
42+
<v-list-item-subtitle>Information about sleep</v-list-item-subtitle>
5443
</v-list-item-content>
5544
</v-list-item>
5645

0 commit comments

Comments
 (0)