2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00

fix: make error code target more stable using sref (#9689)

This commit is contained in:
Matthias Mair
2025-05-24 15:16:19 +02:00
committed by GitHub
parent f6283dfcc4
commit d018bc678e
2 changed files with 2 additions and 1 deletions

View File

@ -76,7 +76,7 @@ export const docLinks = {
developer: 'https://docs.inventree.org/en/latest/develop/contributing/',
faq: 'https://docs.inventree.org/en/latest/faq/',
github: 'https://github.com/inventree/inventree',
errorcodes: 'https://docs.inventree.org/en/latest/settings/error_codes/'
errorcodes: 'https://docs.inventree.org/en/latest/sref/error-codes/'
};
export function DocumentationLinks(): MenuLinkItem[] {