You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ In short, how does a database **work**?
15
15
I'm building a clone of [sqlite](https://www.sqlite.org/arch.html) from scratch in C in order to understand, and I'm going to document my process as I go.
16
16
17
17
# Table of Contents
18
-
{% for part in site.parts %}- [{{part.title}}]({{part.url}})
18
+
{% for part in site.parts %}- [{{part.title}}]({{site.baseurl}}{{part.url}})
19
19
{% endfor %}
20
20
21
21
{% include image.html url="assets/images/arch2.gif" description="sqlite architecture (https://www.sqlite.org/arch.html)" %}
0 commit comments