From c4e3ac04207928e5305bb514e2f9d1b33d194171 Mon Sep 17 00:00:00 2001 From: jmsche Date: Tue, 14 Dec 2021 14:02:17 +0100 Subject: [PATCH] Fix zenstruck/foundry doc links --- .../foundry/1.9/config/packages/dev/zenstruck_foundry.yaml | 4 ++-- zenstruck/foundry/1.9/post-install.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zenstruck/foundry/1.9/config/packages/dev/zenstruck_foundry.yaml b/zenstruck/foundry/1.9/config/packages/dev/zenstruck_foundry.yaml index e353187c..655840ce 100644 --- a/zenstruck/foundry/1.9/config/packages/dev/zenstruck_foundry.yaml +++ b/zenstruck/foundry/1.9/config/packages/dev/zenstruck_foundry.yaml @@ -1,4 +1,4 @@ -# See full configuration: https://github.com/zenstruck/foundry#full-default-bundle-configuration +# See full configuration: https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html#full-default-bundle-configuration zenstruck_foundry: - # Whether to auto-refresh proxies by default (https://github.com/zenstruck/foundry#auto-refresh) + # Whether to auto-refresh proxies by default (https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html#auto-refresh) auto_refresh_proxies: true diff --git a/zenstruck/foundry/1.9/post-install.txt b/zenstruck/foundry/1.9/post-install.txt index 8a3adaca..456b63d0 100644 --- a/zenstruck/foundry/1.9/post-install.txt +++ b/zenstruck/foundry/1.9/post-install.txt @@ -1,4 +1,4 @@ * You're ready to use zenstruck/foundry. Create your first factory with bin/console make:factory. - * Read the documentation at https://github.com/zenstruck/foundry#foundry + * Read the documentation at https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html