-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Configuration: Incorrect anchor linik to IOptionMonitor #36896
Description
Description
Note: @FelixEckl has kindly offered to fix this issue, and had provided an earlier fix on this topic today as well already for another issue.
Incorrect anchor link for IOptionsMonitor section
On line 476 of aspnetcore/fundamentals/configuration/options.md, the IOptionsMonitor bullet point links to the wrong anchor:
Current:
* Covered later in this article in the [Use `IOptionsMonitor` to read updated data](#use-ioptionssnapshot-to-read-updated-data) section.The anchor #use-ioptionssnapshot-to-read-updated-data incorrectly points to the IOptionsSnapshot section instead of the IOptionsMonitor section.
Fix:
* Covered later in this article in the [Use `IOptionsMonitor` to read updated data](#use-ioptionsmonitor-to-read-updated-data) section.Change the anchor from #use-ioptionssnapshot-to-read-updated-data → #use-ioptionsmonitor-to-read-updated-data to correctly link to the Use IOptionsMonitor to read updated data heading on line 617.
[Enter feedback here]
Page URL
Content source URL
https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/fundamentals/configuration/options.md
Document ID
dc7e3449-650b-d117-5eac-69e5ccb250cb
Platform Id
c815d451-e2c8-0cf1-5862-03b12dd0392a
Article author
Metadata
- ID: ed39cb0e-aa85-8bba-ffb4-859b56a60723
- PlatformId: c815d451-e2c8-0cf1-5862-03b12dd0392a
- Service: aspnet-core
- Sub-service: fundamentals