On the NetBox Zero to Hero Training page, the module links (e.g., Module 1: Introduction, Module 2: Setting Up the Organization, etc) generate broken URLs.
Problem: Clicking a module link results in malformed URLs like:
https://netboxlabs.comzero-to-hero-1-introduction/
Note the missing slash between the domain and path. The result to the user is a 404 (unless you add the slash in manually).
I suspect this is just a relative path issue with the markdown expecting the slash and a two second fix, but I wasn't sure where it was most appropriate to let the team know. Hope this makes it to the right place. :)