Skip to content

Commit 0416f60

Browse files
authored
fix broken link in README.md (#354)
1 parent c3e7048 commit 0416f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The message for the release commit is generated with [Lodash template](https://l
7878
|---------------------|-----------------------------------------------------------------------------------------------------------------------------------------|
7979
| `branch` | The branch from which the release is done. |
8080
| `branch.name` | The branch name. |
81-
| `branch.type` | The [type of branch](https://github.com/semantic-release/semantic-release/blob/beta/docs/usage/workflow-configuration.md#branch-types). |
81+
| `branch.type` | The [type of branch](https://github.com/semantic-release/semantic-release/blob/master/docs/usage/workflow-configuration.md#branch-types). |
8282
| `branch.channel` | The distribution channel on which to publish releases from this branch. |
8383
| `branch.range` | The range of [semantic versions](https://semver.org) to support on this branch. |
8484
| `branch.prerelease` | The pre-release detonation to append to [semantic versions](https://semver.org) released from this branch. |

0 commit comments

Comments
 (0)