Skip to content

Commit 512768b

Browse files
committed
Fix: Link and deprecation warning
1 parent 68a6dea commit 512768b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/how-to-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# How to release dash-bootstrap-components
22

3-
This is a set of instructions for releasing _dash-bootstrap-components_. The release process is somewhat automated with an [`invoke`](http://docs.pyinvoke.org/en/latest/getting_started.html>) task file. You will need `invoke` and `semver` installed.
3+
This is a set of instructions for releasing _dash-bootstrap-components_. The release process is somewhat automated with an [`invoke`](https://docs.pyinvoke.org/en/latest/getting-started.html) task file. You will need `invoke` and `semver` installed.
44

55
- Run `invoke prerelease <version>`, where `version` is the version number of the release candidate. If you are aiming to release version `0.0.7`, this will be `0.0.7-rc1`. This will automatically bump the version numbers and push a release branch to GitHub.
66

src/components/modal/Modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Modal.propTypes = {
218218
contentStyle: PropTypes.object,
219219

220220
/**
221-
* **DEPRECATED** Use `content_style` instead.
221+
* **DEPRECATED** Use `backdrop_style` instead.
222222
*
223223
* Inline CSS styles to apply to the backdrop
224224
*/

0 commit comments

Comments
 (0)