aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2018-08-17 09:57:54 +0200
committerGitHub <noreply@github.com>2018-08-17 09:57:54 +0200
commit4b1866b040b955529b048a5377ae5dbd8795ea8a (patch)
tree0f7b2baa12fa527c3abd971ca913422a4a474a7b
parentb003a54f91069ef6992de72a49169d64ee0e935f (diff)
parentb0ebb7deedb1762ff4b50563e2f1db7d3f12f8a2 (diff)
downloadperl-software-in-gnu-guix-4b1866b040b955529b048a5377ae5dbd8795ea8a.tar
perl-software-in-gnu-guix-4b1866b040b955529b048a5377ae5dbd8795ea8a.tar.gz
Merge pull request #2218 from eldios/patch-1
Fixed broken link to markdown options doc
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8890b9e..0aff6fc 100644
--- a/README.md
+++ b/README.md
@@ -175,7 +175,7 @@ We use [marked](https://github.com/chjj/marked) to parse Markdown. To customise
```javascript
Reveal.initialize({
// Options which are passed into marked
- // See https://github.com/chjj/marked#options-1
+ // See https://marked.js.org/#/USING_ADVANCED.md#options
markdown: {
smartypants: true
}