Output comment_author in array

I finally figured it out.

I was trying to call the wrong wp function.

By using get_comment_author() instead of comment_author() the link displays as desired.