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

Commit f9b2a18

Browse files
committed
Merge branch 'hotfix/257' into develop
Forward-port #257
2 parents a250a63 + f34e04f commit f9b2a18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ All notable changes to this project will be documented in this file, in reverse
141141
`Zend\ServiceManager\AbstractFactory\ConfigAbstractFactory`, which enables a
142142
configuration-based approach to providing class dependencies when all
143143
dependencies are services known to the `ServiceManager`. Please see
144-
[the documentation](doc/book/config-abstract-factory.md) for details.
144+
[the documentation](docs/book/config-abstract-factory.md) for details.
145145
- [#154](https://github.com/zendframework/zend-servicemanager/pull/154) adds
146146
`Zend\ServiceManager\Tool\ConfigDumper`, which will introspect a given class
147147
to determine dependencies, and then create configuration for

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ retrieving other objects.
1313

1414
- File issues at https://github.com/zendframework/zend-servicemanager/issues
1515
- [Online documentation](https://docs.zendframework.com/zend-servicemanager)
16-
- [Documentation source files](doc/book/)
16+
- [Documentation source files](docs/book/)
1717

1818
## Benchmarks
1919

0 commit comments

Comments
 (0)