From f52699ab9d01f53aeeec86404693011659dde393 Mon Sep 17 00:00:00 2001 From: mshanemc Date: Mon, 24 Jun 2024 17:25:05 -0500 Subject: [PATCH] chore: jsdocs links --- src/sfProject.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/sfProject.ts b/src/sfProject.ts index 5675c4301..5980a2d37 100644 --- a/src/sfProject.ts +++ b/src/sfProject.ts @@ -44,7 +44,8 @@ export type ProjectJson = ConfigContents & ProjectJsonSchema; * The sfdx-project.json config object. This file determines if a folder is a valid sfdx project. * * *Note:* Any non-standard (not owned by Salesforce) properties stored in sfdx-project.json should - * be in a top level property that represents your project. Plugins should store their configuration via getPluginConfiguration and setPluginConfiguration + * be in a top level property that represents your project. + * Plugins should store their configuration @see SfProject.getPluginConfiguration and @see SfProject.setPluginConfiguration * * @example reading a standard property * ```