griffincosgrove opened a new issue #13634:
URL: https://github.com/apache/airflow/issues/13634
On file `master:airflow/providers/segment/provider.yaml`
```
integrations:
- integration-name: Segment
external-doc-url: https://oapi.dingtalk.com
tags: [service]
```
That is the API for Dingtalk, which is an unrelated Alibaba owned service.
The docs for Twilio Segment can be found at [(https://segment.com/docs/)](url)
Not sure any of this is relevant because but it appears I must add this
information
**Apache Airflow version**: 2.0.0
**Environment**: GNU/Linux
- **Cloud provider or hardware configuration**:
- **OS** (e.g. from /etc/os-release): Ubuntu
- **Kernel** (e.g. `uname -a`): 20.4
- **Install tools**: PIP
**What happened**: `external-doc-url` is mapped to dingtalk API
**What you expected to happen**: `external-doc-url` to be mapped to Segment
docs
**How to reproduce it**: Observe code at
`master:airflow/providers/segment/provider.yaml`
```
integrations:
- integration-name: Segment
external-doc-url: https://oapi.dingtalk.com
tags: [service]
```
New to Apache Airflow, but please bear with me 😄
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]