diff --git a/doc/classes/Compositor.xml b/doc/classes/Compositor.xml
index 7605083319c..0732526957b 100644
--- a/doc/classes/Compositor.xml
+++ b/doc/classes/Compositor.xml
@@ -7,6 +7,7 @@
The compositor resource stores attributes used to customize how a [Viewport] is rendered.
+ $DOCS_URL/tutorials/rendering/compositor.html
diff --git a/doc/classes/CompositorEffect.xml b/doc/classes/CompositorEffect.xml
index cf3aa9fca47..76a38879188 100644
--- a/doc/classes/CompositorEffect.xml
+++ b/doc/classes/CompositorEffect.xml
@@ -7,6 +7,7 @@
This resource defines a custom rendering effect that can be applied to [Viewport]s through the viewports' [Environment]. You can implement a callback that is called during rendering at a given stage of the rendering pipeline and allows you to insert additional passes. Note that this callback happens on the rendering thread. CompositorEffect is an abstract base class and must be extended to implement specific rendering logic.
+ $DOCS_URL/tutorials/rendering/compositor.html