summaryrefslogtreecommitdiffstats
path: root/examples/webenginequick/recipebrowser/doc
diff options
context:
space:
mode:
authorLuca Di Sera <luca.disera@qt.io>2021-11-05 13:47:03 +0100
committerLuca Di Sera <luca.disera@qt.io>2021-11-08 10:20:19 +0100
commit222b3b054cfda31b3bbf3059e3e53139d00bb76f (patch)
treea336c0ab0e8d7ebd7ce5a956d0aab95a216f170c /examples/webenginequick/recipebrowser/doc
parent1a3a932926e4135cb055c02d89117b0a652a374d (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 Pick-to: 6.2 Change-Id: Idd6c163eebeb2a2292ae76a73289fda5faa12b0a Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'examples/webenginequick/recipebrowser/doc')
-rw-r--r--examples/webenginequick/recipebrowser/doc/src/recipebrowser.qdoc2
1 files changed, 1 insertions, 1 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