diff --git a/dropping/drop.txt b/dropping/drop.txt index ccb10d4..605e8e6 100644 --- a/dropping/drop.txt +++ b/dropping/drop.txt @@ -20,4 +20,4 @@ function( *date*, *allDay*, *jsEvent*, *ui* ) { } `this` holds the DOM element that has been dropped. To see this callback function in action, view the [droppable]() article or look at -[this example](/js/fullcalendar/demos/external-dragging.html). +[this example](/js/fullcalendar-1.5.3/demos/external-dragging.html). diff --git a/dropping/droppable.txt b/dropping/droppable.txt index f0ef48b..4872abe 100644 --- a/dropping/droppable.txt +++ b/dropping/droppable.txt @@ -36,7 +36,7 @@ dragged onto the calendar. While the `droppable` option deals with generic jQuery UI draggables and is not specifically tailored to adding events, it is possible to achieve this with a few lines of code. Follow the **external-dragging.html** example in FullCalendar's download. You can also -view the [example online](/js/fullcalendar-1.5.2/demos/external-dragging.html). +view the [example online](/js/fullcalendar-1.5.3/demos/external-dragging.html). In short, you must call [renderEvent](../event_rendering/renderEvent) yourself in the [drop]() callback. diff --git a/selection/selectable.txt b/selection/selectable.txt index 5056a87..d611f64 100644 --- a/selection/selectable.txt +++ b/selection/selectable.txt @@ -18,7 +18,7 @@ To learn the ways in which selections can be cleared, read the docs for the [unselect](unselect_callback) callback. To view an example of how to create a new event based on a user's selection -see "demos/selectable.html" in the download, or [visit this page](/js/fullcalendar-1.5.1/demos/selectable.html). +see "demos/selectable.html" in the download, or [visit this page](/js/fullcalendar-1.5.3/demos/selectable.html).