mithril.js icon indicating copy to clipboard operation
mithril.js copied to clipboard

fix(gh-pages): Correct Ospec link

Open bmc1995 opened this issue 2 years ago • 1 comments

The previous link led to a 404 page; Ospec is no longer part of the main code base

Description

The Ospec link has been changed from https://github.com/MithrilJS/mithril.js/blob/master/ospec to https://github.com/MithrilJS/ospec

Motivation and Context

Fixes #2859

Types of changes

  • [x] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)
  • [ ] Documentation change

Checklist:

  • [x] My code follows the code style of this project.
  • [ ] My change requires a change to the documentation.
  • [ ] I have updated the documentation accordingly.
  • [x] I have read the CONTRIBUTING document.
  • [ ] I have added tests to cover my changes.
  • [ ] All new and existing tests passed.
  • [ ] I have updated docs/changelog.md

bmc1995 avatar Aug 28 '23 23:08 bmc1995

Is there a corresponding PR against next, to ensure future docs builds don't include the bad link? Or is next all okay?

dead-claudia avatar Sep 01 '23 19:09 dead-claudia