apify
apify copied to clipboard
Encoded char is used for path separator
I'm seeing this path being generated:
<a href="../modules/src/command/Menus.html">Menus</a>
Although it seems to work, I don't think /
should be used. Should simply be:
<a href="../modules/src/command/Menus.html">Menus</a>
Re-opening. I'm seeing this again in Dependencies section:
<section id="dependencies">
<h3>Dependencies</h3>
<ul class="nav nav-list">
<li><a href="../../../../modules/thirdparty/lodash.html">lodash</a></li>
<li><a href="../../../../modules/utils/Global.html">Global</a></li>
<li><a href="../../../../modules/command/Commands.html">Commands</a></li>
<li><a href="../../../../modules/command/KeyBindingManager.html">KeyBindingManager</a></li>
<li><a href="../../../../modules/utils/StringUtils.html">StringUtils</a></li>
<li><a href="../../../../modules/command/CommandManager.html">CommandManager</a></li>
<li><a href="../../../../modules/widgets/PopUpManager.html">PopUpManager</a></li>
<li><a href="../../../../modules/utils/ViewUtils.html">ViewUtils</a></li>
<li><a href="../../../../modules/utils/DeprecationWarning.html">DeprecationWarning</a></li>
</ul>
</section>