Skip to content

Commit 3bb6f85

Browse files
committed
broken links fix
1 parent bbb711d commit 3bb6f85

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

app/ns-ui-widgets-category/layouts/stack-layout/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The [`StackLayout`]((https://docs.nativescript.org/api-reference/modules/_ui_layouts_grid_layout_) ) arranges the elements one next to the other either vertically (from top to bottom) or horizontally (from left to right).
1+
The [`StackLayout`](https://docs.nativescript.org/api-reference/modules/_ui_layouts_stack_layout_) arranges the elements one next to the other either vertically (from top to bottom) or horizontally (from left to right).
22
The direction depends on the value of the `orientation` property (accepts `horizontal` or `vertical` values).
33

44
<snippet id='stack-layout-xml'/>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: SegementedBar
2+
title: SegmentedBar
33
description: SegmentedBar component allows defining a collection of clickable views. We can create similar collection while setting up the items property, where we should provide an array of SegmentedBarItem, The component allows to get and set the selected view's index with selectedIndex property or selectedIndexChange event.
44
position: 380
5-
slug: segemented-bar
5+
slug: segmented-bar
66
---

app/ns-ui-widgets-category/tab-view/basics/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ In a NativeScript application, `TabView` has an `items` property which could be
33
XML
44
<snippet id='tab-view-basics-xml'/>
55

6-
> Note: If you have set the `iconSource` property on a `TabViewItem`, but are not seeing any icons next to the title, this might be because the icon is not present in your App_Resources folder. See the [Working with Images]({%slug image-resources#load-images-from-a-resource %}) article for information on how to add and reference your resource images.
6+
> Note: If you have set the `iconSource` property on a `TabViewItem`, but are not seeing any icons next to the title, this might be because the icon is not present in your App_Resources folder. See the [Working with Images]({%slug images%}#load-images-from-a-resource) article for information on how to add and reference your resource images.

app/ns-ui-widgets-category/text-field/keyboard-type/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ The widgets that inherit from [`EditableTextBase`](https://docs.nativescript.org
3535
### Email
3636
- Android: [TYPE_CLASS_TEXT](http://developer.android.com/reference/android/text/InputType.html#TYPE_CLASS_TEXT) | [TYPE_TEXT_VARIATION_EMAIL_ADDRESS](http://developer.android.com/reference/android/text/InputType.html#TYPE_TEXT_VARIATION_EMAIL_ADDRESS)
3737
- iOS: [UIKeyboardTypeEmailAddress](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITextInputTraits_Protocol/index.html#//apple_ref/c/tdef/UIKeyboardType)
38-
- ![email](/img/modules/keyboard/email.png "email")
38+
- ![email](../img/modules/keyboard/email.png "email")
3939

4040
<snippet id='textfield-keyboard-type-email'/>

0 commit comments

Comments
 (0)