You are seeing this error because the action www.breathingspacelondon.org.uk is not defined in controller LinksController
If you want to customize this error message, create app/views/errors/missing_action.thtml.
Fatal: Confirm you have created the LinksController::www.breathingspacelondon.org.uk() in file : app/controllers/links_controller.php
<?php
class LinksController extends AppController {
function www.breathingspacelondon.org.uk() {
}
}
?>