-
Notifications
You must be signed in to change notification settings - Fork 9
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
Links to source code from API docs not working #368
Comments
Thanks for reporting! |
Huh. It seems to work for me?
|
@armanbilge this is what I see: Feels like a CORS or similar issue that may vary by browser..? |
Ah, thanks. That's weird, it looks like it's trying to open the link in a javadoc.io iframe or something instead of actually browsing to there 🤔 |
@benhutchison do you have the same issue with the Cats docs? |
It works for Monad. However, one difference is the link opens in a new tab, not the same tab as for Coulomb, |
Thanks. So seems like it's a Scala 3 dottydoc issue. |
@armanbilge thanks for tracking that down! (FWIW, those links also aren't working for me) |
Context: - erikerlandson/coulomb#368 This seems to be necessary so that the source links work with javadoc.io. Note that Scaladoc 2 sets `target="_blank"`.
To repro:
The text was updated successfully, but these errors were encountered: