Skip to content

Commit 7868065

Browse files
committed
Updated README.md to point to docs/Reuleset.md.
1 parent a01f481 commit 7868065

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
PHP Semantic Versioning Checker is a console/library which allows you to inspect a set of before and after source code.
1010

11-
After the inspection is completed, you are given a list of changes that have occurred between the two changesets. For each of these changes, the level of the change (MAJOR, MINOR, PATCH, NONE) will be given, as well as the location of the change (file and line number) and a reason as to why this level change is suggested.
11+
After the inspection is completed, you are given a list of changes that have occurred between the two changesets. For each of these changes, the level of the change (MAJOR, MINOR, PATCH) will be given, as well as the location of the change (file and line number) and a reason as to why this level change is suggested.
1212

1313
## Getting started
1414

@@ -22,7 +22,7 @@ As the package gets more stable, other means of distribution may become availabl
2222

2323
## Current ruleset & verification codes
2424

25-
See `docs/Ruleset.md` for an exhaustive list of currently supported (and to come) ruleset.
25+
See [`docs/Ruleset.md`](docs/Ruleset.md) for an exhaustive list of currently supported (and to come) ruleset.
2626

2727
Verification codes are a mean to uniquely identify a semantic versioning trigger (a condition which upon detection, requires your code changes to be versioned).
2828

0 commit comments

Comments
 (0)