Hyperlinking Help Center Categories | Community
Skip to main content

Hyperlinking Help Center Categories

  • May 23, 2023
  • 0 replies
  • 0 views

Jessica37

This topic came up before but I couldn't get any of the suggestions to work and the original post is closed for comments. I am trying to get the "What's New" category in our knowledge base to redirect to an external URL. I've tried a variation of the suggestions included in the original post with no luck. Here's an example of one method I tried: 

$(document).ready(function() {
   $('a[href*="360004761531"]').attr('href','https://releases.hireology.com/');
  });
</script>
{{/if}}

 

Can you help me understand what I'm doing wrong?