doc: fix broken references

These pages never existed, let's not try to reference them.
This commit is contained in:
Peter Hutterer 2021-05-21 09:28:07 +10:00
parent 0c41f24401
commit f47f85bbcb
4 changed files with 5 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# Tutorial - Part 6: Binding objects
[[previous]](tutorial5.md) [[index]](tutorial-index.md) [[next]](tutorial7.md)
[[previous]](tutorial5.md) [[index]](tutorial-index.md)
In this tutorial we show how to bind to an object so that we can
receive events and call methods on the object.
@ -184,4 +184,4 @@ you created. Otherwise, they will be leaked:
}
```
[[previous]](tutorial5.md) [[index]](tutorial-index.md) [[next]](tutorial7.md)
[[previous]](tutorial5.md) [[index]](tutorial-index.md)