Skip to content

Commit

Permalink
fix(addons-v5): remove md from help
Browse files Browse the repository at this point in the history
  • Loading branch information
elbandito authored Mar 11, 2019
1 parent 845bde6 commit 593b4b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/addons-v5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ DESCRIPTION
Note that `heroku addons:upgrade` and `heroku addons:downgrade` are the same.
Either one can be used to change an add-on plan up or down.
[https://devcenter.heroku.com/articles/managing-add-ons](https://devcenter.heroku.com/articles/managing-add-ons)
https://devcenter.heroku.com/articles/managing-add-ons
EXAMPLE
Upgrade an add-on by service name:
Expand Down Expand Up @@ -233,7 +233,7 @@ DESCRIPTION
Note that `heroku addons:upgrade` and `heroku addons:downgrade` are the same.
Either one can be used to change an add-on plan up or down.
[https://devcenter.heroku.com/articles/managing-add-ons](https://devcenter.heroku.com/articles/managing-add-ons)
https://devcenter.heroku.com/articles/managing-add-ons
EXAMPLE
Upgrade an add-on by service name:
Expand Down
2 changes: 1 addition & 1 deletion packages/addons-v5/commands/addons/upgrade.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ let cmd = {
Note that \`heroku addons:upgrade\` and \`heroku addons:downgrade\` are the same.
Either one can be used to change an add-on plan up or down.
[https://devcenter.heroku.com/articles/managing-add-ons](https://devcenter.heroku.com/articles/managing-add-ons)`,
https://devcenter.heroku.com/articles/managing-add-ons`,
examples: [
`Upgrade an add-on by service name:
$ heroku addons:upgrade heroku-redis:premium-2
Expand Down
2 changes: 1 addition & 1 deletion packages/addons-v5/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ exports.topic = {
heroku-postgresql (postgresql-deep-6913) hobby-dev free
└─ as DATABASE
For more information, read [https://devcenter.heroku.com/articles/add-ons](https://devcenter.heroku.com/articles/add-ons).`
For more information, read https://devcenter.heroku.com/articles/add-ons`
}

exports.commands = _.flatten([
Expand Down

0 comments on commit 593b4b8

Please sign in to comment.