2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 18:45:40 +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

@ -277,6 +277,7 @@ plugins:
'sref/ci-pre.md': 'https://github.com/inventree/InvenTree/blob/master/.pre-commit-config.yaml' # https://github.com/inventree/InvenTree/blob/master/.pre-commit-config.yaml
'sref/test-sample.md': 'https://github.com/inventree/InvenTree/blob/master/src/backend/InvenTree/InvenTree/tests.py' # https://github.com/inventree/InvenTree/blob/master/src/backend/InvenTree/InvenTree/tests.py
'sref/coverage.md': 'https://coveralls.io/github/inventree/InvenTree' # https://coveralls.io/github/inventree/InvenTree
'sref/error-codes.md': 'settings/error_codes.md'
# Extensions
markdown_extensions:

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[] {