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

Commit 151f5d8

Browse files
author
Craig
committed
fix #getstarted links
1 parent 6e80b21 commit 151f5d8

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

Hello_MultiScreen_iPhone/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ urlFragment: hello-multiscreen-iphone
1010
---
1111
# Hello Multi-Screen iPhone
1212

13+
[Xamarin.iOS samples](https://review.docs.microsoft.com/en-us/samples/browse/?branch=master&products=xamarin&term=Xamarin.iOS) | [Xamarin.iOS docs](https://docs.microsoft.com/xamarin/ios/)
14+
1315
This sample serves as an introduction to the primary pattern used
1416
in iOS for user interfaces: MVC (Model-View-Controller). It shows
1517
how to use the UINavigationController class to manage the user

Hello_Universal/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Xamarin.iOS - Hello, Universal
2+
name: Xamarin.iOS - Hello, Universal App
33
description: "A sample demonstrating how to create universal applications that will run on both iPhone and iPad devices #getstarted"
44
page_type: sample
55
languages:
@@ -8,10 +8,10 @@ products:
88
- xamarin
99
urlFragment: hello-universal
1010
---
11-
# Hello, Universal
11+
# Hello, Universal App
12+
13+
[Xamarin.iOS samples](https://review.docs.microsoft.com/en-us/samples/browse/?branch=master&products=xamarin&term=Xamarin.iOS) | [Xamarin.iOS docs](https://docs.microsoft.com/xamarin/ios/)
1214

1315
A sample demonstrating how to create universal applications that
1416
will run on both iPhone and iPad devices, by switching the UI based
15-
on the UIInterfaceIdiom enum.
16-
17-
**NOTE: This sample will only work with Xcode 5.0 or above.
17+
on the `UIInterfaceIdiom` enum.

Hello_iOS/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ urlFragment: hello-ios
1010
---
1111
# Hello, iOS
1212

13-
This sample is the application that will be built at the end of the [Getting Started](/guides/ios/getting_started/hello,_iOS/) guides.
13+
[Xamarin.iOS samples](https://review.docs.microsoft.com/en-us/samples/browse/?branch=master&products=xamarin&term=Xamarin.iOS) | [Xamarin.iOS docs](https://docs.microsoft.com/xamarin/ios/)
1414

15-
There are two seperate folders containing a solution. **Hello.iOS** is the single view application that will be producted at the end of the [Hello, iOS Quickstart](/guides/ios/getting_started/hello,_iOS/hello,iOS_quickstart/), and **Hello.iOS_MultiScreen** is the two screen application produced at the end of the [Hello, iOS Multiscreen Quickstart](/guides/ios/getting_started/hello,_iOS_multiscreen/hello,_iOS_multiscreen_quickstart/).
15+
This sample is the application that will be built at the end of the [iOS Get Started](https://docs.microsoft.com/xamarin/ios/get-started/hello-ios/) guides.
1616

17-
# Written By
18-
Amy Burns - For Documentation usage.
17+
There are two seperate folders containing a solution. **Hello.iOS** is the single view application that will be producted at the end of the [Hello, iOS Quickstart](https://docs.microsoft.com/xamarin/ios/get-started/hello-ios/hello-ios-quickstart), and **Hello.iOS_MultiScreen** is the two screen application produced at the end of the [Hello, iOS Multiscreen Quickstart](https://docs.microsoft.com/xamarin/ios/get-started/hello-ios-multiscreen/).
1918

19+
# Author
20+
21+
Amy Burns

Hello_iPad/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ urlFragment: hello-ipad
1010
---
1111
# Hello iPad
1212

13+
[Xamarin.iOS samples](https://review.docs.microsoft.com/en-us/samples/browse/?branch=master&products=xamarin&term=Xamarin.iOS) | [Xamarin.iOS docs](https://docs.microsoft.com/xamarin/ios/)
14+
1315
This is a simple hello world application demonstrating how to
1416
create, configure, and build applications specific to the iPad.

0 commit comments

Comments
 (0)