Skip to content

Commit

Permalink
new (final) references
Browse files Browse the repository at this point in the history
Signed-off-by: Miek Gieben <[email protected]>
  • Loading branch information
miekg committed Oct 27, 2023
1 parent ab5e521 commit 6296bdf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions render/xml/bibliography.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func makeXiInclude(url, reference string) string {

var (
BibRFC = "https://bib.ietf.org/public/rfc/bibxml"
BibID = "https://bib.ietf.org/public/rfc/bibxml-ids"
BibW3C = "https://bib.ietf.org/public/rfc/bibxml-w3c"
BibID = "https://bib.ietf.org/public/rfc/bibxml3"
// BibW3C = "https://bib.ietf.org/public/rfc/bibxml4/reference.W3C.window-management.xml"
BibW3C = "https://bib.ietf.org/public/rfc/bibxml4"
)

0 comments on commit 6296bdf

Please sign in to comment.