From 64dbf0dcacb1f4c553a19eaeac550cd09b63f179 Mon Sep 17 00:00:00 2001 From: Warren Weckesser Date: Fri, 16 Feb 2018 22:24:46 -0500 Subject: [PATCH] Fix some links; closes gh-25 --- ipython/CoupledSpringMassSystem.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ipython/CoupledSpringMassSystem.ipynb b/ipython/CoupledSpringMassSystem.ipynb index dcda9ed..109c920 100644 --- a/ipython/CoupledSpringMassSystem.ipynb +++ b/ipython/CoupledSpringMassSystem.ipynb @@ -16,9 +16,9 @@ "\n", "This cookbook example shows how to solve a system of differential\n", "equations. (Other examples include the\n", - "[Lotka-Volterra Tutorial](LoktaVolterraTutorial), the\n", - "[Zombie Apocalypse](Zombie_Apocalypse_ODEINT) and the\n", - "[KdV example](KdV_example).)\n", + "[Lotka-Volterra Tutorial](LoktaVolterraTutorial.html), the\n", + "[Zombie Apocalypse](Zombie_Apocalypse_ODEINT.html) and the\n", + "[KdV example](KdV.html).)\n", "\n", "A Coupled Spring-Mass System\n", "----------------------------\n",