-
Notifications
You must be signed in to change notification settings - Fork 6k
Spark Dotnet: fix API links #12300
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
Spark Dotnet: fix API links #12300
Conversation
You only have that one namespace @mamccrea? It seems that your repo wasn't indexed given that https://docs.microsoft.com/en-us/dotnet/api/?view=spark-dotnet is empty. |
@mamccrea looks like the index includes .Net for Spark now. |
@mamccrea Do you want the new link going to the Microsoft.Spark namespace directly, or to the index of all the namespaces in the listing (original link)? Old: https://docs.microsoft.com/dotnet/api/?view=spark-dotnet |
@JasonWHowell - I see the index is working now, but for some reason I'm getting a 404 when I try to get there from the docs index page (https://docs.microsoft.com/en-us/dotnet/spark/). I'll investigate that. |
That one is missing the dotnet in the path. |
Left a suggestion for you on how to fix that one, but it's probably better to leave the other ones going to the API Browser page and not one specific namespace. |
Co-Authored-By: Maira Wenzel <mairaw@microsoft.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Links work from the TOC and the landing page as expected. Looks good to me! #sign-off
Summary
Changing API links.