From e4ac78379b4b134a5df57d29bf77c740579d48ec Mon Sep 17 00:00:00 2001 From: Jamie Houston Date: Thu, 22 Sep 2022 13:59:21 -0500 Subject: [PATCH] fixing privacy link from VSCode --- docs/intellicode-api-usage-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intellicode-api-usage-examples.md b/docs/intellicode-api-usage-examples.md index 6e1a5f7..6ffbdef 100644 --- a/docs/intellicode-api-usage-examples.md +++ b/docs/intellicode-api-usage-examples.md @@ -28,4 +28,4 @@ This preview feature is currently available as a [Visual Studio Code extension]( 1. You can optionally click on the GitHub-labelled hyperlink within the results view to see the example in the context of the originating GitHub repository. ## How does it work? -It uses a scan of public GitHub repositories, which creates a mapping from function names to code snippets. These code snippets represent real world usages of those functions. The mapping is used to provide the examples you see when using the feature, via a web service. When you hover a function, the feature only ever sends the names of functions found in public open source repos to the service. It will never send your own custom function names. You can read more about the privacy characteristics of the feature [here](intellicode-privacy.md#intellicode-api-usage-examples) +It uses a scan of public GitHub repositories, which creates a mapping from function names to code snippets. These code snippets represent real world usages of those functions. The mapping is used to provide the examples you see when using the feature, via a web service. When you hover a function, the feature only ever sends the names of functions found in public open source repos to the service. It will never send your own custom function names. You can read more about the privacy characteristics of the feature [here](/docs/intellicode-privacy.md#intellicode-api-usage-examples)