Skip to content

Commit

Permalink
fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
joreg committed Jan 7, 2024
1 parent 75296ff commit 345c8d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reference/extending/design-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,4 @@ Don't reference your own nuget in any .vl documents that contribute to a nuget o
Still to be defined: in what form to provide tests (patches, code,..) that can be run automated

### Help Patches
See [Providing Help](providinghelp.md)
See [Providing Help](providing-help.md)
2 changes: 1 addition & 1 deletion reference/extending/writing-nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Every static or member method of a public class you write in C# will turn into a
Here are some simple examples and a few more details that will help you create your own nodes. Those are also available via:
https://github.com/vvvv/VL.DemoLib

For more general considerations also see: [Design Guidelines](design_guidelines.md)
For more general considerations also see: [Design Guidelines](design-guidelines.md)

### Namespaces
The Namespace you specify in C# will turn into the nodes category in VL. Nested namespaces (using dot syntax) will be translated to nested categories accordingly.
Expand Down

0 comments on commit 345c8d8

Please sign in to comment.