Commit d68416077e493ad9c877a7a5bc59002d1aa874d7
1 parent
6bc5327f
Exists in
master
and in
64 other branches
Update links to HPEvent specifications
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/app/views/DownloadUI.js
... | ... | @@ -834,7 +834,7 @@ Ext.define('amdaUI.DownloadUI', { |
834 | 834 | '<ul>', |
835 | 835 | '<li><b>Plain text:</b> ASCII tabular file. A comment line starts with "#"</li>', |
836 | 836 | '<li><b>VOTable:</b> <a target="_blank" href="https://www.ivoa.net/documents/VOTable/20130315/PR-VOTable-1.3-20130315.html">Version 1.3</a></li>', |
837 | - '<li><b>HPEvent:</b> <a target="_blank" href="https://spase-group.org/docs/conventions/HDMC-Event-List-Specification-v1.0.3.pdf">Version 1.0</a></li>', | |
837 | + '<li><b>HPEvent:</b> <a target="_blank" href="https://spase-group.org/docs/conventions/HDMC-Event-List-Specification-v1.0.4.pdf">Version 1.0</a></li>', | |
838 | 838 | '</ul>', |
839 | 839 | '</div>'].join("\n") |
840 | 840 | } |
... | ... |