LOVDnl / LOVD3

LOVD3 development repository
http://www.LOVD.nl
GNU General Public License v3.0
24 stars 4 forks source link

LOVD uses wrong protocol to open LRG web pages #599

Closed leicray closed 2 years ago

leicray commented 2 years ago

Describe the bug LOVD gene homepages provide a link to the LRG entry for those genes for which an LRG has been created. The link ought to open the relevant LRG page but does not do so correctly

To Reproduce Steps to reproduce the behaviour:

  1. Go to https://lovd.nl/COL1A1
  2. Click on the "Genomic reference" link to access LRG_1
  3. This causes the user's browser to attempt to fetch the destination resource using the ftp protocol

Expected behavior The link that LOVD displays for access to the LRG_1 page should begin with "https://" rather than "ftp://"

ifokkema commented 2 years ago

Good point, thanks. Not sure why it's set to FTP. I'll have a look at it!