Skip to content

Commit 145e54d

Browse files
committed
Merge pull request #62 from php-http/links
Updated links to the new documentation
2 parents 453e59c + 7c9c3a2 commit 145e54d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DependencyInjection/Compiler/DiscoveryPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ private function registerFactory(ContainerBuilder $container)
7171
{
7272
if (false === $container->has('puli.discovery')) {
7373
throw new RuntimeException(
74-
'You need to install puli/symfony-bundle or add configuration at httplug.classes in order to use this bundle. Refer to http://docs.php-http/en/latest/integrations/index.html'
74+
'You need to install puli/symfony-bundle or add configuration at httplug.classes in order to use this bundle. Refer to http://docs.php-http.org/en/latest/integrations/symfony-bundle.html#discovery-of-factory-classes'
7575
);
7676
}
7777

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function registerBundles()
3535

3636
## Documentation
3737

38-
Please see the [official documentation](http://docs.php-http/en/latest/integrations/index.html).
38+
Please see the [official documentation](http://docs.php-http.org/en/latest/integrations/symfony-bundle.html).
3939

4040

4141
## Testing

0 commit comments

Comments
 (0)