Skip to content

Commit 5507705

Browse files
authored
Merge pull request #236 from gilzow/patch-1
Updates docs app reference location
2 parents 979f5f6 + ec2a16f commit 5507705

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)