diff --git a/tips-on-nest.md b/tips-on-nest.md index b45ef8b..a74906e 100644 --- a/tips-on-nest.md +++ b/tips-on-nest.md @@ -137,4 +137,6 @@ Debugging the NEST Project ========================== You can set up a project with your favourite IDE (e.g., NetBeans or Eclipse) and create a ```C++``` project with existing source from the ```nest/nest-2.6.0``` directory. Because we have built NEST with debug information, you will be use your IDE's debugging facilities. - +How to Add New Code to NEST +=========================== +See [Adding New Code to NEST](adding-new-code-to-nest.md).