From fa5e7d7ec91d58c2231b8513536c77666a9873ab Mon Sep 17 00:00:00 2001 From: Zane Whitfield Date: Mon, 2 Dec 2024 12:39:46 -0800 Subject: [PATCH] Update ai:docs dev center link This is the official link for the MIA plugin documentation --- src/commands/ai/docs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")'}),