From fb0cdadcd389d8dc7d0987c83856867122b229bd Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Tue, 20 Sep 2016 16:30:19 +0200 Subject: Doc: Replace external w3schools link with standard one Also change title to be lower case. Change-Id: I333a1a2854308b44f58e15a61dd7316787440952 Reviewed-by: Peter Varga Reviewed-by: Leena Miettinen --- src/webengine/api/qquickwebenginedownloaditem.cpp | 2 +- src/webengine/doc/src/external-resources.qdoc | 4 ++-- src/webenginewidgets/api/qwebenginedownloaditem.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/webengine/api/qquickwebenginedownloaditem.cpp b/src/webengine/api/qquickwebenginedownloaditem.cpp index d557000f1..447937592 100644 --- a/src/webengine/api/qquickwebenginedownloaditem.cpp +++ b/src/webengine/api/qquickwebenginedownloaditem.cpp @@ -313,7 +313,7 @@ void QQuickWebEngineDownloadItem::setSavePageFormat(QQuickWebEngineDownloadItem: user to save the content regardless of the content type. See \l {RFC 2616 section 19.5.1} for details. \value WebEngineDownloadItem.DownloadAttribute The user clicked a link with the \c download - attribute. See \l {HTML download Attribute} for details. + attribute. See \l {HTML download attribute} for details. \value WebEngineDownloadItem.UserRequested The user initiated the download, for example by selecting a web action. \value WebEngineDownloadItem.SavePage Saving of the current page was requested (for example by diff --git a/src/webengine/doc/src/external-resources.qdoc b/src/webengine/doc/src/external-resources.qdoc index ced64dff7..16f1790cf 100644 --- a/src/webengine/doc/src/external-resources.qdoc +++ b/src/webengine/doc/src/external-resources.qdoc @@ -113,8 +113,8 @@ */ /*! - \externalpage http://www.w3schools.com/tags/att_a_download.asp - \title HTML download Attribute + \externalpage https://www.w3.org/TR/html5/links.html#downloading-resources + \title HTML download attribute */ /*! diff --git a/src/webenginewidgets/api/qwebenginedownloaditem.cpp b/src/webenginewidgets/api/qwebenginedownloaditem.cpp index 36e40df29..b777a0898 100644 --- a/src/webenginewidgets/api/qwebenginedownloaditem.cpp +++ b/src/webenginewidgets/api/qwebenginedownloaditem.cpp @@ -230,7 +230,7 @@ quint32 QWebEngineDownloadItem::id() const user to save the content regardless of the content type. See \l {RFC 2616 section 19.5.1} for details. \value DownloadAttribute The user clicked a link with the \c download - attribute. See \l {HTML download Attribute} for details. + attribute. See \l {HTML download attribute} for details. \value UserRequested The user initiated the download, for example by selecting a web action. \value SavePage Saving of the current page was requested (for example by -- cgit v1.2.1