i know this is a basic question but I'm really confused, when using bootstrap with the example below the link should still work? and go to the example page?
<div class="collapse navbar-collapse" id="NavbarCollapse">
     <ul class="navbar-nav ml-auto">
         <li class="nav-item">
              <a class="nav-link disabled" href="/example">Link 5</a>
         </li>
     </ul>
</div>
 
     
     
     
    
)?
– David Yates Apr 25 '18 at 19:50