Skip to content

Commit ec2a16f

Browse files
authored
Updates docs app reference location
The location of the app reference page changed due to introduction of composable image.
1 parent 979f5f6 commit ec2a16f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendorization/vendorization.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func (va *VendorAssets) ProprietaryFiles() []string {
4949

5050
func (va *VendorAssets) Docs() *Docs {
5151
return &Docs{
52-
AppReference: fmt.Sprintf("%s/create-apps/app-reference.html", va.DocsBaseURL),
52+
AppReference: fmt.Sprintf("%s/create-apps/app-reference/single-runtime-image.html", va.DocsBaseURL),
5353
GettingStarted: fmt.Sprintf("%s/guides/symfony/get-started.html", va.DocsBaseURL),
5454
Hooks: fmt.Sprintf("%s/create-apps/hooks/hooks-comparison.html", va.DocsBaseURL),
5555
PHP: fmt.Sprintf("%s/languages/php.html", va.DocsBaseURL),

0 commit comments

Comments
 (0)