+
+
diff --git a/ionic/components/button/button.ts b/ionic/components/button/button.ts
index 39f345eb3e..863783f333 100644
--- a/ionic/components/button/button.ts
+++ b/ionic/components/button/button.ts
@@ -22,6 +22,7 @@ import {Toolbar} from '../toolbar/toolbar';
* @property [fab-bottom] - position a fab button towards the bottom
* @description
* Buttons are simple components in Ionic, can consist of text, an icon, or both, and can be enhanced with a wide range of attributes.
+ * @demo /docs/v2/demos/buttons/
* @see {@link /docs/v2/components#buttons Button Component Docs}
*/
diff --git a/ionic/components/modal/modal.ts b/ionic/components/modal/modal.ts
index 604966fe81..83f611447f 100644
--- a/ionic/components/modal/modal.ts
+++ b/ionic/components/modal/modal.ts
@@ -33,6 +33,7 @@ import {extend} from 'ionic/util';
*
* }
* ```
+ * @demo /docs/v2/demos/modal/
* @see {@link /docs/v2/components#modals Modal Component Docs}
*/
@Injectable()