I have used Bootstrap popovers and in this one, I'd like to add an href="somelink". But this seems impossible to do with the current code situation:
<a
tabindex="0"
class="btn btn-link"
role="button"
data-toggle="popover"
data-trigger="focus"
title="Reaction Time (s)"
data-content="Enter the time it takes for a driver to react.
Reaction times vary with age, distractions, alcohol or drug usage etc.
The unit is seconds.">
<i class="far fa-question-circle fa-2x"></i>
</a>
What do I need to do to get an href into that popover text?
