Link from browser to Apple app store or android app store [duplicate]

I’m creating a banner with a button that would allow a user who is on my website on mobile device to click that button and be taken to that app in the apple app store or the equivalent for the google play store on android. I’ve looked over previous stackoverflow posts and can’t find any recent information. What link would that button’s onClick redirect to for both devices?

I’m not sure if I should try to access the app on apple connect and use that URL or if there is another preferred way of going about it.