Skip to content

Commit 2d1a19d

Browse files
authored
fix link to routing auto bundle configuration
fix #349
1 parent 7f73024 commit 2d1a19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AppBundle/DataFixtures/PHPCR/LoadNewsData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function load(ObjectManager $manager)
4848
'This is a news item which demonstrates the routing auto bundle. The routing
4949
auto bundle automatically creates routes for documents which are persisted.
5050
51-
See the routing auto <a href="https://github.com/symfony-cmf/cmf-sandbox/tree/1.2/src/AppBundle/Resources/config/cmf_routing_auto.yml">configuration file</a> to see how this works.
51+
See the routing auto <a href="https://github.com/symfony-cmf/cmf-sandbox/blob/master/src/AppBundle/Resources/config/cmf_routing_auto.yml">configuration file</a> to see how this works.
5252
EOT
5353
);
5454

0 commit comments

Comments
 (0)