From 5475e1e6626c6cd552bffaf19acdfd510b456207 Mon Sep 17 00:00:00 2001 From: DivyaGupta261 Date: Mon, 15 Oct 2018 11:59:53 +0530 Subject: [PATCH] Fix links to dual-list-component files --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cd0ced..b47b153 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ import { DualListComponent } from 'angular-dual-listbox'; export class CustomDualListComponent extends DualListComponent { } ``` -See [`dual-list.component.html`](https://github.com/czeckd/angular-dual-listbox/blob/master/lib/dual-list.component.html) and [`dual-list.component.css`](https://github.com/czeckd/angular-dual-listbox/blob/master/lib/dual-list.component.css) for template and style guidance. +See [`dual-list.component.html`](https://github.com/czeckd/angular-dual-listbox/blob/master/lib/src/dual-list.component.html) and [`dual-list.component.css`](https://github.com/czeckd/angular-dual-listbox/blob/master/lib/src/dual-list.component.css) for template and style guidance. There is also an Angular-CLI seed project, [custom-dual-listbox](https://github.com/czeckd/custom-dual-listbox), available with an example of a customized view and extended functionality.