Skip to content

Commit f555429

Browse files
committed
page link corrections
1 parent adf131e commit f555429

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This library has an `Database` class, an combination of the [Factory](https://en
1212

1313
* More Todo...
1414

15-
For an full overview see [documentation Wiki](https://github.com/ezSQL/ezSQL/WIKI.md), which is not completely finish.
15+
For an full overview see [documentation Wiki](https://github.com/ezSQL/ezSQL/wiki), which is not completely finish.
1616

1717
## Installation
1818

@@ -103,4 +103,4 @@ prepareOff(); // When off shortcut SQL Methods calls will use vendors escape rou
103103

104104
query_prepared(string $query_string, array $param_array);
105105

106-
**For** **[Authors/Contributors](https://github.com/ezsql/ezsql/CONTRIBUTORS.md)**
106+
**For** **[Authors/Contributors](https://github.com/ezSQL/ezSQL/blob/master/CONTRIBUTORS.md)**

WIKI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Any articles referencing WordPress database engine is an good source of what kin
156156

157157
Version 4 of this library attempts to, beside all the additional features, _remove some bad coding styles_, _bring the library to modern coding practices of which_, _follow proper __OOP__ and be __PSR__ compliant_.
158158

159-
This version further break things introduced in version 3 that broke version 2.1.7. See [CHANGE LOG](https://github.com/ezsql/ezsql/CHANGELOG.md)
159+
This version further break things introduced in version 3 that broke version 2.1.7. See [CHANGE LOG](https://github.com/ezSQL/ezSQL/blob/master/CHANGELOG.md)
160160

161161
____Installation and Usage____
162162
---

0 commit comments

Comments
 (0)