aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2019-10-14 10:16:00 +0200
committerVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2019-10-15 15:18:56 +0200
commiteff7aa8f3ac5eb88585bbb51ffc0bb0a29bb42c2 (patch)
treea910948b3457c7fbce02b2b5948d451b35ffe7ac
parent308157f01260c640e21f6972619d3b380c007acb (diff)
Doc: Fix the broken download links
The links were using the the wrong directive. Change-Id: I3bbb3262d96857b66fff7d273f475514f880cb7c Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
-rw-r--r--sources/pyside2/doc/tutorials/qmlintegration/qmlintegration.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/pyside2/doc/tutorials/qmlintegration/qmlintegration.rst b/sources/pyside2/doc/tutorials/qmlintegration/qmlintegration.rst
index 36a12381d..d82e76246 100644
--- a/sources/pyside2/doc/tutorials/qmlintegration/qmlintegration.rst
+++ b/sources/pyside2/doc/tutorials/qmlintegration/qmlintegration.rst
@@ -107,5 +107,5 @@ application and PySide2 integration:
.. image:: textproperties_material.png
-You can download `view.qml <view.qml>`_ and `main.py <main.py>`_
-to try this example.
+You can :download:`view.qml <view.qml>` and
+:download:`main.py <main.py>` to try this example.