Skip to content

Commit 54ae3af

Browse files
authored
Merge pull request #119 from NeuroJSON/staging
Feat: update tools url to resources tab in navigation bar
2 parents fbd093b + a452958 commit 54ae3af

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

src/components/NavBar/NavItems.tsx

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,12 @@ const NavItems: React.FC = () => {
6767
{
6868
category: "MATLAB/Octave",
6969
items: [
70-
{ text: "jsonlab", url: "" },
71-
{ text: "jdict", url: "" },
72-
{ text: "jnifty", url: "" },
73-
{ text: "jsnirfy", url: "" },
70+
{ text: "jsonlab", url: "https://neurojson.org/Page/jsonlab" },
71+
{ text: "jdict", url: "https://neurojson.org/Page/jdict" },
72+
{ text: "jnifty", url: "https://neurojson.org/Page/jnifty" },
73+
{ text: "jsnirfy", url: "https://neurojson.org/Page/jsnirfy" },
74+
{ text: "zmat", url: "https://neurojson.org/Page/zmat" },
75+
{ text: "easyh5", url: "https://neurojson.org/Page/easyh5" },
7476
],
7577
},
7678
{
@@ -83,12 +85,12 @@ const NavItems: React.FC = () => {
8385
{
8486
category: "Format Specifications",
8587
items: [
86-
{ text: "JData", url: "" },
87-
{ text: "BJData", url: "" },
88-
{ text: "JNIfTI", url: "" },
89-
{ text: "JSNIRF", url: "" },
90-
{ text: "JMesh", url: "" },
91-
{ text: "JGIFTI", url: "" },
88+
{ text: "JData", url: "https://neurojson.org/Page/JData_Format" },
89+
{ text: "BJData", url: "https://neurojson.org/Page/BJData_Format" },
90+
{ text: "JNIfTI", url: "https://neurojson.org/Page/JNIfTI_Format" },
91+
{ text: "JSNIRF", url: "https://neurojson.org/Page/JSNIRF_Format" },
92+
{ text: "JMesh", url: "https://neurojson.org/Page/JMesh_Format" },
93+
{ text: "JGIFTI", url: "https://github.com/NeuroJSON/jgifti" },
9294
],
9395
},
9496
];

0 commit comments

Comments
 (0)