From c1ab34a723b541611e1b75345e55425e4589a553 Mon Sep 17 00:00:00 2001 From: Randi Wilson Date: Mon, 8 Sep 2025 16:28:06 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b282e92..4fc4f5e2 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,13 @@ The code in repository is currently for internal use only while we build the next Salesforce Code Analyzer. See our external products: -* [sfdx-scanner](https://github.com/forcedotcom/sfdx-scanner) +* [code-analyzer](https://github.com/forcedotcom/code-analyzer) * [sfdx-code-analyzer-vscode](https://github.com/forcedotcom/sfdx-code-analyzer-vscode) # Adding Additional Engines -If you are an internal team looking to add Engine capabilities to Salesforce Code Analyzer, refer to the [ENGINE-TEMPLATE READ.ME](/packages/ENGINE-TEMPLATE/README.md). \ No newline at end of file +If you are an internal team looking to add Engine capabilities to Salesforce Code Analyzer, refer to the [ENGINE-TEMPLATE READ.ME](/packages/ENGINE-TEMPLATE/README.md). + +# Adding New Engine Functionality + +If you are an internal team looking to add additional rules or configurations to an existing engine, contact the [Salesforce Code Analyzer](http://sfdc.co/vvwDr) team.