[UI] Fix broken links (#11189)
This commit is contained in:
parent
7f3c86163d
commit
ec2bf23627
|
|
@ -70,9 +70,9 @@ export function getNavTabs(user: UserStateProps): NavTab[] {
|
|||
}
|
||||
|
||||
export const docLinks = {
|
||||
app: 'https://docs.inventree.org/app/',
|
||||
app: 'https://docs.inventree.org/en/latest/app/',
|
||||
getting_started: 'https://docs.inventree.org/en/latest/start/',
|
||||
api: 'https://docs.inventree.org/en/latest/api/api/',
|
||||
api: 'https://docs.inventree.org/en/latest/api/',
|
||||
developer: 'https://docs.inventree.org/en/latest/develop/contributing/',
|
||||
faq: 'https://docs.inventree.org/en/latest/faq/',
|
||||
github: 'https://github.com/inventree/inventree',
|
||||
|
|
|
|||
|
|
@ -107,6 +107,7 @@ if (window.INVENTREE_SETTINGS.sentry_dsn) {
|
|||
});
|
||||
}
|
||||
|
||||
// Expose global objects for the plugin system
|
||||
(window as any).React = React;
|
||||
(window as any).ReactDOM = ReactDOM;
|
||||
(window as any).ReactDOMClient = ReactDOMClient;
|
||||
|
|
|
|||
Loading…
Reference in New Issue