diff --git a/src/v2/guide/components-registration.md b/src/v2/guide/components-registration.md
index 9d4c027fc3..122b848639 100644
--- a/src/v2/guide/components-registration.md
+++ b/src/v2/guide/components-registration.md
@@ -229,4 +229,4 @@ requireComponent.keys().forEach(fileName => {
 })
 ```
 
-Remember that **global registration must take place before the root Vue instance is created (with `new Vue`)**. [Here's an example](https://github.com/chrisvfritz/vue-enterprise-boilerplate/blob/master/src/components/_globals.js) of this pattern in a real project context.
+Remember that **global registration must take place before the root Vue instance is created (with `new Vue`)**. [Here's an example](https://github.com/bencodezen/vue-enterprise-boilerplate/blob/vue-2-version/src/components/_globals.js) of this pattern in a real project context.