Skip to content

Commit f62fd18

Browse files
committed
chore: fix repository urls
Signed-off-by: Gordon Smith <[email protected]>
1 parent c3733d4 commit f62fd18

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

packages/dataflow/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@
5252
"bugs": {
5353
"url": "https://github.com/hpcc-systems/Visualization/issues"
5454
},
55-
"homepage": "https://github.com/hpcc-systems/Visualization/tree/trunk/packages/dataflow"
56-
}
55+
"homepage": "https://github.com/hpcc-systems/Visualization/tree/main/packages/dataflow"
56+
}

packages/markdown-it-plugins/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@
7979
"bugs": {
8080
"url": "https://github.com/hpcc-systems/Visualization/issues"
8181
},
82-
"homepage": "https://github.com/hpcc-systems/Visualization/tree/trunk/packages/markdonw-it-plugins"
83-
}
82+
"homepage": "https://github.com/hpcc-systems/Visualization/tree/main/packages/markdonw-it-plugins"
83+
}

packages/observablehq-compiler/bin/ojscc.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ yargs
6464
)
6565
.help("h")
6666
.alias("h", "help")
67-
.epilog("https://github.com/hpcc-systems/Visualization/tree/trunk/packages/observablehq-compiler")
67+
.epilog("https://github.com/hpcc-systems/Visualization/tree/main/packages/observablehq-compiler")
6868
.parse();

packages/observablehq-compiler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,5 @@
8585
"bugs": {
8686
"url": "https://github.com/hpcc-systems/Visualization/issues"
8787
},
88-
"homepage": "https://github.com/hpcc-systems/Visualization/tree/trunk/packages/observablehq-compiler"
89-
}
88+
"homepage": "https://github.com/hpcc-systems/Visualization/tree/main/packages/observablehq-compiler"
89+
}

packages/util/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@
5353
"bugs": {
5454
"url": "https://github.com/hpcc-systems/Visualization/issues"
5555
},
56-
"homepage": "https://github.com/hpcc-systems/Visualization/tree/trunk/packages/util"
57-
}
56+
"homepage": "https://github.com/hpcc-systems/Visualization/tree/main/packages/util"
57+
}

0 commit comments

Comments
 (0)