From 7d67760a69bb204f93104c93708a85f88e02898e Mon Sep 17 00:00:00 2001 From: Ed Wilde Date: Mon, 15 Feb 2021 14:01:23 +1300 Subject: [PATCH] DOC: fix link syntax Fixing a link syntax error in execution pipeline docs. --- docs/en/02_Developer_Guides/16_Execution_Pipeline/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1c064d9ec..e9fe1a2df 100644 --- a/docs/en/02_Developer_Guides/16_Execution_Pipeline/index.md +++ b/docs/en/02_Developer_Guides/16_Execution_Pipeline/index.md @@ -35,7 +35,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: