Skip to content

Commit

Permalink
Fix docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Oct 12, 2022
1 parent 2947817 commit b25e8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export async function run(ctx: Context): Promise<OutputAsset[]> {
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 [];
}
Expand Down

0 comments on commit b25e8fa

Please sign in to comment.