summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-11-16 06:47:53 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-11-16 06:47:53 -0800
commitc65d13ac2dcddfddd2d3e049b8a63c372d146c64 (patch)
tree88ae82f6d1d28315f004a7bf6bbffd1087ed2989 /changelog
parent23c6f0c4fe14cdcec353736ab59d53db2d523fe8 (diff)
Use example.com for sample link in changelog.
Diffstat (limited to 'changelog')
-rw-r--r--changelog3
1 files changed, 2 insertions, 1 deletions
diff --git a/changelog b/changelog
index 8acb2fc5c..91211565c 100644
--- a/changelog
+++ b/changelog
@@ -112,7 +112,8 @@ pandoc (1.15.2)
the tags linking to media that should not be downloaded. Example:
<audio controls="1">
- <source src="http://www.sixbarsjail.it/tmp/bach_toccata.mp3"
+ <source
+ src="https://example.com/downloads/tocatta.mp3"
type="audio/mpeg"></source>
</audio>