SwiftPackageIndex / SwiftPackageIndex-Server

The Swift Package Index is the place to find Swift packages!
https://swiftpackageindex.com
Apache License 2.0
522 stars 37 forks source link

Can't view Swift Syntax documentation. #3167

Closed rpati99 closed 2 weeks ago

rpati99 commented 2 weeks ago

Please describe the bug Not able to browse Swift Syntax documentation.

Please give a clear and concise description of what went wrong. I am working on an academic project that involves using SwiftSyntax, and the sole source of using it. When i reverted to the Swift Package Website, it gave me a 404 error.

Explain the steps needed to reproduce the bug

  1. Navigate to 'Swift Syntax GitHub page'
  2. Click on 'You can read SwiftSyntax’s documentation on (the link)'
  3. See an error…

What was the expected behaviour?

Screenshots

If applicable, please add screenshots to help explain your problem. https://imgur.com/gallery/bug-screenshot-enfO3JR

What web browser were you using? (if relevant) Safari

If you're reporting a bug with the front end, please include your browser information below:

Additional context

Is there anything else we might find useful?

finestructure commented 2 weeks ago

Thanks for the report, @rpati99 . The repository was moved to the swiftlang org and the link is still using the previous apple org. I'll open a pull request to update the documentation link.

rpati99 commented 2 weeks ago

Thank you!

finestructure commented 2 weeks ago

This will be addressed via https://github.com/swiftlang/swift-syntax/pull/2699

Thanks again for the report!