From a8d5b2e6d9c97eba784320b571d217e93b8d294d Mon Sep 17 00:00:00 2001 From: philippeitis <33013301+philippeitis@users.noreply.github.com> Date: Fri, 14 Oct 2022 22:41:36 -0700 Subject: [PATCH] Link hub in resource builder docs --- src/generator/templates/api/lib/rbuild.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ///