Sfoglia il codice sorgente

Merge pull request #457 from colinodell/patch-1

Fix link to CommonMark spec
pull/427/merge
Jamie York 10 anni fa
parent
commit
aed9a2e86e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      README.md

+ 1
- 1
README.md Vedi File

@@ -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…
Annulla
Salva