diff --git a/src/commands/ai/docs.ts b/src/commands/ai/docs.ts index a4f04cc..ce753ef 100644 --- a/src/commands/ai/docs.ts +++ b/src/commands/ai/docs.ts @@ -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")'}),