Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Broken Links #23114

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 41 additions & 42 deletions sdk/search/search-documents/samples/javascript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,48 +86,47 @@ npx cross-env SEARCH_API_ENDPOINT="<endpoint>" SEARCH_API_KEY="<api key>" node r

Take a look at our [API Documentation][apiref] for more information about the APIs that are available in the clients.

[readonly]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/readonlyQuery.js
[apiref]: https://aka.ms/azsdk/js/search/docs
[search_resource]: https://docs.microsoft.com/azure/search/search-create-service-portal
[freesub]: https://azure.microsoft.com/free/
[package]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/README.md
[createdatasourceconnection]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/dataSourceConnections/createDataSourceConnection.js
[createorupdatedatasourceconnection]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/dataSourceConnections/createOrUpdateDataSourceConnection.js
[deletedatasourceconnectionbyname]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/dataSourceConnections/deleteDataSourceConnectionByName.js
[deletedatasourceconnectionbyobject]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/dataSourceConnections/deleteDataSourceConnectionByObject.js
[getdatasourceconnection]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/dataSourceConnections/getDataSourceConnection.js
[listdatasourceconnectionnames]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/dataSourceConnections/listDataSourceConnectionNames.js
[listdatasourceconnections]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/dataSourceConnections/listDataSourceConnections.js
[createindexer]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexers/createIndexer.js
[createorupdateindexer]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexers/createOrUpdateIndexer.js
[deleteindexerbyname]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexers/deleteIndexerByName.js
[deleteindexerbyobject]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexers/deleteIndexerByObject.js
[getindexer]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexers/getIndexer.js
[getindexerstatus]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexers/getIndexerStatus.js
[listindexernames]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexers/listIndexerNames.js
[listindexers]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexers/listIndexers.js
[resetindexer]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexers/resetIndexer.js
[runindexer]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexers/runIndexer.js
[analyzetext]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexes/analyzeText.js
[createindex]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexes/createIndex.js
[createorupdateindex]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexes/createOrUpdateIndex.js
[deleteindexbyname]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexes/deleteIndexByName.js
[deleteindexbyobject]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexes/deleteIndexByObject.js
[getindex]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexes/getIndex.js
[getindexstatistics]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexes/getIndexStatistics.js
[listindexes]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexes/listIndexes.js
[listindexnames]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/indexes/listIndexNames.js
[createorupdateskillset]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/skillSets/createOrUpdateSkillset.js
[createskillset]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/skillSets/createSkillset.js
[deleteskillsetbyname]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/skillSets/deleteSkillsetByName.js
[deleteskillsetbyobject]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/skillSets/deleteSkillsetByObject.js
[getskillset]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/skillSets/getSkillset.js
[listskillsets]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/skillSets/listSkillsets.js
[listskillsetsnames]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/skillSets/listSkillsetsNames.js
[createorupdatesynonymmap]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/synonymMaps/createOrUpdateSynonymMap.js
[createsynonymmap]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/synonymMaps/createSynonymMap.js
[deletesynonymmapbyname]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/synonymMaps/deleteSynonymMapByName.js
[deletesynonymmapbyobject]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/synonymMaps/deleteSynonymMapByObject.js
[getsynonymmap]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/synonymMaps/getSynonymMap.js
[listsynonymmapnames]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/synonymMaps/listSynonymMapNames.js
[listsynonymmaps]: https://github.com/Azure/azure-sdk-for-js/tree/hotfix/bump-core-tracing-search-documents/sdk/search/search-documents/samples/javascript/src/synonymMaps/listSynonymMaps.js
[package]: https://github.com/Azure/azure-sdk-for-js/blob/release/search-documents/11.3.0/sdk/search/search-documents/README.md
[createdatasourceconnection]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/dataSourceConnections/createDataSourceConnection.js
[createorupdatedatasourceconnection]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/dataSourceConnections/createOrUpdateDataSourceConnection.js
[deletedatasourceconnectionbyname]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/dataSourceConnections/deleteDataSourceConnectionByName.js
[deletedatasourceconnectionbyobject]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/dataSourceConnections/deleteDataSourceConnectionByObject.js
[getdatasourceconnection]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/dataSourceConnections/getDataSourceConnection.js
[listdatasourceconnectionnames]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/dataSourceConnections/listDataSourceConnectionNames.js
[listdatasourceconnections]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/dataSourceConnections/listDataSourceConnections.js
[createindexer]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexers/createIndexer.js
[createorupdateindexer]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexers/createOrUpdateIndexer.js
[deleteindexerbyname]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexers/deleteIndexerByName.js
[deleteindexerbyobject]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexers/deleteIndexerByObject.js
[getindexer]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexers/getIndexer.js
[getindexerstatus]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexers/getIndexerStatus.js
[listindexernames]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexers/listIndexerNames.js
[listindexers]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexers/listIndexers.js
[resetindexer]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexers/resetIndexer.js
[runindexer]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexers/runIndexer.js
[analyzetext]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexes/analyzeText.js
[createindex]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexes/createIndex.js
[createorupdateindex]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexes/createOrUpdateIndex.js
[deleteindexbyname]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexes/deleteIndexByName.js
[deleteindexbyobject]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexes/deleteIndexByObject.js
[getindex]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexes/getIndex.js
[getindexstatistics]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexes/getIndexStatistics.js
[listindexes]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexes/listIndexes.js
[listindexnames]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/indexes/listIndexNames.js
[createorupdateskillset]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/skillSets/createOrUpdateSkillset.js
[createskillset]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/skillSets/createSkillset.js
[deleteskillsetbyname]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/skillSets/deleteSkillsetByName.js
[deleteskillsetbyobject]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/skillSets/deleteSkillsetByObject.js
[getskillset]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/skillSets/getSkillset.js
[listskillsets]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/skillSets/listSkillsets.js
[listskillsetsnames]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/skillSets/listSkillsetsNames.js
[createorupdatesynonymmap]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/synonymMaps/createOrUpdateSynonymMap.js
[createsynonymmap]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/synonymMaps/createSynonymMap.js
[deletesynonymmapbyname]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/synonymMaps/deleteSynonymMapByName.js
[deletesynonymmapbyobject]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/synonymMaps/deleteSynonymMapByObject.js
[getsynonymmap]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/synonymMaps/getSynonymMap.js
[listsynonymmapnames]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/synonymMaps/listSynonymMapNames.js
[listsynonymmaps]: https://github.com/Azure/azure-sdk-for-js/tree/release/search-documents/11.3.0/sdk/search/search-documents/samples/javascript/src/synonymMaps/listSynonymMaps.js
Loading