docs(deeplinks): fix repo link

This commit is contained in:
dustinromey 2016-06-20 15:17:28 -04:00 committed by Ibrahim Hadeed
parent d42780daca
commit 32661b791a

View File

@ -34,7 +34,7 @@ export interface DeeplinkMatch {
@Plugin({
plugin: 'ionic-plugin-deeplinks',
pluginRef: 'IonicDeeplink',
repo: 'https://github.com/driftyo/ionic-plugin-deeplinks',
repo: 'https://github.com/driftyco/ionic-plugin-deeplinks',
platforms: ['iOS', 'Android']
})
export class Deeplinks {