Link to full size image or attachment page in photo theme

$image = wp_get_attachment_image_src( get_post_thumbnail_id(  $post->ID ), "full" );

echo '<a href="' . $image[0] . '">Link to Full Size</a>';

error code: 523