summaryrefslogtreecommitdiff
path: root/sdk-qt-tutorials.md
diff options
context:
space:
mode:
Diffstat (limited to 'sdk-qt-tutorials.md')
-rw-r--r--sdk-qt-tutorials.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdk-qt-tutorials.md b/sdk-qt-tutorials.md
index 9dee82d..1f8010b 100644
--- a/sdk-qt-tutorials.md
+++ b/sdk-qt-tutorials.md
@@ -4,11 +4,11 @@
These tutorials describe Qt-specific topics. General GStreamer concepts
will not be explained in these tutorials, so the [Basic
-tutorials](http://docs.gstreamer.com/display/GstSDK/Basic+tutorials) should
+tutorials](sdk-basic-tutorials.md) should
be reviewed first. The reader should also be familiar with basic Qt
programming techniques.
The Qt tutorials have the same structure as the [Android
-tutorials](Android%2Btutorials.html): Each one builds on top of the
+tutorials](sdk-android-tutorials.md): Each one builds on top of the
previous one and adds progressively more functionality, until a working
media player application is obtained in \#FIXME\#