Skip to content

Commit

Permalink
Merge pull request #181 from BioKIC/fix-links
Browse files Browse the repository at this point in the history
Update datapublisher.php links to go to Symbiota Docs instead of Symbiota.org
  • Loading branch information
themerekat authored Mar 15, 2022
2 parents 392f250 + 9beaec8 commit 0432624
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions collections/datasets/datapublisher.php
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ function checkAllColl(cb){
<?php
echo $LANG['DWCA_EXPLAIN_1'].' <a href="https://en.wikipedia.org/wiki/Darwin_Core_Archive" target="_blank">'.$LANG['DWCA'].'</a> '.$LANG['DWCA_EXPLAIN_2'].
' <a href="http://rs.tdwg.org/dwc/terms/" target="_blank">'.$LANG['DWC'].'</a> '.$LANG['DWCA_EXPLAIN_3'].
' <a href="https://symbiota.org/darwin-core-archive-data-publishing/" target="_blank"> '.$LANG['PUBLISH_IDIGBIO'].'</a> &amp;'.
' <a href="https://symbiota.org/publishing-to-gbif-from-a-symbiota-portal/" target="_blank"> '.$LANG['PUBLISH_GBIF'].'</a>.';
' <a href="https://biokic.github.io/symbiota-docs/coll_manager/data_publishing/idigbio/" target="_blank"> '.$LANG['PUBLISH_IDIGBIO'].'</a> &amp;'.
' <a href=https://biokic.github.io/symbiota-docs/coll_manager/data_publishing/gbif/" target="_blank"> '.$LANG['PUBLISH_GBIF'].'</a>.';
?>
</div>
<?php
Expand Down Expand Up @@ -552,4 +552,4 @@ function checkAllColl(cb){
include($SERVER_ROOT.'/includes/footer.php');
?>
</body>
</html>
</html>

0 comments on commit 0432624

Please sign in to comment.