diff --git a/docs/en/02_Developer_Guides/16_Execution_Pipeline/index.md b/docs/en/02_Developer_Guides/16_Execution_Pipeline/index.md index 173f9818122..c2d79979d26 100644 --- a/docs/en/02_Developer_Guides/16_Execution_Pipeline/index.md +++ b/docs/en/02_Developer_Guides/16_Execution_Pipeline/index.md @@ -31,7 +31,7 @@ tasks silently in the background. * Sets constants based on the filesystem structure (e.g. `BASE_URL`, `BASE_PATH` and `TEMP_PATH`) All requests go through `index.php`, which sets up the core [Kernel](api:SilverStripe\Core\Kernel) and [HTTPApplication](api:SilverStripe\Control\HTTPApplication) -objects. See [/developer_guides/execution_pipeline/app_object_and_kernel] for details on this. +objects. See [App Object and Kernel](/developer_guides/execution_pipeline/app_object_and_kernel) for details on this. The main process follows: