Skip to content

Commit

Permalink
Update apple links on website (#16978)
Browse files Browse the repository at this point in the history
  • Loading branch information
markavitale authored Feb 13, 2021
1 parent 2720569 commit e5800d7
Show file tree
Hide file tree
Showing 26 changed files with 74 additions and 67 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

### Source code

[AvatarView](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI/People%20Picker/AvatarView.swift)
[AvatarView](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI/People%20Picker/AvatarView.swift)

### Sample code

[AvatarView demo](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI.Demo/FluentUI.Demo/Demos/AvatarViewDemoController.swift)
[AvatarView demo](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI.Demo/FluentUI.Demo/Demos/AvatarViewDemoController.swift)
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

### Source Code

[AvatarView.swift](https://github.com/microsoft/fluentui-apple/blob/master/macos/FluentUI/AvatarView.swift)
[AvatarView.swift](https://github.com/microsoft/fluentui-apple/blob/main/macos/FluentUI/AvatarView/AvatarView.swift)

### Sample Code

[TestAvatarViewController.swift](https://github.com/microsoft/fluentui-apple/blob/master/macos/FluentUITestApp/TestAvatarViewController.swift)
[TestAvatarViewController.swift](https://github.com/microsoft/fluentui-apple/blob/main/macos/FluentUITestViewControllers/TestAvatarViewController.swift)
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

### Source code

[TabBarView](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI/Tab%20Bar/TabBarView.swift)
[TabBarView](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI/Tab%20Bar/TabBarView.swift)

[TabBarItem](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI/Tab%20Bar/TabBarItem.swift)
[TabBarItem](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI/Tab%20Bar/TabBarItem.swift)

### Sample code

[TabBarView demo](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI.Demo/FluentUI.Demo/Demos/TabBarViewDemoController.swift)
[TabBarView demo](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI.Demo/FluentUI.Demo/Demos/TabBarViewDemoController.swift)
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

### Source code

[Button](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI/Controls/Button.swift)
[Button](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI/Controls/Button.swift)

### Sample code

[Button demo](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI.Demo/FluentUI.Demo/Demos/ButtonDemoController.swift)
[Button demo](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI.Demo/FluentUI.Demo/Demos/ButtonDemoController.swift)
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

### Source code

[Button.swift](https://github.com/microsoft/fluentui-apple/blob/master/macos/FluentUI/Button.swift)
[Button.swift](https://github.com/microsoft/fluentui-apple/blob/main/macos/FluentUI/Button/Button.swift)

### Sample code

[TestButtonViewController.swift](https://github.com/microsoft/fluentui-apple/blob/master/macos/FluentUITestApp/TestButtonViewController.swift)
[TestButtonViewController.swift](https://github.com/microsoft/fluentui-apple/blob/main/macos/FluentUITestViewControllers/TestButtonViewController.swift)
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

### Source code

[BadgeView](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI/Badge%20Field/BadgeView.swift)
[BadgeView](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI/Badge%20Field/BadgeView.swift)

[BadgeField](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI/Badge%20Field/BadgeField.swift)
[BadgeField](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI/Badge%20Field/BadgeField.swift)

### Sample code

[BadgeView demo](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI.Demo/FluentUI.Demo/Demos/BadgeViewDemoController.swift)
[BadgeView demo](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI.Demo/FluentUI.Demo/Demos/BadgeViewDemoController.swift)

[BadgeField demo](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI.Demo/FluentUI.Demo/Demos/BadgeFieldDemoController.swift)
[BadgeField demo](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI.Demo/FluentUI.Demo/Demos/BadgeFieldDemoController.swift)
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

### Source code

[DateTimePicker](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI/Date%20Time%20Pickers/DateTimePicker.swift)
[DateTimePicker](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI/Date%20Time%20Pickers/DateTimePicker.swift)

### Sample code

[DateTimePicker demo](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI.Demo/FluentUI.Demo/Demos/DateTimePickerDemoController.swift)
[DateTimePicker demo](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI.Demo/FluentUI.Demo/Demos/DateTimePickerDemoController.swift)
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

### Source Code

[DatePickerController.swift](https://github.com/microsoft/fluentui-apple/blob/master/macos/FluentUI/DatePicker/DatePickerController.swift)
[DatePickerController.swift](https://github.com/microsoft/fluentui-apple/blob/main/macos/FluentUI/DatePicker/DatePickerController.swift)

### Sample Code

[TestDatePickerController.swift](https://github.com/microsoft/fluentui-apple/blob/master/macos/FluentUITestApp/TestDatePickerController.swift)
[TestDatePickerController.swift](https://github.com/microsoft/fluentui-apple/blob/main/macos/FluentUITestViewControllers/TestDatePickerController.swift)
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

### Source code

[DrawerController](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI/Drawer/DrawerController.swift)
[DrawerController](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI/Drawer/DrawerController.swift)

### Sample code

[DrawerController demo](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI.Demo/FluentUI.Demo/Demos/DrawerDemoController.swift)
[DrawerController demo](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI.Demo/FluentUI.Demo/Demos/DrawerDemoController.swift)
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

### Source Code

[Link.swift](https://github.com/microsoft/fluentui-apple/blob/master/macos/FluentUI/Link.swift)
[Link.swift](https://github.com/microsoft/fluentui-apple/blob/main/macos/FluentUI/Link/Link.swift)

### Sample Code

[TestLinkViewController.swift](https://github.com/microsoft/fluentui-apple/blob/master/macos/FluentUITestApp/TestLinkViewController.swift)
[TestLinkViewController.swift](https://github.com/microsoft/fluentui-apple/blob/main/macos/FluentUITestViewControllers/TestLinkViewController.swift)
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@

### Source code

[TableViewCell](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI/Table%20View/TableViewCell.swift)
[TableViewCell](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI/Table%20View/TableViewCell.swift)

[ActionsCell](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI/Table%20View/ActionsCell.swift)
[ActionsCell](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI/Table%20View/ActionsCell.swift)

[ActivityIndicatorCell](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI/Table%20View/ActivityIndicatorCell.swift)
[ActivityIndicatorCell](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI/Table%20View/ActivityIndicatorCell.swift)

[CenteredLabelCell](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI/Table%20View/CenteredLabelCell.swift)
[CenteredLabelCell](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI/Table%20View/CenteredLabelCell.swift)

[BooleanCell](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI/Table%20View/BooleanCell.swift)
[BooleanCell](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI/Table%20View/BooleanCell.swift)

[TableViewHeaderFooterView](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI/Table%20View/TableViewHeaderFooterView.swift)
[TableViewHeaderFooterView](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI/Table%20View/TableViewHeaderFooterView.swift)

### Sample code

[TableViewCell demo](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI.Demo/FluentUI.Demo/Demos/TableViewCellDemoController.swift)
[TableViewCell demo](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI.Demo/FluentUI.Demo/Demos/TableViewCellDemoController.swift)

[Other cells demo](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI.Demo/FluentUI.Demo/Demos/OtherCellsDemoController.swift)
[Other cells demo](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI.Demo/FluentUI.Demo/Demos/OtherCellsDemoController.swift)

[TableViewHeaderFooterView demo](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI.Demo/FluentUI.Demo/Demos/TableViewHeaderFooterViewDemoController.swift)
[TableViewHeaderFooterView demo](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI.Demo/FluentUI.Demo/Demos/TableViewHeaderFooterViewDemoController.swift)
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

### Source code

[NotificationView](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI/Notification/NotificationView.swift)
[NotificationView](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI/Notification/NotificationView.swift)

### Sample code

[NotificationView demo](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI.Demo/FluentUI.Demo/Demos/NotificationViewDemoController.swift)
[NotificationView demo](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI.Demo/FluentUI.Demo/Demos/NotificationViewDemoController.swift)
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

### Source code

[NavigationController](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI/Navigation/NavigationController.swift)
[NavigationController](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI/Navigation/NavigationController.swift)

[SearchBar](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI/Controls/SearchBar.swift)
[SearchBar](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI/Controls/SearchBar.swift)

### Sample code

[NavigationController demo](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI.Demo/FluentUI.Demo/Demos/NavigationControllerDemoController.swift)
[NavigationController demo](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI.Demo/FluentUI.Demo/Demos/NavigationControllerDemoController.swift)
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

### Source code

[PersonaListView](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI/People%20Picker/PersonaListView.swift)
[PersonaListView](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI/People%20Picker/PersonaListView.swift)

[PersonaCell](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI/People%20Picker/PersonaCell.swift)
[PersonaCell](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI/People%20Picker/PersonaCell.swift)

### Sample code

[PersonaListView demo](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI.Demo/FluentUI.Demo/Demos/PersonaListViewDemoController.swift)
[PersonaListView demo](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI.Demo/FluentUI.Demo/Demos/PersonaListViewDemoController.swift)
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

### Source code

[PillButtonBar](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI/Pill%20Button%20Bar/PillButtonBar.swift)
[PillButtonBar](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI/Pill%20Button%20Bar/PillButtonBar.swift)

[PillButtonBarItem](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI/Pill%20Button%20Bar/PillButtonBar.swift)
[PillButtonBarItem](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI/Pill%20Button%20Bar/PillButtonBar.swift)

[PillButtonBarDelegate](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI/Pill%20Button%20Bar/PillButtonBar.swift)
[PillButtonBarDelegate](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI/Pill%20Button%20Bar/PillButtonBar.swift)

### Sample code

[PillButtonBar demo](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI.Demo/FluentUI.Demo/Demos/PillButtonBarDemoController.swift)
[PillButtonBar demo](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI.Demo/FluentUI.Demo/Demos/PillButtonBarDemoController.swift)
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

### Source code

[SegmentedControl](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI/Controls/SegmentedControl.swift)
[SegmentedControl](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI/Controls/SegmentedControl.swift)

### Sample code

[SegmentedControl demo](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI.Demo/FluentUI.Demo/Demos/SegmentedControlDemoController.swift)
[SegmentedControl demo](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI.Demo/FluentUI.Demo/Demos/SegmentedControlDemoController.swift)
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

### Source code

[PopupMenuController](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI/Popup%20Menu/PopupMenuController.swift)
[PopupMenuController](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI/Popup%20Menu/PopupMenuController.swift)

[PopupMenuItem](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI/Popup%20Menu/PopupMenuItem.swift)
[PopupMenuItem](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI/Popup%20Menu/PopupMenuItem.swift)

### Sample code

[PopupMenuController demo](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI.Demo/FluentUI.Demo/Demos/PopupMenuDemoController.swift)
[PopupMenuController demo](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI.Demo/FluentUI.Demo/Demos/PopupMenuDemoController.swift)
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

### Source code

[Separator](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI/Controls/Separator.swift)
[Separator](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI/Controls/Separator.swift)

### Sample code

[Used in TableViewCell](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI/Table%20View/TableViewCell.swift)
[Used in TableViewCell](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI/Table%20View/TableViewCell.swift)
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

### Source code

[Separator.swift](https://github.com/microsoft/fluentui-apple/blob/master/macos/FluentUI/Separator.swift)
[Separator.swift](https://github.com/microsoft/fluentui-apple/blob/main/macos/FluentUI/Separator/Separator.swift)

### Sample code

[TestSeparatorViewController.swift](https://github.com/microsoft/fluentui-apple/blob/master/macos/FluentUITestApp/TestSeparatorViewController.swift)
[TestSeparatorViewController.swift](https://github.com/microsoft/fluentui-apple/blob/main/macos/FluentUITestViewControllers/TestSeparatorViewController.swift)
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

### Source code

[ShimmerView](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI/Shimmer/ShimmerView.swift)
[ShimmerView](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI/Shimmer/ShimmerView.swift)

[ShimmerLinesView](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI/Shimmer/ShimmerLinesView.swift)
[ShimmerLinesView](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI/Shimmer/ShimmerLinesView.swift)

### Sample code

[ShimmerView in Table View Cell demo](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI.Demo/FluentUI.Demo/Demos/TableViewCellShimmerDemoController.swift)
[ShimmerView in Table View Cell demo](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI.Demo/FluentUI.Demo/Demos/TableViewCellShimmerDemoController.swift)

[ShimmerLinesView demo](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI.Demo/FluentUI.Demo/Demos/ShimmerLinesViewDemoController.swift)
[ShimmerLinesView demo](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI.Demo/FluentUI.Demo/Demos/ShimmerLinesViewDemoController.swift)
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

### Source code

[ActivityIndicatorView](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI/Controls/ActivityIndicatorView.swift)
[ActivityIndicatorView](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI/Controls/ActivityIndicatorView.swift)

[HUD](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI/HUD/HUD.swift)
[HUD](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI/HUD/HUD.swift)

### Sample code

[ActivityIndicatorView demo](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI.Demo/FluentUI.Demo/Demos/ActivityIndicatorViewDemoController.swift)
[ActivityIndicatorView demo](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI.Demo/FluentUI.Demo/Demos/ActivityIndicatorViewDemoController.swift)

[HUD demo](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI.Demo/FluentUI.Demo/Demos/HUDDemoController.swift)
[HUD demo](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI.Demo/FluentUI.Demo/Demos/HUDDemoController.swift)
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

### Source code

[Label](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI/Controls/Label.swift)
[Label](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI/Controls/Label.swift)

### Sample code

[Label demo](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI.Demo/FluentUI.Demo/Demos/LabelDemoController.swift)
[Label demo](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI.Demo/FluentUI.Demo/Demos/LabelDemoController.swift)
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

### Source code

[Tooltip](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI/Tooltip/Tooltip.swift)
[Tooltip](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI/Tooltip/Tooltip.swift)

### Sample code

[Tooltip demo](https://github.com/microsoft/fluentui-apple/blob/master/ios/FluentUI.Demo/FluentUI.Demo/Demos/TooltipDemoController.swift)
[Tooltip demo](https://github.com/microsoft/fluentui-apple/blob/main/ios/FluentUI.Demo/FluentUI.Demo/Demos/TooltipDemoController.swift)
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Documentation for the controls is a work in progress. Some controls can be found

### Start developing

Setup instructions and more information can be found in the [Fluent UI Apple readme](https://github.com/microsoft/fluentui-apple/blob/master/README.md).
Setup instructions and more information can be found in the [Fluent UI Apple readme](https://github.com/microsoft/fluentui-apple/blob/main/README.md).
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Documentation for the controls is a work in progress. Some controls can be found

### Start developing

Setup instructions and more information can be found in the [Fluent UI Apple readme](https://github.com/microsoft/fluentui-apple/blob/master/README.md).
Setup instructions and more information can be found in the [Fluent UI Apple readme](https://github.com/microsoft/fluentui-apple/blob/main/README.md).
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "Update links to fluentui-apple repository",
"packageName": "@fluentui/public-docsite",
"email": "[email protected]",
"dependentChangeType": "patch"
}

0 comments on commit e5800d7

Please sign in to comment.