ror-community / ror-roadmap

Central information about what is happening at ROR and how to contribute feedback
10 stars 1 forks source link

[BUG] Suggest a change link on records uses HTTP URL vs. HTTPS #236

Open adambuttrick opened 2 months ago

adambuttrick commented 2 months ago

Describe the bug The "Suggest a change" link on individual records in the ROR app uses the HTTP version of the curation request form address. This should use the HTTPS version instead - https://curation-request.ror.org

To Reproduce Steps to reproduce the behavior:

  1. Go to any record (e.g. https://ror.org/03hbmgt12)
  2. Inspect the "Suggest a change" link
  3. See that "http://curation-request.ror.org" is the HREF value

Expected behavior The link is https://curation-request.ror.org.