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: update internal links for consistency and navigation
- Updated internal links across various documentation files to use absolute paths for improved accessibility.
- Ensured that references to the Naming, Change Control, and Adapters sections are correctly linked.
- Enhanced clarity in the documentation by maintaining consistent link formatting throughout.
Copy file name to clipboardExpand all lines: docs/contract/variable-contract.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ This contract defines the canonical shape used in version control.
18
18
19
19
Tool exports (example: a Figma variable export JSON) are treated as inputs. They may include extra metadata and alternate reference syntax. An adapter can normalize those inputs into this contract.
20
20
21
-
See [Adapters](../adapters) for adapter patterns and implementations.
21
+
See [Adapters](/adapters) for adapter patterns and implementations.
Copy file name to clipboardExpand all lines: docs/examples/figma-export.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This is an example input file shape from a Figma Variables export.
8
8
9
9
- Raw file: `figma-export.json`
10
10
11
-
This export format includes Figma-specific metadata and reference syntax. Use the [Figma Adapter](../../adapters/figma) to normalize it into the canonical contract format defined in [Variable Contract](../../contract/variable-contract).
11
+
This export format includes Figma-specific metadata and reference syntax. Use the [Figma Adapter](//adapters/figma) to normalize it into the canonical contract format defined in [Variable Contract](//contract/variable-contract).
12
12
13
13
## Normalization required
14
14
@@ -20,4 +20,4 @@ Figma exports need normalization before use:
0 commit comments