Skip to content

Commit

Permalink
Update ai:docs dev center link
Browse files Browse the repository at this point in the history
This is the official link for the MIA plugin documentation
  • Loading branch information
zwhitfield3 committed Dec 2, 2024
1 parent 761426b commit fa5e7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/ai/docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {openUrl} from '../../lib/open-url'
import Command from '../../lib/base'

export default class Docs extends Command {
static defaultUrl = 'https://devcenter.heroku.com/articles/ai'
static defaultUrl = 'https://devcenter.heroku.com/articles/heroku-inference-cli-commands'
static description = 'Opens documentation for Heroku AI in your web browser.'
static flags = {
browser: flags.string({description: 'browser to open docs with (example: "firefox", "safari")'}),
Expand Down

0 comments on commit fa5e7d7

Please sign in to comment.