Hyperlink in alert box

HI all, I would like to make a version check of my APP, once there is a new version, alert box will be showed.
May I know is it possible to add a hyperlink in the alert box, so that users can click the hyperlink to go to APP store for update? Many thanks.

My current alert code is as below :

let alert = this.alertCtrl.create({ title: 'New version released', subTitle: 'Please update your APP', buttons: ['Jump to the link to APP store'] }); alert.present();