Skip to content

Commit

Permalink
docs: fix link to EM API docs from sidebar
Browse files Browse the repository at this point in the history
Followup for #2765
  • Loading branch information
B4nan committed Feb 16, 2022
1 parent a5215a2 commit 1f7b82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports = {
'read-connections',
],
'Reference': [
{ type: 'link', label: 'EntityManager API', href: '/api/next/core/class/EventManager' },
{ type: 'link', label: 'EntityManager API', href: '/api/next/core/class/EntityManager' },
{ type: 'link', label: 'EntityRepository API', href: '/api/next/core/class/EntityRepository' },
{ type: 'link', label: 'QueryBuilder API', href: '/api/next/knex/class/QueryBuilder' },
'decorators',
Expand Down

0 comments on commit 1f7b82b

Please sign in to comment.