Skip to content

Commit 9b99642

Browse files
committed
docs(README): replace internal links with documentation site link
1 parent 4e6e3ca commit 9b99642

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ This standardization makes your commit history more readable and meaningful, whi
4242
### Features
4343

4444
- Command-line utility to create commits with your rules. Defaults: [Conventional commits][conventional_commits]
45-
- Bump version automatically using [semantic versioning][semver] based on the commits. [Read More](./commands/bump.md)
45+
- Bump version automatically using [semantic versioning][semver] based on the commits. [Read More](https://commitizen-tools.github.io/commitizen/commands/bump/)
4646
- Generate a changelog using [Keep a changelog][keepchangelog]
4747
- Update your project's version files automatically
4848
- Display information about your commit rules (commands: schema, example, info)
49-
- Create your own set of rules and publish them to pip. Read more on [Customization](./customization.md)
49+
- Create your own set of rules and publish them to pip. Read more on [Customization](https://commitizen-tools.github.io/commitizen/customization/)
5050

5151
## Getting Started
5252

@@ -168,11 +168,11 @@ This command:
168168
- Updates version files
169169

170170
You can customize:
171-
- [Version files](./commands/bump.md#version_files)
172-
- [Version scheme](./commands/bump.md#version_scheme)
173-
- [Version provider](./config.md#version-providers)
171+
- [Version files](https://commitizen-tools.github.io/commitizen/commands/bump/#version_files)
172+
- [Version scheme](https://commitizen-tools.github.io/commitizen/commands/bump/#version_scheme)
173+
- [Version provider](https://commitizen-tools.github.io/commitizen/config/#version-providers)
174174

175-
For all available options, see the [bump command documentation](./commands/bump.md).
175+
For all available options, see the [bump command documentation](https://commitizen-tools.github.io/commitizen/commands/bump/).
176176

177177
### Advanced Usage
178178

@@ -219,7 +219,7 @@ pre-commit install --hook-type commit-msg --hook-type pre-push
219219
> pre-commit autoupdate
220220
> ```
221221
222-
For more details about commit validation, see the [check command documentation](commands/check.md).
222+
For more details about commit validation, see the [check command documentation](https://commitizen-tools.github.io/commitizen/commands/check/).
223223
224224
## Help & Reference
225225
@@ -243,9 +243,9 @@ Commitizen provides a comprehensive CLI with various commands. Here's the comple
243243
### Additional Resources
244244
245245
- [Conventional Commits Specification][conventional_commits]
246-
- [Exit Codes Reference](./exit_codes.md)
247-
- [Configuration Guide](./config.md)
248-
- [Command Documentation](./commands/init.md)
246+
- [Exit Codes Reference](https://commitizen-tools.github.io/commitizen/exit_codes/)
247+
- [Configuration Guide](https://commitizen-tools.github.io/commitizen/config/)
248+
- [Command Documentation](https://commitizen-tools.github.io/commitizen/commands/init/)
249249
250250
### Getting Help
251251
@@ -257,7 +257,7 @@ cz bump --help
257257
cz changelog --help
258258
```
259259
260-
For more detailed documentation, visit our [documentation site](https://commitizen-tools.github.io/commitizen/).
260+
For more details, visit our [documentation site](https://commitizen-tools.github.io/commitizen/).
261261
262262
## Setting up bash completion
263263

0 commit comments

Comments
 (0)