You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: fix inconsistent link paths in backends overview table
Fix backend table links to use relative paths consistently. Several
entries used absolute paths (starting with /) while others used relative
paths. Absolute paths can break when the documentation is served from a
non-root URL. This change standardizes all links to use relative paths,
consistent with the toctree directives in the same file.
Also removes a trailing space in the Vulkan link text.
0 commit comments