Skip to content

Commit 6d41ee3

Browse files
authored
Remove forward slash to fix broken link job check
Remove forward slash to fix broken link job check
1 parent 615e999 commit 6d41ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/umbraco-cms/reference/routing/custom-controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ public class ProductListingPageController : Umbraco.Cms.Web.Common.Controllers.R
311311

312312
## Controller Injection
313313

314-
Injecting services into your controller constructors is possible with Umbraco's underlying dependency injection implementation. See [Services and Helpers](../../implementation/services/#custom-services-and-helpers) for more info on this.
314+
Injecting services into your controller constructors is possible with Umbraco's underlying dependency injection implementation. See [Services and Helpers](../../implementation/services#custom-services-and-helpers) for more info on this.
315315

316316
For example:
317317

0 commit comments

Comments
 (0)