vmware-archive / runtimes

Kubeless function runtimes: https://kubeless.io/docs/runtimes/
Apache License 2.0
81 stars 89 forks source link

Developer guide link to interface appears to be broken #79

Closed sshanks-kx closed 4 years ago

sshanks-kx commented 4 years ago

In the DEVELOPER_GUIDE.md, there is a section of text that appears to have a broken link

This bit of text ...

"Functions should receive two parameters: event and context and should return the value that will be used as HTTP response. See the functions standard signature for more information. The information that will be available in event parameter will be received as HTTP headers."

has a link to https://github.com/kubeless/runtimes/blob/master/docs/runtimes#runtimes-interface which doesn't appear to resolve for me

andresmgot commented 4 years ago

I see, yes, that link is broken now, it should point to https://kubeless.io/docs/kubeless-functions/#functions-interface, do you mind sending a PR fixing it?