Skip to content

Commit 339892f

Browse files
authored
fix casing in links (#48802)
1 parent f3d00f5 commit 339892f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/core/compatibility/8.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If you're migrating an app to .NET 8, the breaking changes listed here might aff
1818
| [ConcurrencyLimiterMiddleware is obsolete](aspnet-core/8.0/concurrencylimitermiddleware-obsolete.md) | Source incompatible |
1919
| [Custom converters for serialization removed](aspnet-core/8.0/problemdetails-custom-converters.md) | Behavioral change |
2020
| [Forwarded Headers Middleware ignores X-Forwarded-* headers from unknown proxies](aspnet-core/8.0/forwarded-headers-unknown-proxies.md) | Behavioral change |
21-
| [HTTP logging middleware requires AddHttpLogging()](aspnet-core/8.0/httpLogging-addhttplogging-requirement.md) | Behavioral change |
21+
| [HTTP logging middleware requires AddHttpLogging()](aspnet-core/8.0/httplogging-addhttplogging-requirement.md) | Behavioral change |
2222
| [ISystemClock is obsolete](aspnet-core/8.0/isystemclock-obsolete.md) | Source incompatible |
2323
| [Minimal APIs: IFormFile parameters require anti-forgery checks](aspnet-core/8.0/antiforgery-checks.md) | Behavioral change |
2424
| [Rate-limiting middleware requires AddRateLimiter](aspnet-core/8.0/addratelimiter-requirement.md) | Behavioral change |

docs/core/compatibility/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ items:
337337
- name: Forwarded Headers Middleware ignores X-Forwarded-* headers from unknown proxies
338338
href: aspnet-core/8.0/forwarded-headers-unknown-proxies.md
339339
- name: HTTP logging middleware requires AddHttpLogging()
340-
href: aspnet-core/8.0/httpLogging-addhttplogging-requirement.md
340+
href: aspnet-core/8.0/httplogging-addhttplogging-requirement.md
341341
- name: ISystemClock is obsolete
342342
href: aspnet-core/8.0/isystemclock-obsolete.md
343343
- name: "Minimal APIs: IFormFile parameters require anti-forgery checks"

0 commit comments

Comments
 (0)