Skip to content

Commit

Permalink
Use same URL for JSEP RFC when generated per section
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Nov 22, 2023
1 parent d86b0b7 commit 5340dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webrtc.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ var respecConfig = {
el.appendChild(document.createTextNode(" ("));
jsepSections.forEach(function (s, i) {
var sectionLink = document.createElement("a");
sectionLink.href = "https://datatracker.ietf.org/doc/html/rfc8829#section-" + s.slice(0, s.length - 1);
sectionLink.href = "https://www.rfc-editor.org/rfc/rfc8829#section-" + s.slice(0, s.length - 1);
sectionLink.textContent = "section " + s;
if (i > 0) {
if (i == jsepSections.length - 1) {
Expand Down

0 comments on commit 5340dad

Please sign in to comment.