mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Remove matrix-doc changelog hack (#1134)
This commit is contained in:
parent
0dd3fa481b
commit
66a5920804
|
|
@ -79,12 +79,7 @@
|
|||
<li>{{.name | safeHTML}}
|
||||
<p><ul>
|
||||
{{ range $changes_of_type }}
|
||||
<!-- TODO: TravisR: Remove after v1.3 release and just use matrix-spec links -->
|
||||
{{ if gt .ticket 3000 }}
|
||||
<li><a href="https://github.com/matrix-org/matrix-doc/issues/{{.ticket}}"><strong>{{ .ticket }}: </strong></a>{{ .description | markdownify }}</li>
|
||||
{{ else }}
|
||||
<li><a href="https://github.com/matrix-org/matrix-spec/issues/{{.ticket}}"><strong>{{ .ticket }}: </strong></a>{{ .description | markdownify }}</li>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</ul></p>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Reference in a new issue