iTwin / itwinjs-core

Monorepo for iTwin.js Library
https://www.itwinjs.org
MIT License
600 stars 210 forks source link

Documentation Issue: Dead link #6995

Closed BeChaRem closed 1 month ago

BeChaRem commented 1 month ago

The link for "Localization in iTwin.js" is wrong. It should lead to https://github.com/iTwin/itwinjs-core/blob/master/docs/learning/frontend/Localization.md . Weird thing is that the url in the code seems right.

Found on page https://www.itwinjs.org/presentation/advanced/localization - "Localization"

ben-polinsky commented 1 month ago

Hi. Seems like forward slashes should be used. To avoid having to move up in the folder structure, check out https://github.com/iTwin/itwinjs-core/blob/master/core/backend/src/Category.ts#L195 for an example of how you can link relative to the docs root using $docs