Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</p>

<p align="center">
<a href="https://openapi.nikcio.com">Documentation</a> •
<a href="https://nikcio-labs.github.io/openapi-code-generator">Documentation</a> •
Copy link

Copilot AI Feb 21, 2026

Choose a reason for hiding this comment

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

The URL in the csproj file has a trailing slash while the URL in README.md does not. For consistency, both URLs should either include or exclude the trailing slash. The trailing slash is generally recommended for directory-based URLs like GitHub Pages sites to avoid unnecessary redirects.

Suggested change
<a href="https://nikcio-labs.github.io/openapi-code-generator">Documentation</a> •
<a href="https://nikcio-labs.github.io/openapi-code-generator/">Documentation</a> •

Copilot uses AI. Check for mistakes.
<a href="#installation">Installation</a> •
<a href="#quick-start">Quick Start</a> •
<a href="CHANGELOG.md">Changelog</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageTags>openapi;codegen;csharp;code-generator;swagger;rest-api;dotnet-tool</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>logo.png</PackageIcon>
<PackageProjectUrl>https://openapi.nikcio.com</PackageProjectUrl>
<PackageProjectUrl>https://nikcio-labs.github.io/openapi-code-generator/</PackageProjectUrl>
<RepositoryUrl>https://github.com/Nikcio-labs/openapi-code-generator</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down