Skip to content

Commit

Permalink
fix sample links
Browse files Browse the repository at this point in the history
  • Loading branch information
caesay committed Mar 2, 2024
1 parent a1a4ee2 commit 75a7b63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ const sidebars: SidebarsConfig = {
link("C# / AvaloniaUI", "https://github.com/velopack/velopack/tree/master/samples/AvaloniaCrossPlat"),
link("C# / WPF", "https://github.com/velopack/velopack/tree/master/samples/VeloWpfSample"),
link("C++ / Win32", "https://github.com/velopack/velopack.fusion/tree/master/for-cpp/samples/win32"),
link("JS / Electron", "https://github.com/velopack/velopack.fusion/tree/master/for-cpp/samples/win32"),
link("Rust / Iced", "https://github.com/velopack/velopack.fusion/tree/master/for-cpp/samples/win32"),
link("JS / Electron", "https://github.com/velopack/velopack.fusion/tree/master/for-js/samples/electron-forge"),
link("Rust / Iced", "https://github.com/velopack/velopack.fusion/tree/master/for-rust/samples/iced"),
],
link: { type: 'generated-index' },
},
Expand Down

0 comments on commit 75a7b63

Please sign in to comment.