We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70489c0 commit b3af12bCopy full SHA for b3af12b
docs/visualizer/src/controllers/graph-data-source.ts
@@ -51,7 +51,7 @@ interface RawSpectrumTokenJson {
51
}
52
53
const SOURCE_PATH =
54
- "https://raw.githubusercontent.com/adobe/spectrum-tokens/main/packages/tokens/";
+ "https://raw.githubusercontent.com/adobe/spectrum-tokens/s1-legacy/packages/tokens/";
55
56
const MANIFEST_JSON = "manifest.json";
57
0 commit comments