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

Commit 2d89151

Browse files
committed
Merge pull request #291 from xtreamwayz/hotfix/update-migration-links
Fix for #290: Update migration links in docs and changelog
2 parents da8c0e4 + 02c6d16 commit 2d89151

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ In particular:
8383
addition: a `priority` key can be used to allow you to granularly shape the
8484
execution order of the middleware pipeline.
8585

86-
A [migration guide](http://zend-expressive.rtfd.org/en/latest/migration/rc-to-v1/)
86+
A [migration guide](https://zendframework.github.io/zend-expressive/reference/migration/rc-to-v1/)
8787
was written to help developers migrate to RC6 from earlier versions.
8888

8989
### Added

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)