summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/markdowneditor/resources/default.md
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2017-07-03 17:14:57 +0200
committerKai Koehne <kai.koehne@qt.io>2017-07-13 12:44:18 +0000
commita0f7ba909905ea917f47154cb5b18b8f108e0613 (patch)
treeb72888ae7f0a32bfa20c4678bd919130eca827ae /examples/webenginewidgets/markdowneditor/resources/default.md
parent82adf72d1eb3f2ec8e212a55fdcc3151863664c8 (diff)
Properly document third party code in examples
Move files from marked, markdown.css to a 3rdparty directory, and properly document them with a qt_attribution.json file. Finally, reference the (automatically generated) documentation in the respective examples documentation. Task-number: QTBUG-61706 Change-Id: I8fd3f894e6e81647bc4804df784b1e00b83d12d6 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'examples/webenginewidgets/markdowneditor/resources/default.md')
-rw-r--r--examples/webenginewidgets/markdowneditor/resources/default.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/webenginewidgets/markdowneditor/resources/default.md b/examples/webenginewidgets/markdowneditor/resources/default.md
index 8f9c807aa..af835fa4d 100644
--- a/examples/webenginewidgets/markdowneditor/resources/default.md
+++ b/examples/webenginewidgets/markdowneditor/resources/default.md
@@ -8,5 +8,5 @@ syntax.
The conversion from Markdown to HTML is done with the help of the
[marked JavaScript library](https://github.com/chjj/marked) by _Christopher Jeffrey_.
-The [style sheet](http://kevinburke.bitbucket.org/markdowncss/markdown.css)
+The [style sheet](https://kevinburke.bitbucket.io/markdowncss/)
was created by _Kevin Burke_.