Skip to content

Commit

Permalink
link to C# client package
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueSCar committed Feb 23, 2025
1 parent 168bc5c commit 20e4b4b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion stores/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,19 @@ export const useNavigationStore = defineStore("navigation", () => {
},
{
label: "Python",
url: "https://github.com/CFBD/cfbd-python/tree/next",
url: "https://github.com/CFBD/cfbd-python",
target: "_blank"
},
{
label: "JavaScript",
url: "https://www.npmjs.com/package/cfbd",
target: "_blank"
},
{
label: "C#",
url: "https://github.com/CFBD/cfbd-net",
target: "_blank"
}
],
},
{
Expand Down

0 comments on commit 20e4b4b

Please sign in to comment.