From b25e8fa4b143f2dd63d476a550bfb7685ad2eb84 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Wed, 12 Oct 2022 16:37:24 -0500 Subject: [PATCH] Fix docs link --- src/tasks/generate.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tasks/generate.ts b/src/tasks/generate.ts index 506ef40..3f7729c 100644 --- a/src/tasks/generate.ts +++ b/src/tasks/generate.ts @@ -25,7 +25,7 @@ export async function run(ctx: Context): Promise { error( `No assets found in the asset path ${c.ancillary( ctx.project.assetDir - )}. See capacitor-assets documentation to learn how to use this tool.` + )}. See https://github.com/ionic-team/capacitor-assets to learn how to use this tool.` ); return []; }