diff --git a/OpenRTB v3.0 FINAL.md b/OpenRTB v3.0 FINAL.md index 9d092d5..ab7cf99 100644 --- a/OpenRTB v3.0 FINAL.md +++ b/OpenRTB v3.0 FINAL.md @@ -420,7 +420,7 @@ For AdCOM v1.x, the objects allowed here all of which are optional are one of th This object carries data about the source of the transaction including the unique ID of the transaction itself, source authentication information, and the chain of custody. -NOTE: Attributes `ds`, `dsmap`, `cert`, and `digest` support digitally signed bid requests as defined by the [Ads.cert: Signed Bid Requests specification](https://github.com/InteractiveAdvertisingBureau/openrtb/blob/master/ads.cert:%20Signed%20Bid%20Requests%201.0%20BETA.md). As the Ads.cert specification is still in its BETA state, these attributes should be considered to be in a similar state. +NOTE: Attributes `ds`, `dsmap`, `cert`, and `digest` support digitally signed bid requests as defined by the [Ads.cert: Signed Bid Requests specification](https://github.com/InteractiveAdvertisingBureau/openrtb/blob/master/ads.cert-Signed-Bid-Requests-1.0-BETA.md). As the Ads.cert specification is still in its BETA state, these attributes should be considered to be in a similar state. @@ -980,7 +980,7 @@ Any intermediary receiving a bid request with this attribute is obligated to inc To put these concepts into practice, publishers or their trusted agents must know how to generate their public/private key pairs, how to sign transaction digest strings, and how to communicate this and related information to their immediate exchange partners. Both publishers and those vendors wishing to authenticate requests must know the precise method of creating a digest string from bid request attributes and how to validate a signature given a public key. -For these details, please refer to [ads.cert Beta Specification](https://github.com/InteractiveAdvertisingBureau/openrtb/blob/master/ads.cert:%20Signed%20Bid%20Requests%201.0%20BETA.md). +For these details, please refer to [ads.cert Beta Specification](https://github.com/InteractiveAdvertisingBureau/openrtb/blob/master/ads.cert-Signed-Bid-Requests-1.0-BETA.md). ## Enumerations @@ -1340,7 +1340,7 @@ OpenRTB v3.0 Specification [https://github.com/InteractiveAdvertisingBureau/openrtb](https://github.com/InteractiveAdvertisingBureau/openrtb) ads.cert Specification -[ads.cert beta specification](https://github.com/InteractiveAdvertisingBureau/openrtb/blob/master/ads.cert:%20Signed%20Bid%20Requests%201.0%20BETA.md) +[ads.cert beta specification](https://github.com/InteractiveAdvertisingBureau/openrtb/blob/master/ads.cert-Signed-Bid-Requests-1.0-BETA.md) ads.text Specification [iabtechlab.com/ads-txt](https://iabtechlab.com/ads-txt) diff --git a/ads.cert: Signed Bid Requests 1.0 BETA.md b/ads.cert-Signed-Bid-Requests-1.0-BETA.md similarity index 100% rename from ads.cert: Signed Bid Requests 1.0 BETA.md rename to ads.cert-Signed-Bid-Requests-1.0-BETA.md