We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7140eaa commit 4900fa2Copy full SHA for 4900fa2
src/Web/Documentation/ChapterController.php
@@ -27,6 +27,7 @@ public function docsRedirect(string $path): Redirect
27
#[Get('/docs')]
28
#[Get('/documentation')]
29
#[Get('/main/framework/getting-started')]
30
+ #[Get('/main/getting-started/introduction')]
31
public function index(): Redirect
32
{
33
$version = Version::default();
0 commit comments