Skip to content

Update overview.md #154

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions OpenAPI/OpenAPI.NET/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ Some of the benefits of using the OpenAPI.NET library when working with OpenAPI

## See also

- [Creating an OpenAPI document](create-openapi.md)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

those need to be relative links for the docs fx to work.
I don't know why we have two folders with different casing for the same name. This is probably what should be addressed instead.

- [Modifying an OpenAPI document](modify-openapi.md)
- [Converting an OpenAPI document](convert-openapi.md)
- [Creating an OpenAPI document](https://github.com/MicrosoftDocs/openapi-docs/blob/main/OpenAPI/openapi.net/convert-openapi.md)
- [Modifying an OpenAPI document](https://github.com/MicrosoftDocs/openapi-docs/blob/main/OpenAPI/openapi.net/create-openapi.md)
- [Converting an OpenAPI document](https://github.com/MicrosoftDocs/openapi-docs/blob/main/OpenAPI/openapi.net/modify-openapi.md)