Skip to content

Commit

Permalink
Merge pull request #1464 from ushahidi/rowasc-fix-links-hdx
Browse files Browse the repository at this point in the history
HDX: fix links to documentation
  • Loading branch information
rowasc authored Mar 19, 2020
2 parents 23c4d97 + d18c7ae commit 6b6345e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/settings/data-export/data-export.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ <h2 class="form-sheet-title" translate>
<!-- TODO: Revisit and condense below structure of translations when migrating to react -->
<p ng-show="!showProgress && hxlEnabled">
{{'data_export.description_hxl' | translate}}
<a href="http://hxlstandard.org/tagging/" class="link-blue" target="_blank">
<a href="https://hxlstandard.org/standard/1-1final/tagging/" class="link-blue" target="_blank">
<svg class="iconic">
<use xlink:href="/img/iconic-sprite.svg#external-link"></use>
</svg>
{{'data_export.hxl_tags' | translate}}
</a>,
<a href="http://hxlstandard.org/dictionary/" class="link-blue" target="_blank">
<a href="https://hxlstandard.org/standard/1-1final/dictionary/" class="link-blue" target="_blank">
<svg class="iconic">
<use xlink:href="/img/iconic-sprite.svg#external-link"></use>
</svg>
Expand Down

0 comments on commit 6b6345e

Please sign in to comment.