diff --git a/src/generator/templates/api/lib/rbuild.mako b/src/generator/templates/api/lib/rbuild.mako index a336c893c0..696f3e6b66 100644 --- a/src/generator/templates/api/lib/rbuild.mako +++ b/src/generator/templates/api/lib/rbuild.mako @@ -25,7 +25,7 @@ % else: /// A builder providing access to all methods supported on *${singular(resource)}* resources. % endif -/// It is not used directly, but through the `${hub_type_name}` hub. +/// It is not used directly, but through the [`${hub_type_name}`] hub. /// /// # Example ///