aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLuca Di Sera <luca.disera@qt.io>2021-10-01 15:26:11 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-10-01 22:10:08 +0000
commitfd2cefefcd829f60dab6afa241acb04f11c293cf (patch)
tree85fc22c2c81277bbd5a05b9fe9a628e21376b994 /src
parent0b06aae25ad17361468340417178578114592299 (diff)
Doc: Repair broken link to the FlowerPower demo
The `Context2d QML Type` documentation links to the FlowerPower demo as an example of the use of `bezierCurveTo`. The site hosting the demo seems to have been down for a long time. To avoid losing the chance to show such an interesting demo, the link was replaced with an equivalent one from the Internet Archive's Wayback Machine. Task-number: QTBUG-96127 Change-Id: I1c88776b7d689d4abd6602dd2f928f8bca602689 Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 5cee9766bbc65424566a294627da85907eac0153) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src')
-rw-r--r--src/quick/items/context2d/qquickcontext2d.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/items/context2d/qquickcontext2d.cpp b/src/quick/items/context2d/qquickcontext2d.cpp
index 64b8b80f8b..4d883ebf55 100644
--- a/src/quick/items/context2d/qquickcontext2d.cpp
+++ b/src/quick/items/context2d/qquickcontext2d.cpp
@@ -2459,7 +2459,7 @@ QV4::ReturnedValue QQuickJSContext2DPrototype::method_beginPath(const QV4::Funct
\image qml-item-canvas-bezierCurveTo.png
\sa {http://www.w3.org/TR/2dcontext/#dom-context-2d-beziercurveto}{W3C 2d context standard for bezierCurveTo}
- \sa {http://www.openrise.com/lab/FlowerPower/}{The beautiful flower demo by using bezierCurveTo}
+ \sa {https://web.archive.org/web/20130505222636if_/http://www.openrise.com/lab/FlowerPower/}{The beautiful flower demo by using bezierCurveTo}
*/
QV4::ReturnedValue QQuickJSContext2DPrototype::method_bezierCurveTo(const QV4::FunctionObject *b, const QV4::Value *thisObject, const QV4::Value *argv, int argc)
{