From cc84c980c285c9ee91889a071c1a8a5541749245 Mon Sep 17 00:00:00 2001 From: Byoungchan Lee Date: Sat, 29 May 2021 07:49:58 +0900 Subject: [PATCH] Fix typo in a URL in the comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: None Change-Id: I8ec4daa95e2602da7c1df747a6ddda193449eea1 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/220620 Reviewed-by: Kári Helgason Commit-Queue: Kári Helgason Cr-Commit-Position: refs/heads/master@{#34175} --- sdk/objc/api/peerconnection/RTCRtpCodecParameters.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/objc/api/peerconnection/RTCRtpCodecParameters.h b/sdk/objc/api/peerconnection/RTCRtpCodecParameters.h index afa2fd5fe2..6135223720 100644 --- a/sdk/objc/api/peerconnection/RTCRtpCodecParameters.h +++ b/sdk/objc/api/peerconnection/RTCRtpCodecParameters.h @@ -31,7 +31,7 @@ RTC_EXTERN const NSString *const kRTCVp8CodecName; RTC_EXTERN const NSString *const kRTCVp9CodecName; RTC_EXTERN const NSString *const kRTCH264CodecName; -/** Defined in http://w3c.github.io/webrtc-pc/#idl-def-RTC_OBJC_TYPE(RTCRtpCodecParameters) */ +/** Defined in https://www.w3.org/TR/webrtc/#idl-def-rtcrtpcodecparameters */ RTC_OBJC_EXPORT @interface RTC_OBJC_TYPE (RTCRtpCodecParameters) : NSObject