We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8461a63 commit 3b2a1aeCopy full SHA for 3b2a1ae
1 file changed
Source code/src/data/projectsData.ts
@@ -40,7 +40,7 @@ export const projectsData: Project[] = [
40
description: "SNN implementation in C for efficient spiking neural network computation with optimized performance and debugging capabilities.",
41
category: "Spiking Neural Networks",
42
status: "Completed",
43
- githubLink: "https://github.com/example/spikingc",
+ githubLink: "https://github.com/neuroTUM/SpikingC",
44
year: 2024
45
},
46
{
0 commit comments