update doc link on repo home page to https://opentelemetry.io/docs/platforms/faas/ ?
Would it be worth updating the "opentelemetry.io" link in the right sidebar of https://github.com/open-telemetry/opentelemetry-lambda to https://opentelemetry.io/docs/platforms/faas/ ?
Makes a lot of sense in my opinion, yes.
Thanks for the suggestion @trentm! This points new users directly to the right place to get relevant information, ~hence I've updated the sidebar.~ I’ll be opening a PR on the admin repo to update the sidebar, if other maintainers agree. @open-telemetry/lambda-extension-maintainers wdyt?
Any opinions @open-telemetry/lambda-extension-approvers?
@wpessers, It seems that we need to set homepage_url variable to https://opentelemetry.io/docs/platforms/faas/ here after description: https://github.com/open-telemetry/admin/blob/main/repo-opentelemetry-lambda.tf#L4
homepage_url is set to https://opentelemetry.io by default in the parent module: https://github.com/open-telemetry/admin/blob/main/modules/repository/main.tf#L3
@serkan-ozal yes that’s what I found also, but wanted to check whether you all agreed on this change before opening a pr.