From 1a7cd9290b8d454f0fd455202a6f55b55a621cf7 Mon Sep 17 00:00:00 2001 From: walterhiggins Date: Sat, 9 Feb 2013 20:27:50 +0000 Subject: [PATCH] fixed doc link --- docs/api.md | 4 ++-- src/main/javascript/drone/sphere.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/api.md b/docs/api.md index 572463b..b97bf95 100644 --- a/docs/api.md +++ b/docs/api.md @@ -664,7 +664,7 @@ To create a wood 'north' hemisphere with a radius of 7 blocks... hemisphere(blocks.oak, 7, 'north'); -![hemisphere example](img/hemipshereex1.png) +![hemisphere example](img/hemisphereex1.png) Drone.hemisphere0() method ========================= @@ -683,7 +683,7 @@ To create a glass 'north' hemisphere with a radius of 20 blocks... hemisphere0(blocks.glass, 20, 'north'); -![hemisphere example](img/hemipshereex2.png) +![hemisphere example](img/hemisphereex2.png) Blocks Module ============= diff --git a/src/main/javascript/drone/sphere.js b/src/main/javascript/drone/sphere.js index bb92dc6..ed736ec 100644 --- a/src/main/javascript/drone/sphere.js +++ b/src/main/javascript/drone/sphere.js @@ -184,7 +184,7 @@ To create a wood 'north' hemisphere with a radius of 7 blocks... hemisphere(blocks.oak, 7, 'north'); -![hemisphere example](img/hemipshereex1.png) +![hemisphere example](img/hemisphereex1.png) ***/ Drone.extend('hemisphere', function(block,radius, northSouth){ @@ -255,7 +255,7 @@ To create a glass 'north' hemisphere with a radius of 20 blocks... hemisphere0(blocks.glass, 20, 'north'); -![hemisphere example](img/hemipshereex2.png) +![hemisphere example](img/hemisphereex2.png) ***/ Drone.extend('hemisphere0', function(block,radius,northSouth){