Skip to content

Commit 943c8d0

Browse files
authored
Fix wrong link in the README file (#275)
- fix a wrong link in the README file to the wizard-navigation-bar.scss file
1 parent f73e829 commit 943c8d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ Different ways are possible:
695695
When overriding css properties already defined in the existing navigation bar layouts, it is required to use `!important`.
696696
In addition it is required to add `encapsulation: ViewEncapsulation.None` to the component, that defines the wizard and overrides its layout.
697697
For additional information about how to write your own navigation bar please take a look at the existing navigation bar layouts, which can be found in the
698-
[https://github.com/madoar/angular-archwizard/blob/develop/src/css/wizard-navigation-bar.scss](wizard-navigation-bar.scss) file.
698+
[wizard-navigation-bar.scss](src/css/wizard-navigation-bar.scss) file.
699699

700700
### Working with dynamically inserted and removed steps
701701
In some cases it may be required to remove or insert one or multiple steps after the wizard initialization,

0 commit comments

Comments
 (0)