Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit 0423162

Browse files
committed
Link fixes.
1 parent b86879d commit 0423162

File tree

26 files changed

+26
-52
lines changed

26 files changed

+26
-52
lines changed

Behaviors/AttachedNumericValidationBehavior/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ urlFragment: behaviors-attachednumericvalidationbehavior
1313

1414
A behavior that's attached to a control through attached properties is known as an attached behavior. This sample demonstrates creating and consuming an attached behavior.
1515

16-
For more information about this sample, see [Behaviors](https://developer.xamarin.com/guides/xamarin-forms/behaviors/).
16+
For more information about this sample, see [Behaviors](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/behaviors/).
1717

1818
![Attached Behaviors application screenshot](Screenshots/01All.png "Attached Behaviors application screenshot")
19-

Behaviors/EffectBehavior/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ urlFragment: behaviors-effectbehavior
1212

1313
Behaviors are a useful approach for adding an effect to a control, removing boiler-plate effect handling code from code-behind files. This sample demonstrates using a behavior to add an effect to a control.
1414

15-
For more information about this sample, see [Behaviors](https://developer.xamarin.com/guides/xamarin-forms/behaviors/).
15+
For more information about this sample, see [Behaviors](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/behaviors/).
1616

1717
![Effect Behavior application screenshot](Screenshots/01All.png "Effect Behavior application screenshot")
18-

Behaviors/NumericValidationBehavior/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ urlFragment: behaviors-numericvalidationbehavior
1212

1313
Xamarin.Forms behaviors are created in a class that derives from the Behavior, or Behavior<T> class. This sample demonstrates how to create and consume a Xamarin.Forms behavior.
1414

15-
For more information about this sample, see [Behaviors](https://developer.xamarin.com/guides/xamarin-forms/behaviors/).
15+
For more information about this sample, see [Behaviors](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/behaviors/).
1616

1717
```xaml
1818
<Entry Placeholder="Enter a System.Double">
@@ -23,4 +23,3 @@ For more information about this sample, see [Behaviors](https://developer.xamari
2323
```
2424

2525
![NumericValidation Behavior application screenshot](Screenshots/01All.png "NumericValidation Behavior application screenshot")
26-

Behaviors/NumericValidationBehaviorStyle/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@ Xamarin.Forms behaviors can be consumed by an explicit or implicit style. This s
3030

3131
![NumericValidation Behavior with Style application screenshot](Screenshots/01All.png "NumericValidation Behavior with Style application screenshot")
3232

33-
For more information about this sample, see [Behaviors](https://developer.xamarin.com/guides/xamarin-forms/behaviors/).
34-
33+
For more information about this sample, see [Behaviors](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/behaviors/).

BoxView/BasicBoxView/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ urlFragment: boxview-basicboxview
1515

1616
Just a `BoxView` on the page, demonstrating the `Color`, `WidthRequest`, and `HeightRequest` properties.
1717

18-
This sample is described in more detail in the article on [BoxView](/guides/xamarin-forms/user-interface/boxview/).
18+
This sample is described in more detail in the article on [BoxView](https://docs.microsoft.com/xamarin/xamarin-forms/user-interface/boxview).
1919

2020
![Basic BoxView application screenshot](Screenshots/01Triple.png "Basic BoxView application screenshot")
21-

BoxView/BoxViewClock/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ A classic analog clock realized entirely with `BoxView`.
1414

1515
Although Xamarin.Forms doesn't have a vector graphics programming interface, it does have a `BoxView`. Although normally used for displaying rectangular blocks of color, `BoxView` can be sized, positioned, and rotated. This is enough to render a classic analog clock.
1616

17-
This sample is described in more detail in the article on [BoxView](/guides/xamarin-forms/user-interface/boxview/).
17+
This sample is described in more detail in the article on [BoxView](https://docs.microsoft.com/xamarin/xamarin-forms/user-interface/boxview/).
1818

1919
![BoxView Clock application screenshot](Screenshots/01Triple.png "BoxView Clock application screenshot")
20-

BoxView/DotMatrixClock/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ urlFragment: boxview-dotmatrixclock
1212

1313
The `BoxView` element is ideal for creating a simulation of a dot-matrix digital display.
1414

15-
This sample is described in more detail in the article on [BoxView](/guides/xamarin-forms/user-interface/boxview/).
15+
This sample is described in more detail in the article on [BoxView](https://docs.microsoft.com/xamarin/xamarin-forms/user-interface/boxview).
1616

1717
![Dot-Matrix Clock application screenshot](Screenshots/01Triple.png "Dot-Matrix Clock application screenshot")
18-

BoxView/GameOfLife/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ A population might grow, or shrink, or stagnate, or disappear.
1919

2020
For more information about the Game of Life, see the Wikipedia article [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway's_Game_of_Life).
2121

22-
This sample is described in more detail in the article on [BoxView](/guides/xamarin-forms/user-interface/boxview/).
22+
This sample is described in more detail in the article on [BoxView](https://docs.microsoft.com/xamarin/xamarin-forms/user-interface/boxview).
2323

2424
![Game of Life application screenshot](Screenshots/01Triple.png "Game of Life application screenshot")
25-

BoxView/ListViewColors/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ urlFragment: boxview-listviewcolors
1212

1313
A `ListView` displaying the system colors, each of which is illustrated with a `BoxView`.
1414

15-
This sample is described in more detail in the article on [BoxView](/guides/xamarin-forms/user-interface/boxview/).
15+
This sample is described in more detail in the article on [BoxView](https://docs.microsoft.com/xamarin/xamarin-forms/user-interface/boxview).
1616

1717
![ListView Colors application screenshot](Screenshots/01Triple.png "ListView Colors application screenshot")
18-

BoxView/TextDecoration/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ urlFragment: boxview-textdecoration
1212

1313
One simple application of the `BoxView` element is for adorning text with horizontal and vertical lines.
1414

15-
This sample is described in more detail in the article on [BoxView](/guides/xamarin-forms/user-interface/boxview/).
15+
This sample is described in more detail in the article on [BoxView](https://docs.microsoft.com/xamarin/xamarin-forms/user-interface/boxview).
1616

1717
![Text Decoration application screenshot](Screenshots/01Triple.png "Text Decoration application screenshot")
18-

0 commit comments

Comments
 (0)