Skip to content

Commit 46835b3

Browse files
fix: adjust broken links (#466)
1 parent ce2a788 commit 46835b3

3 files changed

Lines changed: 3944 additions & 3044 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ DESCRIPTION
107107
Display help for hd.
108108
```
109109

110-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.36/src/commands/help.ts)_
110+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.37/src/commands/help.ts)_
111111

112112
## `hd report committers`
113113

@@ -121,10 +121,10 @@ USAGE
121121
FLAGS
122122
-c, --csv Output in CSV format
123123
-d, --directory=<value> Directory to search
124-
-e, --afterDate=<value> [default: 2025-01-29] Start date (format: yyyy-MM-dd)
124+
-e, --afterDate=<value> [default: 2025-02-02] Start date (format: yyyy-MM-dd)
125125
-m, --months=<value> [default: 12] The number of months of git history to review. Cannot be used along beforeDate
126126
and afterDate
127-
-s, --beforeDate=<value> [default: 2026-01-29] End date (format: yyyy-MM-dd)
127+
-s, --beforeDate=<value> [default: 2026-02-02] End date (format: yyyy-MM-dd)
128128
-s, --save Save the committers report as herodevs.committers.<output>
129129
-x, --exclude=<value>... Path Exclusions (eg -x="./src/bin" -x="./dist")
130130
--json Output to JSON format
@@ -254,7 +254,7 @@ EXAMPLES
254254
$ hd tracker run -d tracker -f settings.json
255255
```
256256

257-
_See code: [src/commands/tracker/run.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.14/src/commands/tracker/run.ts)_
257+
_See code: [src/commands/tracker/run.ts](https://github.com/herodevs/cli/blob/main/src/commands/tracker/run.ts)_
258258

259259
## `hd update [CHANNEL]`
260260

@@ -294,7 +294,7 @@ EXAMPLES
294294
$ hd update --available
295295
```
296296

297-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v4.7.16/src/commands/update.ts)_
297+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.18/src/commands/update.ts)_
298298
<!-- commandsstop -->
299299

300300
## CI/CD Usage

0 commit comments

Comments
 (0)