fix(docs): fix pdl link for mxe docs (#6230)

This commit is contained in:
Aditya Radhakrishnan 2022-10-18 09:32:00 -07:00 committed by GitHub
parent abe6781e25
commit a3db265e41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ DataHub makes use a few important Kafka events for operation. The most notable o
2. Metadata Change Log (Versioned + Timeseries)
3. Platform Event
Each event is originally authored using [PDL]( https://linkedin.github.io/rest.li/DATA-Data-Schema-and-Templates), a modeling language developed by LinkedIn, and
Each event is originally authored using [PDL](https://linkedin.github.io/rest.li/pdl_schema), a modeling language developed by LinkedIn, and
then converted into their Avro equivalents, which are used when writing and reading the events to Kafka.
In the document, we'll describe each of these events in detail - including notes about their structure & semantics.