summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Bennett <nicholas.bennett@qt.io>2022-10-05 11:14:11 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-10-11 10:56:19 +0000
commit704960907a2a8edad3a0a713e417a1580ba09686 (patch)
tree0d23fd912f487e4b19e6dcc4f541caed8cf99738
parent67b3cf361725163e3374f018b2da63daf2195158 (diff)
downloadqtdoc-704960907a2a8edad3a0a713e417a1580ba09686.tar.gz
Docs: Fix getting started with android YouTube video ID
The YouTube ID copied from the browser was incorrect. This patch fixes this. Will build locally and check embedded YouTube videos work in future before pushing. Change-Id: Ib48500a2b49abb17177353bc544dcb05d10c219b Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit 0fbb595b7fd843f651ab442d8dd06e5394567f1d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/config/qtdoc.qdocconf2
-rw-r--r--doc/images/5OiIqFTjUZI.jpg (renamed from doc/images/5OiIqFTjUZI&t.jpg)bin57742 -> 57742 bytes
-rw-r--r--doc/src/platforms/android/android.qdoc2
3 files changed, 2 insertions, 2 deletions
diff --git a/doc/config/qtdoc.qdocconf b/doc/config/qtdoc.qdocconf
index 31548852..98e8ebf4 100644
--- a/doc/config/qtdoc.qdocconf
+++ b/doc/config/qtdoc.qdocconf
@@ -79,7 +79,7 @@ macro.qtbug = "\\l{https://bugreports.qt.io/browse/\1}{\1}"
# Config to enable YouTube links in the offline documentation
{HTML.extraimages,qhp.QtDoc.extraFiles} += images/yIv0vO8B7tQ.jpg \
- ../images/5OiIqFTjUZI&t.jpg
+ ../images/5OiIqFTjUZI.jpg
manifestmeta.highlighted.names = "QtDoc/Coffee Machine Example" \
"QtDoc/Qt Quick Demo - Same Game" \
diff --git a/doc/images/5OiIqFTjUZI&t.jpg b/doc/images/5OiIqFTjUZI.jpg
index 91dbba83..91dbba83 100644
--- a/doc/images/5OiIqFTjUZI&t.jpg
+++ b/doc/images/5OiIqFTjUZI.jpg
Binary files differ
diff --git a/doc/src/platforms/android/android.qdoc b/doc/src/platforms/android/android.qdoc
index 3b3e4c7d..44817379 100644
--- a/doc/src/platforms/android/android.qdoc
+++ b/doc/src/platforms/android/android.qdoc
@@ -104,7 +104,7 @@
The video below is a beginner's guide to using the Qt for Android toolchain,
including the Qt Creator IDE, to get you started developing Android apps.
- \youtube 5OiIqFTjUZI&t
+ \youtube 5OiIqFTjUZI
The rest of this page has more detailed getting started information.