summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2016-10-06 15:24:14 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2016-10-06 15:24:14 -0400
commit557531b326d11103466af721314b81a1153c1cee (patch)
tree300f79418f01333301b8fb09c1c3084e616e6c98
parent124b542115af8d4672f06a7834c0d5a8792531ba (diff)
Fix link
-rw-r--r--sdk-android-tutorial-video.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdk-android-tutorial-video.md b/sdk-android-tutorial-video.md
index f3cbbdc..acf4a68 100644
--- a/sdk-android-tutorial-video.md
+++ b/sdk-android-tutorial-video.md
@@ -21,7 +21,7 @@ Since Android does not provide a windowing system, a GStreamer video
sink cannot create pop-up windows as it would do on a Desktop platform.
Fortunately, the `VideoOverlay` interface allows providing video sinks with
an already created window onto which they can draw, as we have seen in
-[](sdk-basic-tutorial-toolkit-integration).
+[](sdk-basic-tutorial-toolkit-integration.md).
In this tutorial, a
[SurfaceView](http://developer.android.com/reference/android/view/SurfaceView.html)