ctupramod One option would be to install this extension. It adds a "logged-in" class to the body tag for people logged in. Then you can add some custom CSS in your admin.
.logged-in .Post-body a {
display: visible;
}
.Post-body a {
display: none;
}
Very crude and untested example.