Skip to content

Commit 0a5a8bc

Browse files
committed
In the document-history template, the use of doc.canonical_name caused bad links for /feed/document-changes/* for charter documents. Changed to use doc.name instead, which gave no errors with the test-crawler.
- Legacy-Id: 8395
1 parent ce1abf4 commit 0a5a8bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/doc/document_history.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
{% block pagehead %}
88
<link rel="stylesheet" type="text/css" href="/css/doc.css"></link>
9-
<link rel="alternate" type="application/atom+xml" href="/feed/document-changes/{{ doc.canonical_name }}/" />
9+
<link rel="alternate" type="application/atom+xml" href="/feed/document-changes/{{ doc.name }}/" />
1010
{% endblock %}
1111

1212
{% block content %}

0 commit comments

Comments
 (0)