From c5e46a63b2dac24e411b904019ef9e87a832791b Mon Sep 17 00:00:00 2001 From: Bea Lam Date: Mon, 27 Aug 2012 17:04:17 +1000 Subject: Fix various doc errors Also restore the main module "reference documentation" links added in 0e0f46c01cf6a183996d36c31987ca4a46b50bd9 Change-Id: I421f5a17e2946a2569537d8ba8a021f219aaf75a Reviewed-by: Andrew den Exter --- doc/src/examples/examples.qdoc | 2 +- doc/src/examples/tutorial.qdoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/examples') diff --git a/doc/src/examples/examples.qdoc b/doc/src/examples/examples.qdoc index 039555d254..e9bc44a0fc 100644 --- a/doc/src/examples/examples.qdoc +++ b/doc/src/examples/examples.qdoc @@ -40,7 +40,7 @@ compound interfaces are grouped as applications as they demonstrate more Qt Quick features. To run the sample applications, open them in Qt Creator or use the included -\l {Protoyping with qmlscene}{qmlscene} tool. +\l {Prototyping with qmlscene}{qmlscene} tool. Some of these code samples have a corresponding \l{qtquick-tutorials}{tutorial}. The Qt Quick features are covered in the \l {qtquick-overviews}{main page}. diff --git a/doc/src/examples/tutorial.qdoc b/doc/src/examples/tutorial.qdoc index 24dab74d98..f309865855 100644 --- a/doc/src/examples/tutorial.qdoc +++ b/doc/src/examples/tutorial.qdoc @@ -104,7 +104,7 @@ The \c font.pointSize and \c font.bold properties are related to fonts and use t \section2 Viewing the example -To view what you have created, run the \l{Protoyping with qmlscene}{qmlscene} tool (located in the \c bin directory) with your filename as the first argument. +To view what you have created, run the \l{Prototyping with qmlscene}{qmlscene} tool (located in the \c bin directory) with your filename as the first argument. For example, to run the provided completed Tutorial 1 example from the install location, you would type: \code -- cgit v1.2.3