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)