Site icon Hip-Hop Website Design and Development

Is there a hook for nav menu item links to add custom css programatically?

I know there is this nav_menu_css_class hook to add a custom class to the list items in the nav, but is there a similar hook to add a custom class to all link items in the nav? I want all my links in the nav to have this class:

<a class="nav-link" href="#whatever">Sample page</a>