From b1584cac6a08364670387d0b20a81a9869dcd575 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Thu, 22 Sep 2016 14:05:20 -0400 Subject: [PATCH] link to example pr [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b54f47a7be..d4dfbc3185 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ AST for JSX code is based on [Facebook JSX AST][] with the addition of one node Babylon follows semver in most situations. The only thing to note is that some spec-compliancy bug fixes may be released under patch versions. -For example: We push a fix to early error on something like multiple default exports per file. That would be considered a bug fix even though it would cause a build to fail. +For example: We push a fix to early error on something like [#107](https://github.com/babel/babylon/pull/107) - multiple default exports per file. That would be considered a bug fix even though it would cause a build to fail. ### Example