Azure / azure-functions-durable-js

JavaScript library for using the Durable Functions bindings
https://www.npmjs.com/package/durable-functions
MIT License
129 stars 47 forks source link

Readme points to old docs #315

Open vlkuznet opened 2 years ago

vlkuznet commented 2 years ago

Describe the bug

For example the readme states:

Note: Orchestrator functions must follow certain code constraints.

That has a link to: https://docs.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-orchestrations?tabs=csharp#orchestrator-code-constraints

That has since been broken out into a separate page of docs, here: https://docs.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-code-constraints

That should be a pretty straightforward change.

davidmrdavid commented 2 years ago

Thanks @vlkuznet, I'll be tracking this documentation update :)