Skip to content

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
bergice committed Jan 29, 2019
1 parent 4a2b54c commit 66709ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/02_Developer_Guides/16_Execution_Pipeline/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:


Expand Down

0 comments on commit 66709ef

Please sign in to comment.