Skip to content
Open
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ DocumentDB’s language integrated, transactional execution of JavaScript suppor

## Documentation

* Official documentation can be found the [Azure website](http://azure.microsoft.com/en-us/documentation/articles/documentdb-programming/)
* Official documentation can be found the [Azure website](https://docs.microsoft.com/en-us/azure/cosmos-db/stored-procedures-triggers-udfs)

* JSDocs for the Server-Side JavaScript SDK can be found [here](https://azure.github.io/azure-cosmosdb-js-server/)

* .NET sample code for creating and executing a sproc can be found on our [.NET GitHub repo](https://github.com/Azure/azure-documentdb-net/tree/master/samples/code-samples/ServerSideScripts).
* .NET sample code for creating and executing a sproc can be found on our [.NET GitHub repo](https://github.com/Azure/azure-cosmos-dotnet-v3/tree/master/Microsoft.Azure.Cosmos.Samples/Usage/ServerSideScripts).

* Node.js sample code for creating and executing a sproc can be found on our [Node.js GitHub repo](https://github.com/Azure/azure-documentdb-node/tree/master/samples/ServerSideScripts).
* Node.js sample code for creating and executing a sproc can be found on our [Node.js GitHub repo](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/cosmosdb/cosmos/samples/ServerSideScripts).

## Videos

Expand Down
5 changes: 0 additions & 5 deletions samples/README.md

This file was deleted.