Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit d5ba365

Browse files
committed
#290 - Fix broken link to migration guide
1 parent da8c0e4 commit d5ba365

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Container/ApplicationFactory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,14 +245,14 @@ private function handleDeprecatedPipeline(array $deprecatedKeys, array $pipeline
245245
throw new ContainerInvalidArgumentException(
246246
'middleware_pipeline cannot contain a mix of middleware AND pre_/post_routing keys; '
247247
. 'please update your configuration to define middleware_pipeline as a single pipeline; '
248-
. 'see http://zend-expressive.rtfd.org/en/latest/migration/rc-to-v1/'
248+
. 'see https://zendframework.github.io/zend-expressive/reference/migration/rc-to-v1/'
249249
);
250250
}
251251

252252
trigger_error(
253253
'pre_routing and post_routing configuration is deprecated; '
254254
. 'update your configuration to define the middleware_pipeline as a single pipeline; '
255-
. 'see http://zend-expressive.rtfd.org/en/latest/migration/rc-to-v1/',
255+
. 'see https://zendframework.github.io/zend-expressive/reference/migration/rc-to-v1/',
256256
E_USER_DEPRECATED
257257
);
258258

0 commit comments

Comments
 (0)