diff --git a/docs/pwg/intro-basics.xml b/docs/pwg/intro-basics.xml
index 4a50e91d0c..e864e5e166 100644
--- a/docs/pwg/intro-basics.xml
+++ b/docs/pwg/intro-basics.xml
@@ -220,6 +220,7 @@
GstAllocator. Elements can ask a GstBufferPool or GstAllocator
from the downstream peer element. If downstream is able to provide
these objects, upstream can use them to allocate buffers.
+ See more in .
Many sink elements have accelerated methods for copying data
@@ -254,7 +255,8 @@
for ensuring that the parameters required to fully specify a format match
up correctly when linking pads between elements. Each link that is
made between elements has a specified type and optionally a set of
- properties.
+ properties. See more about caps negotiation in
+ .