Skip to content

Fix links#102

Merged
CiaraFlanagan merged 3 commits into
mainfrom
feat/fix-links
May 13, 2026
Merged

Fix links#102
CiaraFlanagan merged 3 commits into
mainfrom
feat/fix-links

Conversation

@RichardLitt
Copy link
Copy Markdown
Member

There are a couple of things I do here:

  • Remove unnecessary link anchors. When linking to a different Markdown file or Webpage, any link which has a #whatever in it will go to the "whatever" heading on that document. In this PR, I remove a few of these links I (manually) found, which weren't necessary. It's almost always better to just include the plain link.
  • Remove links like https://github.com/CURIOSSorg/curioss-patterns/blob/main/open-research-community-accelerator.md, and replace them with ./open-research-community-accelerator.md. The first link will take people to this GitHub - the second, fixed link will take people to the rendered page on the Patterns website. We almost always want the second to happen, not the first. The ./ means "this file is in the same folder as this current file I am editing".

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.

2 participants