Skip to content

Commit 75a7b63

Browse files
committed
fix sample links
1 parent a1a4ee2 commit 75a7b63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sidebars.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ const sidebars: SidebarsConfig = {
5656
link("C# / AvaloniaUI", "https://github.com/velopack/velopack/tree/master/samples/AvaloniaCrossPlat"),
5757
link("C# / WPF", "https://github.com/velopack/velopack/tree/master/samples/VeloWpfSample"),
5858
link("C++ / Win32", "https://github.com/velopack/velopack.fusion/tree/master/for-cpp/samples/win32"),
59-
link("JS / Electron", "https://github.com/velopack/velopack.fusion/tree/master/for-cpp/samples/win32"),
60-
link("Rust / Iced", "https://github.com/velopack/velopack.fusion/tree/master/for-cpp/samples/win32"),
59+
link("JS / Electron", "https://github.com/velopack/velopack.fusion/tree/master/for-js/samples/electron-forge"),
60+
link("Rust / Iced", "https://github.com/velopack/velopack.fusion/tree/master/for-rust/samples/iced"),
6161
],
6262
link: { type: 'generated-index' },
6363
},

0 commit comments

Comments
 (0)