#92 Jekyll format generates bad links [Kotlin/dokk...
# dokka
u
#92 Jekyll format generates bad links [Kotlin/dokka] Issue created by simonorono When building with Jekyll links to the
md
files are explicitly generated: ```markdown title: ulib <.|ulib> Packages | <sron.ulib.collections/index.md|sron.ulib.collections> | | Index <alltypes/index.md|All Types>
Copy code
So, when Jekyll generates the site those links remain the same:
```html

<p><a href=".">ulib</a></p>

<h3 id="packages">Packages</h3>

<table>
  <tbody>
    <tr>
      <td><a href="sron.ulib.collections/index.md">sron.ulib.collections</a></td>
      <td> </td>
    </tr>
  </tbody>
</table>

<h3 id="index">Index</h3>

<p><a href="alltypes/index.md">All Types</a></p>