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

NuGet package Project website points to moved url https://microsoft.github.io/kiota/ #97

Closed
CZEMacLeod opened this issue Jun 27, 2023 · 3 comments · Fixed by #102
Closed
Assignees
Labels
type: bug A broken experience

Comments

@CZEMacLeod
Copy link
Contributor

The NuGet package (including 1.1.4) has the project URL pointing to https://microsoft.github.io/kiota/
This page says it has moved to https://learn.microsoft.com/en-gb/openapi/kiota/

I think
https://github.com/microsoft/kiota-abstractions-dotnet/blob/5092424b4e2fe8106fa360a8506bd0f5c78f05d4/src/Microsoft.Kiota.Abstractions.csproj#L14C6-L14C23

Needs to be changed to

    <PackageProjectUrl>https://learn.microsoft.com/en-gb/openapi/kiota/</PackageProjectUrl>
@baywet
Copy link
Member

baywet commented Jun 28, 2023

Thanks for pointing this out. This probably needs to be changed across kiota packages.
Would you be willing to submit pull requests for this?

@baywet baywet added the type: bug A broken experience label Jun 28, 2023
@CZEMacLeod
Copy link
Contributor Author

CZEMacLeod commented Jun 28, 2023

Since this URL might move again, would it be better to get an aka.ms url for it?

Edit: I found aka.ms/kiota/docs that seems to point to the correct place, so I think that would be better to use?

@baywet
Copy link
Member

baywet commented Jun 28, 2023

great idea, and it has the advantage of giving us some additional metrics. Please use this link. Thanks for the contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A broken experience
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants