Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix link to NIOFileSystem from NIO index page #2747

Merged
merged 1 commit into from
Jun 21, 2024

Commits on Jun 21, 2024

  1. fix link to NIOFileSystem from NIO index page

    Motivation:
    
    The existing link to NIOFileSystem docs 404's
    
    Modifications:
    
    Speculative fixes because getting any links to work locally is
    challenging.
    
    * rename `NIOFileSystem.md` -> `index.md` in line with other modules
    * modify the link on the NIO index page to reference `_NIOFileSystem`
      local experiments suggest it might change the form of the generated
    URL to where the docs can be found
    (https://swiftpackageindex.com/apple/swift-nio/2.67.0/documentation/_NIOFileSystem).
    
    Result:
    
    Hopefully the NIOFileSystem docs link will work
    rnro committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    d09d600 View commit details
    Browse the repository at this point in the history