diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2023-08-02 07:08:47 -0700 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2023-08-02 07:08:47 -0700 |
commit | 3dcc07703a9c73df4ba89770849787965c4aef31 (patch) | |
tree | 288723a1f117cd897ef812f4edf74e260387ecae /src/writing/index.php | |
parent | c5ef1b6370d3229f52b292fa72c5b4700a77e32f (diff) |
wrote more calculus, fixed latex positioning problem
Diffstat (limited to 'src/writing/index.php')
-rw-r--r-- | src/writing/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/writing/index.php b/src/writing/index.php index c354f70..f138822 100644 --- a/src/writing/index.php +++ b/src/writing/index.php @@ -22,7 +22,7 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php"); My writing in Greek.
</p>
<ul>
- <li><h3><a href="derivative.php">The Calculus of Infinitesimals</a> - an introduction</h3></li>
+ <li><h3><a href="calculus.php">The Calculus of Infinitesimals</a> - an introduction</h3></li>
</ul>
<h2>Manifestos</h2>
<p>
|