Skip to content

Commit 35814fc

Browse files
csharpfritzCopilot
andcommitted
fix(docs): resolve 20 broken links failing mkdocs build --strict
- Replace 9 broken cross-references in AjaxToolkit docs (Panel, ListBox, DropDownList, Image, RequiredFieldValidator) with plain text mentions since those doc pages don't exist yet - Fix broken sample link in Migration/NET-Standard.md - Replace 9 broken screenshot image links in migration test reports (runs 2, 3, 4) with text placeholders - Fix invalid anchor #Migration---Getting-Started in Migration/readme.md Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 6ea7b25 commit 35814fc

File tree

14 files changed

+21
-21
lines changed

14 files changed

+21
-21
lines changed

docs/AjaxToolkit/AlwaysVisibleControlExtender.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,5 +275,5 @@ The AlwaysVisibleControlExtender requires **InteractiveServer** render mode:
275275
## See Also
276276

277277
- [Ajax Control Toolkit Overview](index.md) — How extenders work and render mode requirements
278-
- [Panel Component](../LayoutControls/Panel.md) — The Panel control
278+
- Panel Component — The Panel control (documentation coming soon)
279279
- Original Ajax Control Toolkit: https://www.asp.net/ajax/ajaxcontroltoolkit

docs/AjaxToolkit/DragPanelExtender.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,6 @@ The DragPanelExtender requires **InteractiveServer** render mode:
208208
## See Also
209209

210210
- [Ajax Control Toolkit Overview](index.md) — How extenders work and render mode requirements
211-
- [Panel Component](../LayoutControls/Panel.md) — The Panel control
211+
- Panel Component — The Panel control (documentation coming soon)
212212
- [ResizableControlExtender](ResizableControlExtender.md) — Make panels resizable
213213
- Original Ajax Control Toolkit: https://www.asp.net/ajax/ajaxcontroltoolkit

docs/AjaxToolkit/DropShadowExtender.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,6 @@ The DropShadowExtender requires **InteractiveServer** render mode:
244244
## See Also
245245

246246
- [Ajax Control Toolkit Overview](index.md) — How extenders work and render mode requirements
247-
- [Panel Component](../LayoutControls/Panel.md) — The Panel control
247+
- Panel Component — The Panel control (documentation coming soon)
248248
- [RoundedCornersExtender](RoundedCornersExtender.md) — Apply rounded corners to elements
249249
- Original Ajax Control Toolkit: https://www.asp.net/ajax/ajaxcontroltoolkit

docs/AjaxToolkit/ListSearchExtender.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,6 @@ The ListSearchExtender requires **InteractiveServer** render mode:
313313
## See Also
314314

315315
- [Ajax Control Toolkit Overview](index.md) — How extenders work and render mode requirements
316-
- [ListBox Component](../DataControls/ListBox.md) — The ListBox control
317-
- [DropDownList Component](../DataControls/DropDownList.md) — The DropDownList control
316+
- ListBox Component — The ListBox control (documentation coming soon)
317+
- DropDownList Component — The DropDownList control (documentation coming soon)
318318
- Original Ajax Control Toolkit: https://www.asp.net/ajax/ajaxcontroltoolkit

docs/AjaxToolkit/ResizableControlExtender.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,6 @@ The ResizableControlExtender requires **InteractiveServer** render mode:
265265
## See Also
266266

267267
- [Ajax Control Toolkit Overview](index.md) — How extenders work and render mode requirements
268-
- [Panel Component](../LayoutControls/Panel.md) — The Panel control
268+
- Panel Component — The Panel control (documentation coming soon)
269269
- [DragPanelExtender](DragPanelExtender.md) — Make panels draggable
270270
- Original Ajax Control Toolkit: https://www.asp.net/ajax/ajaxcontroltoolkit

docs/AjaxToolkit/RoundedCornersExtender.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,6 @@ Use the RoundedCornersExtender primarily for dynamic scenarios or legacy compone
261261
## See Also
262262

263263
- [Ajax Control Toolkit Overview](index.md) — How extenders work and render mode requirements
264-
- [Panel Component](../LayoutControls/Panel.md) — The Panel control
264+
- Panel Component — The Panel control (documentation coming soon)
265265
- [DropShadowExtender](DropShadowExtender.md) — Add drop shadows to elements
266266
- Original Ajax Control Toolkit: https://www.asp.net/ajax/ajaxcontroltoolkit

docs/AjaxToolkit/SlideShowExtender.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,5 +332,5 @@ The SlideShowExtender requires **InteractiveServer** render mode:
332332
## See Also
333333

334334
- [Ajax Control Toolkit Overview](index.md) — How extenders work and render mode requirements
335-
- [Image Component](../WebControls/Image.md) — The Image control
335+
- Image Component — The Image control (documentation coming soon)
336336
- Original Ajax Control Toolkit: https://www.asp.net/ajax/ajaxcontroltoolkit

docs/AjaxToolkit/UpdatePanelAnimationExtender.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,5 +312,5 @@ The UpdatePanelAnimationExtender requires **InteractiveServer** render mode:
312312
## See Also
313313

314314
- [Ajax Control Toolkit Overview](index.md) — How extenders work and render mode requirements
315-
- [Panel Component](../LayoutControls/Panel.md) — The Panel control
315+
- Panel Component — The Panel control (documentation coming soon)
316316
- Original Ajax Control Toolkit: https://www.asp.net/ajax/ajaxcontroltoolkit

docs/AjaxToolkit/ValidatorCalloutExtender.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,6 @@ The ValidatorCalloutExtender requires **InteractiveServer** render mode:
342342

343343
- [Ajax Control Toolkit Overview](index.md) — How extenders work and render mode requirements
344344
- [TextBox Component](../EditorControls/TextBox.md) — The TextBox control
345-
- [RequiredFieldValidator](../Validators/RequiredFieldValidator.md) — Validator control
345+
- RequiredFieldValidator — Validator control (documentation coming soon)
346346
- [PasswordStrength](PasswordStrength.md) — Password feedback extender
347347
- Original Ajax Control Toolkit: https://www.asp.net/ajax/ajaxcontroltoolkit

docs/Migration/NET-Standard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Portability is not guaranteed when you migrate business logic to .NET Standard.
2121

2222
## Sample 1: Update an existing class library
2323

24-
The first sample demonstrates updating a simple class library to .NET Standard. In this model, we're assuming that you already have your business logic code properly separated from your user-interface and managed inside a class-library project that targets .NET Framework 4.5. You can find it in [samples/netstandard-1](../samples/netstandard-1/README.md) folder.
24+
The first sample demonstrates updating a simple class library to .NET Standard. In this model, we're assuming that you already have your business logic code properly separated from your user-interface and managed inside a class-library project that targets .NET Framework 4.5. You can find it in the `samples/netstandard-1` folder in the repository.
2525

2626
## Sample 2: Refactoring Business Logic
2727

0 commit comments

Comments
 (0)