phyloio 2.2.3 → 2.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -480,7 +480,7 @@
480
480
  };
481
481
 
482
482
  document.getElementById("menu_help").onclick = function() {
483
- let url = 'https://github.com/DessimozLab/phylo-io?tab=readme-ov-file#phyloio'
483
+ let url = 'https://github.com/DessimozLab/phylo-io?tab=readme-ov-file#help'
484
484
  window.open(url, '_blank').focus();
485
485
  };
486
486