fix: correct URI casing in documentation links#936
Conversation
There was a problem hiding this comment.
Pull request overview
This PR standardizes documentation and package metadata URLs to use aweXpect casing consistently, aligning external links with the project’s canonical name.
Changes:
- Update NuGet
PackageProjectUrltohttps://docs.testably.org/aweXpect. - Fix
docs.testably.orglinks inREADME.mdto use/aweXpect/...paths. - Fix the benchmarks link in the docs landing page (
00-index.mdx) to use/aweXpect/....
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Source/Directory.Build.props | Updates NuGet package metadata URL to the correctly cased docs path. |
| README.md | Fixes documentation, migration guide, benchmarks, and extensibility guide links to consistent /aweXpect URLs. |
| Docs/pages/00-index.mdx | Updates the benchmarks link to the consistent /aweXpect URL. |
|
Test Results 23 files 23 suites 8m 5s ⏱️ Results for commit dce124a. |
🚀 Benchmark ResultsDetails
|
…n links (#936) by Valentin Breuß
…n links (#936) by Valentin Breuß
|
This is addressed in release v2.32.0. |



This pull request updates documentation and metadata links throughout the project to consistently use the correct casing for the
aweXpectproject name in URLs. This ensures that all references point to the intended documentation pages and improves the overall professionalism and accuracy of the project.