summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLuca Di Sera <luca.disera@qt.io>2021-11-05 13:47:03 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-11-08 13:56:21 +0000
commitd45aaf5ab0cd2b304a19bb4f0df8e2d649f951c5 (patch)
tree58f0d680c3b929000067c5d5f69850db358b67bd /examples
parent82e922a5d08cabed99c0e2126479f381dcc1b3e6 (diff)
Doc: Remove broken homepage link from markdowncss attribution
QtWebEngine uses Keving Burke's markdowncss for two of his examples. An attribution file is provided for both uses, pointing to the homepage of markdowncss "https://kevinburke.bitbucket.io/markdowncss/". Nonetheless, the project is currently unmaintained and the homepage doesn't exist anymore, meaning that the link to it is broken. As there is not a reachable homepage anymore, the "Homepage" key for markdowncss attributions was removed from the attribution files. A link to the same page was changed to the link to the bitbucket repository, which is still reachable, in the documentation for the affected examples. Task-number: QTBUG-96127 Change-Id: Idd6c163eebeb2a2292ae76a73289fda5faa12b0a Reviewed-by: Kai Koehne <kai.koehne@qt.io> (cherry picked from commit 222b3b054cfda31b3bbf3059e3e53139d00bb76f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples')
-rw-r--r--examples/webenginequick/recipebrowser/doc/src/recipebrowser.qdoc2
-rw-r--r--examples/webenginequick/recipebrowser/resources/pages/assets/3rdparty/qt_attribution.json1
-rw-r--r--examples/webenginewidgets/markdowneditor/doc/src/markdowneditor.qdoc2
-rw-r--r--examples/webenginewidgets/markdowneditor/resources/3rdparty/qt_attribution.json1
4 files changed, 2 insertions, 4 deletions
diff --git a/examples/webenginequick/recipebrowser/doc/src/recipebrowser.qdoc b/examples/webenginequick/recipebrowser/doc/src/recipebrowser.qdoc
index 42c1ce649..a9fb5baee 100644
--- a/examples/webenginequick/recipebrowser/doc/src/recipebrowser.qdoc
+++ b/examples/webenginequick/recipebrowser/doc/src/recipebrowser.qdoc
@@ -204,7 +204,7 @@
An example of a recipe page can be seen below. The page uses two stylesheets and
two JavaScript files:
\list
- \li \l{http://kevinburke.bitbucket.org/markdowncss/}{markdown.css} is
+ \li \l{https://bitbucket.org/kevinburke/markdowncss/src/master/}{markdown.css} is
a markdown-friendly stylesheet created by Kevin Burke
\li \l{https://github.com/chjj/marked}{marked.min.js} is a markdown parser and
compiler designed for speed written by Christopher Jeffrey
diff --git a/examples/webenginequick/recipebrowser/resources/pages/assets/3rdparty/qt_attribution.json b/examples/webenginequick/recipebrowser/resources/pages/assets/3rdparty/qt_attribution.json
index a6c68f46f..4dafa1acd 100644
--- a/examples/webenginequick/recipebrowser/resources/pages/assets/3rdparty/qt_attribution.json
+++ b/examples/webenginequick/recipebrowser/resources/pages/assets/3rdparty/qt_attribution.json
@@ -23,7 +23,6 @@
"QtParts": [ "examples" ],
"Files": "markdown.css",
"Description": "Markdown.css is better default styling for your Markdown files.",
- "Homepage": "https://kevinburke.bitbucket.io/markdowncss/",
"Version": "188530e4b5d020d7e237fc6b26be13ebf4a8def3",
"DownloadLocation": "https://bitbucket.org/kevinburke/markdowncss/src/188530e4b5d020d7e237fc6b26be13ebf4a8def3/markdown.css",
"Copyright": "Copyright 2011 Kevin Burke
diff --git a/examples/webenginewidgets/markdowneditor/doc/src/markdowneditor.qdoc b/examples/webenginewidgets/markdowneditor/doc/src/markdowneditor.qdoc
index 9ff8f0615..53464194c 100644
--- a/examples/webenginewidgets/markdowneditor/doc/src/markdowneditor.qdoc
+++ b/examples/webenginewidgets/markdowneditor/doc/src/markdowneditor.qdoc
@@ -152,7 +152,7 @@
\quotefile webenginewidgets/markdowneditor/resources/index.html
In the \e index.html, we load a custom stylesheet and two JavaScript
- libraries. \l{http://kevinburke.bitbucket.org/markdowncss/}{markdown.css} is
+ libraries. \l{https://bitbucket.org/kevinburke/markdowncss/src/master/}{markdown.css} is
a markdown-friendly stylesheet created by Kevin Burke.
\l{https://github.com/chjj/marked}{marked.js} is a markdown parser and
compiler designed for speed written by Christopher Jeffrey and
diff --git a/examples/webenginewidgets/markdowneditor/resources/3rdparty/qt_attribution.json b/examples/webenginewidgets/markdowneditor/resources/3rdparty/qt_attribution.json
index de5458eff..d51ac744b 100644
--- a/examples/webenginewidgets/markdowneditor/resources/3rdparty/qt_attribution.json
+++ b/examples/webenginewidgets/markdowneditor/resources/3rdparty/qt_attribution.json
@@ -23,7 +23,6 @@
"QtParts": [ "examples" ],
"Files": "markdown.css",
"Description": "Markdown.css is better default styling for your Markdown files.",
- "Homepage": "https://kevinburke.bitbucket.io/markdowncss/",
"Version": "188530e4b5d020d7e237fc6b26be13ebf4a8def3",
"DownloadLocation": "https://bitbucket.org/kevinburke/markdowncss/src/188530e4b5d020d7e237fc6b26be13ebf4a8def3/markdown.css",
"Copyright": "Copyright 2011 Kevin Burke