From f19f25220192e08e6b9c4c29dc03bcee7d001f27 Mon Sep 17 00:00:00 2001 From: Yann Esposito Date: Fri, 11 May 2012 17:21:53 +0200 Subject: [PATCH] Fixed url --- 04_Mandelbulb/Mandelbulb.lhs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/04_Mandelbulb/Mandelbulb.lhs b/04_Mandelbulb/Mandelbulb.lhs index 0496e6e..3beb844 100644 --- a/04_Mandelbulb/Mandelbulb.lhs +++ b/04_Mandelbulb/Mandelbulb.lhs @@ -5,9 +5,9 @@ part from the computation of the shape. Here is the cleaned version of the preceeding section. Most boilerplate was put in external files. -- [`YBoiler.hs`](code/YBoiler.hs), the 3D rendering -- [`Mandel`](code/Mandel.hs), the mandel function -- [`ExtComplex`](code/ExtComplex.hs), the extended complexes +- [`YBoiler.hs`](code/04_Mandelbulb/YBoiler.hs), the 3D rendering +- [`Mandel`](code/04_Mandelbulb/Mandel.hs), the mandel function +- [`ExtComplex`](code/04_Mandelbulb/ExtComplex.hs), the extended complexes > import YBoiler -- Most the OpenGL Boilerplate > import Mandel -- The 3D Mandelbrot maths