Output a specific link in WordPress post if the single post’s category’s name contain certain word

I want to output a specific link in every post, depending on the post’s category. For example, if a post is in “travel” category, then the link to https://www.example.com/travelbooking will be displayed in this post. If a post is in “hotel” category, then the link to https://www.example.com/hotelbooking will be displayed in this post.