瀏覽代碼

Fix link to CommonMark spec

pull/457/head
Colin O'Dell 10 年之前
父節點
當前提交
3b15b1828c
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

@@ -543,7 +543,7 @@ Libraries to help manage database schemas and migrations.
543 543
 
544 544
 * [Decoda](http://milesj.me/code/php/decoda) - A lightweight markup parser library.
545 545
 * [PHP Markdown](https://github.com/michelf/php-markdown) - A Markdown parser.
546
-* [CommonMark PHP](https://github.com/thephpleague/commonmark) - A Markdown parser which supports the full [CommonMark spec](https://jgm.github.io/stmd/spec.html).
546
+* [CommonMark PHP](https://github.com/thephpleague/commonmark) - A Markdown parser which supports the full [CommonMark spec](http://spec.commonmark.org/).
547 547
 * [Parsedown](https://github.com/erusev/parsedown) - Another Markdown parser.
548 548
 * [Ciconia](https://github.com/kzykhys/Ciconia) - Another Markdown parser that supports Github flavoured Markdown.
549 549
 * [Cebe Markdown](https://github.com/cebe/markdown) - An fast and extensible Markdown parser.

Loading…
取消
儲存