You could use the Templater and dataview plugins, create a small template like this:
## Links
```dataview
list from outgoing([[<% tp.file.title %>]])
```
and insert it in your file(s).
Just remember that
- whenever you change the title of your note, you will have to re-apply the template
because templates aren’t a kind of “dynamic variables” but get expanded only once. This means, if your note was called “Test”, the command will (after expansion) look like
list from outgoing([[Test]])
and not change automagically when you change your note title.