Skip to content

fix: correct broken forum URLs across docs and Rmd sources (Fixes #754)#786

Open
rtmalikian wants to merge 1 commit into
OHDSI:mainfrom
rtmalikian:fix/issue-754-dead-forum-links
Open

fix: correct broken forum URLs across docs and Rmd sources (Fixes #754)#786
rtmalikian wants to merge 1 commit into
OHDSI:mainfrom
rtmalikian:fix/issue-754-dead-forum-links

Conversation

@rtmalikian

Copy link
Copy Markdown

Fixes #754

Problem

Multiple documentation files contain broken or incorrect URLs for the OHDSI community forum:

  1. rmd/contribute.Rmd / docs/contribute.html — URL uses backslashes (https:\\forums.ohdsi.org) instead of forward slashes, producing a broken link
  2. rmd/cdmPrivacy.Rmd / docs/cdmPrivacy.html — URL is missing the https:// protocol prefix entirely (forums.ohdsi.org)
  3. rmd/faq.Rmd / docs/faq.html — Uses http:// instead of https://
  4. extras/archive/OMOP_CDM_PDF.html — Uses http:// instead of https://

Solution

Corrected all forum URLs to https://forums.ohdsi.org across 7 files (3 Rmd source files + 4 generated HTML files).

Verification

  • Confirmed https://forums.ohdsi.org loads the active OHDSI Forums page
  • All grep matches for forums.ohdsi.org now use https:// consistently

About the Author: Raphael Malikian — Clinical AI Solutions Architect. I specialise in building and fixing AI/ML systems for healthcare, including vector databases, RAG pipelines, and clinical NLP. If you need help with your project or think I can add value to your organisation, feel free to reach out — I'd love to connect.

📧 rtmalikian@gmail.com
🔗 GitHub: https://github.com/rtmalikian
🔗 LinkedIn: http://www.linkedin.com/in/raphael-t-malikian-mbbs-bsc-hons-71075436a


Disclosure: This code was developed with assistance from mimo-2.5-pro (Xiaomi) via Hermes Agent (Nous Research). All changes were reviewed, tested against the actual codebase, and verified for correctness.

- contribute.Rmd/html: fix backslash typo (https:\ -> https://)
- cdmPrivacy.Rmd/html: add missing https:// protocol prefix
- faq.Rmd/html: upgrade http:// to https://
- OMOP_CDM_PDF.html: upgrade http:// to https://

Fixes OHDSI#754
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Forum link on Ask a Question page is dead

1 participant