Skip to content

Commit 1788052

Browse files
committed
Fixes links from global readme to subs.
1 parent 8c6aec0 commit 1788052

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,32 +10,32 @@ and integratable with any future project.
1010

1111
A set of string utilities for e.g. capitalization or converting strings from dashed to their camelcased equivalent.
1212

13-
[Readme](lib/Scandio/lmvc/util/string)
13+
[Readme](lib/Scandio/lmvc/utils/string)
1414

1515
## Bootstrap
1616

1717
A Butler and an Interface for a Bootstrap file used in lmvc to bootstrap modules or utils. The BootstrapInterface's
1818
implementation will be called when giving the `Butler::initialize($namespace)` a correct implementation.
1919

20-
[Readme](lib/Scandio/lmvc/util/bootstrap)
20+
[Readme](lib/Scandio/lmvc/utils/bootstrap)
2121

2222
## Config
2323

2424
A class offering the ability to load json files into a Config manager which will extend entries according to latest-entry
2525
wins. Entries can then easily be used all over an application.
2626

27-
[Readme](lib/Scandio/lmvc/util/config)
27+
[Readme](lib/Scandio/lmvc/utils/config)
2828

2929
## Logger
3030

3131
An PSR-3 compliant convention-over-configuration logger which can be easily integrated into any lmvc application.
3232
Configuration is accomplished through a `config.json` directive. Moreover, this implementation offers multiple
3333
independent scribes per instance all having a custom *local* LogLevel.
3434

35-
[Readme](lib/Scandio/lmvc/util/logger)
35+
[Readme](lib/Scandio/lmvc/utils/logger)
3636

3737
## Traits
3838

3939
A currently minimal set of traits designed to be applicable in as many use cases as possible.
4040

41-
[Readme](lib/Scandio/lmvc/util/traits)
41+
[Readme](lib/Scandio/lmvc/utils/traits)

0 commit comments

Comments
 (0)