From: Raphaƫl Gertz Date: Thu, 21 Nov 2024 18:08:00 +0000 (+0100) Subject: Fix symlinks X-Git-Url: https://git.rapsys.eu/veranda/commitdiff_plain/refs/heads/master?ds=inline;hp=3748dd1d2c3a8a3d274130874e8af6b468cbef2e Fix symlinks --- diff --git a/config/packages/rapsyspack.yaml b/config/packages/rapsyspack.yaml index 82e930e..47c1f84 120000 --- a/config/packages/rapsyspack.yaml +++ b/config/packages/rapsyspack.yaml @@ -1 +1 @@ -../../vendor/rapsys/packbundle/Resources/config/packages/rapsyspack.yaml \ No newline at end of file +../../vendor/rapsys/packbundle/config/packages/rapsyspack.yaml \ No newline at end of file diff --git a/config/packages/rapsystree.yaml b/config/packages/rapsystree.yaml index ca1a19c..020b337 120000 --- a/config/packages/rapsystree.yaml +++ b/config/packages/rapsystree.yaml @@ -1 +1 @@ -../../vendor/rapsys/treebundle/Resources/config/packages/rapsystree.yaml \ No newline at end of file +../../vendor/rapsys/treebundle/config/packages/rapsystree.yaml \ No newline at end of file diff --git a/config/routes/rapsyspack.yaml b/config/routes/rapsyspack.yaml index c3efc7b..5491ce8 120000 --- a/config/routes/rapsyspack.yaml +++ b/config/routes/rapsyspack.yaml @@ -1 +1 @@ -../../vendor/rapsys/packbundle/Resources/config/routes/rapsyspack.yaml \ No newline at end of file +../../vendor/rapsys/packbundle/config/routes/rapsyspack.yaml \ No newline at end of file diff --git a/config/routes/rapsystree.yaml b/config/routes/rapsystree.yaml index 863b619..a854fc9 120000 --- a/config/routes/rapsystree.yaml +++ b/config/routes/rapsystree.yaml @@ -1 +1 @@ -../../vendor/rapsys/treebundle/Resources/config/routes/rapsystree.yaml \ No newline at end of file +../../vendor/rapsys/treebundle/config/routes/rapsystree.yaml \ No newline at end of file diff --git a/public/bundles/rapsyspack b/public/bundles/rapsyspack index d375220..e5c3981 120000 --- a/public/bundles/rapsyspack +++ b/public/bundles/rapsyspack @@ -1 +1 @@ -../../vendor/rapsys/packbundle/Resources/public/ \ No newline at end of file +../../vendor/rapsys/packbundle/public \ No newline at end of file diff --git a/public/bundles/rapsystree b/public/bundles/rapsystree index ee33cda..97a67da 120000 --- a/public/bundles/rapsystree +++ b/public/bundles/rapsystree @@ -1 +1 @@ -../../vendor/rapsys/treebundle/Resources/public/ \ No newline at end of file +../../vendor/rapsys/treebundle/public \ No newline at end of file