Skip to content

Conversation

@johnhaley81
Copy link
Contributor

Summary

Changes

  1. src/Relude.re: Fixed the odoc link to Relude_Globals module

    • Changed from {{: Relude_Globals} to {{: ./Relude_Globals} to generate correct relative path in API docs
  2. docs/Conventions.md: Updated Real World OCaml link

    • Changed from old v1 URL to current dev.realworldocaml.org URL

Test Plan

  • Build documentation locally with make docs to verify links work
  • Verify the generated API documentation has correct links after deployment

Fixes #352

- Fix Relude_Globals link in src/Relude.re from '../Relude_Globals' to './Relude_Globals'
- Update Real World OCaml link in docs/Conventions.md from v1 to current dev version
@johnhaley81 johnhaley81 marked this pull request as ready for review August 12, 2025 18:22
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.

Fix 2 broken documentation links in Relude docs

2 participants