404 on old link after changing post url

You will need to add the following code in your htaccess.

Redirect 301 <Old Url> <New Url>

Place old link of your post in place of <Old Url> and new link in place of <New Url>

For reference view this link.