Skip to content

Commit 0faa177

Browse files
authored
Merge branch 'main' into issue_1930
2 parents 890d3ee + 37a4347 commit 0faa177

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/v1-bug-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ _**( Put the version of urfave/cli that you are using here )**_
1414
## Checklist
1515

1616
- [ ] Are you running the latest v1 release? The list of releases is [here](https://github.com/urfave/cli/releases).
17-
- [ ] Did you check the manual for your release? The v1 manual is [here](https://github.com/urfave/cli/blob/main/docs/v1/manual.md).
17+
- [ ] Did you check the manual for your release? The v1 manual is [here](https://cli.urfave.org/v1/getting-started/).
1818
- [ ] Did you perform a search about this problem? Here's the [GitHub guide](https://help.github.com/en/github/managing-your-work-on-github/using-search-to-filter-issues-and-pull-requests) about searching.
1919

2020
## Dependency Management

.github/ISSUE_TEMPLATE/v2-bug-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ _**( Put the version of urfave/cli that you are using here )**_
1414
## Checklist
1515

1616
- [ ] Are you running the latest v2 release? The list of releases is [here](https://github.com/urfave/cli/releases).
17-
- [ ] Did you check the manual for your release? The v2 manual is [here](https://github.com/urfave/cli/blob/main/docs/v2/manual.md)
17+
- [ ] Did you check the manual for your release? The v2 manual is [here](https://cli.urfave.org/v2/getting-started/)
1818
- [ ] Did you perform a search about this problem? Here's the [GitHub guide](https://help.github.com/en/github/managing-your-work-on-github/using-search-to-filter-issues-and-pull-requests) about searching.
1919

2020
## Dependency Management

.github/ISSUE_TEMPLATE/v3-feature-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ assignees: ''
1010
## Checklist
1111

1212
* [ ] Are you running the latest v3 release? The list of releases is [here](https://github.com/urfave/cli/releases).
13-
* [ ] Did you check the manual for your release? The v3 manual is [here](https://github.com/urfave/cli/blob/main/docs/v3/manual.md).
13+
* [ ] Did you check the manual for your release? The v3 manual is [here](https://github.com/urfave/cli/blob/main/docs/v3/index.md).
1414
* [ ] Did you perform a search about this feature? Here's the [GitHub guide](https://help.github.com/en/github/managing-your-work-on-github/using-search-to-filter-issues-and-pull-requests) about searching.
1515

1616
## What problem does this solve?

docs/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ make
6363
Running the default `make` target (`all`) will ensure all of the critical steps are run to
6464
verify one's changes are harmonious in nature. The same steps are also run during the
6565
[continuous integration
66-
phase](https://github.com/urfave/cli/blob/main/.github/workflows/cli.yml).
66+
phase](https://github.com/urfave/cli/blob/main/.github/workflows/test.yml).
6767

6868
In the event that the `v3diff` target exits non-zero, this is a signal that the public API
6969
surface area has changed. If the changes are acceptable, then manually running the
@@ -81,7 +81,7 @@ step.
8181
#### docs output
8282

8383
The documentation in the `docs` directory is automatically built via `mkdocs` into a
84-
static site and published when releases are pushed (see [RELEASING](./RELEASING/)). There
84+
static site and published when releases are pushed (see [RELEASING](./RELEASING.md)). There
8585
is no strict requirement to build the documentation when developing locally, but the
8686
following `make` targets may be used if desired:
8787

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ https://github.com/urfave/cli/blob/main/README.md
44
-->
55
# Welcome to urfave/cli
66

7-
[![Run Tests](https://github.com/urfave/cli/actions/workflows/cli.yml/badge.svg)](https://github.com/urfave/cli/actions/workflows/cli.yml)
7+
[![Run Tests](https://github.com/urfave/cli/actions/workflows/test.yml/badge.svg)](https://github.com/urfave/cli/actions/workflows/test.yml)
88
[![Go Reference](https://pkg.go.dev/badge/github.com/urfave/cli/v3.svg)](https://pkg.go.dev/github.com/urfave/cli/v3)
99
[![Go Report Card](https://goreportcard.com/badge/github.com/urfave/cli/v3)](https://goreportcard.com/report/github.com/urfave/cli/v3)
1010
[![codecov](https://codecov.io/gh/urfave/cli/branch/main/graph/badge.svg?token=t9YGWLh05g)](https://codecov.io/gh/urfave/cli)
@@ -94,4 +94,4 @@ cli is tested against multiple versions of Go on Linux, and against the latest
9494
released version of Go on OS X and Windows. This project uses GitHub Actions
9595
for builds. To see our currently supported go versions and platforms, look at
9696
the [github workflow
97-
configuration](https://github.com/urfave/cli/blob/main/.github/workflows/cli.yml).
97+
configuration](https://github.com/urfave/cli/blob/main/.github/workflows/test.yml).

0 commit comments

Comments
 (0)