From 24964254b02640812e381ba72589b9627fa7e8ef Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Wed, 20 Mar 2013 15:17:22 -0700 Subject: [PATCH] fix link to available views from dayRender --- display/dayRender.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/display/dayRender.txt b/display/dayRender.txt index 31d5416..d32dd72 100644 --- a/display/dayRender.txt +++ b/display/dayRender.txt @@ -9,7 +9,7 @@ function( date, cell ) { } This callback lets you modify day cells that are part of the *month*, *basicWeek*, and *basicDay* views. -See [Available Views](http://localhost/arshaw/fullcalendar/docs/views/Available_Views/). +See [Available Views](../views/Available_Views/). `date` is the native Date object for the given day.