Skip to content

Commit 5d52c15

Browse files
authored
docs: fix URL to releases page (#225)
1 parent b92e612 commit 5d52c15

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

docs/ignore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ignore_files:
2020
You may also specify a `.wokeignore` file at the root of the directory to add additional ignore files.
2121
This also follows the [gitignore](https://git-scm.com/docs/gitignore) convention.
2222

23-
See [.wokeignore.example]({{config.repo_url}}blob/main/.wokeignore.example) for a collection of common files and directories that may contain generated [SHA](https://en.wikipedia.org/wiki/Secure_Hash_Algorithms) and [GUID](https://en.wikipedia.org/wiki/Universally_unique_identifier)s. Dependency directories are also shown in the example as the linter will parse dependency source code and possibly find errors.
23+
See [.wokeignore.example]({{config.repo_url}}/blob/main/.wokeignore.example) for a collection of common files and directories that may contain generated [SHA](https://en.wikipedia.org/wiki/Secure_Hash_Algorithms) and [GUID](https://en.wikipedia.org/wiki/Universally_unique_identifier)s. Dependency directories are also shown in the example as the linter will parse dependency source code and possibly find errors.
2424

2525
## In-line and next-line ignoring
2626

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
</p>
77

88
<div align="center">
9-
<a href="{{config.repo_url}}releases">
9+
<a href="{{config.repo_url}}/releases">
1010
<img alt="GitHub latest release" src="https://img.shields.io/github/v/release/get-woke/woke?logo=github&sort=semver">
1111
</a>
12-
<a href="{{config.repo_url}}releases">
12+
<a href="{{config.repo_url}}/releases">
1313
<img alt="GitHub Downloads" src="https://img.shields.io/github/downloads/get-woke/woke/total">
1414
</a>
15-
<a href="{{config.repo_url}}blob/main/LICENSE">
15+
<a href="{{config.repo_url}}/blob/main/LICENSE">
1616
<img alt="License" src="https://img.shields.io/badge/license-MIT-blue.svg">
1717
</a>
1818
<a href="https://codecov.io/gh/get-woke/woke/branch/main">

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
!!! tip
44
There are multiple ways to install `woke`. If you're interested in any installation methods
5-
that are not listed here, feel free to open an [issue]({{config.repo_url}}issues).
5+
that are not listed here, feel free to open an [issue]({{config.repo_url}}/issues).
66

77
## Releases
88

9-
Download the latest binary from [Releases]({{config.repo_url}}releases/latest)
9+
Download the latest binary from [Releases]({{config.repo_url}}/releases/latest)
1010

1111
## macOS
1212

docs/rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rules:
2222
# categories: nil
2323
```
2424

25-
A set of default rules is provided in [`pkg/rule/default.yaml`]({{config.repo_url}}blob/main/pkg/rule/default.yaml).
25+
A set of default rules is provided in [`pkg/rule/default.yaml`]({{config.repo_url}}/blob/main/pkg/rule/default.yaml).
2626

2727
!!! tip
2828
If you copy these rules into your config file, be sure to put them under the `rules:` key.

docs/snippets/about.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
- **Caitlin Elfring** - [caitlinelfring](https://github.com/caitlinelfring)
44

5-
See also the list of [contributors]({{config.repo_url}}contributors) who participated in this project.
5+
See also the list of [contributors]({{config.repo_url}}/contributors) who participated in this project.
66

77
## Contributing
88

9-
Please read [CONTRIBUTING.md]({{config.repo_url}}blob/main/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
9+
Please read [CONTRIBUTING.md]({{config.repo_url}}/blob/main/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
1010

1111
## License
1212

1313
This application is licensed under the MIT License, you may obtain a copy of it
14-
[here]({{config.repo_url}}blob/main/LICENSE).
14+
[here]({{config.repo_url}}/blob/main/LICENSE).
1515

1616
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fget-woke%2Fwoke.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fget-woke%2Fwoke?ref=badge_large)

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Configure your custom rules config in `.woke.yaml` or `.woke.yml`. `woke` uses t
1111

1212
This file will be picked up automatically up your customizations without needing to supply it with the `-c` flag.
1313

14-
See [example.yaml]({{config.repo_url}}blob/main/example.yaml) for an example of adding custom rules.
14+
See [example.yaml]({{config.repo_url}}/blob/main/example.yaml) for an example of adding custom rules.
1515
You can also supply your own rules with `-c path/to/rules.yaml` if you want to handle different rulesets.
1616

1717
### Remote config file

0 commit comments

Comments
 (0)