Skip to content

Commit 4101148

Browse files
authored
Fix documentation link for intro.js options
1 parent 9e37669 commit 4101148

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
@@ -35,7 +35,7 @@ The two main directives are `ng-intro-options` and `ng-intro-method`.
3535

3636
`ng-intro-options="IntroOptions"`
3737

38-
You should create a `$scope.IntroOptions` in your controller which contains the intro.js options. The options are exactly the same as [the original](https://github.com/usablica/intro.js#options). This also allows you to modify the options as part of your controller behavior if necessary. You don't have to use `IntroOptions`, you can specify some other name.
38+
You should create a `$scope.IntroOptions` in your controller which contains the intro.js options. The options are exactly the same as [the original](https://github.com/usablica/intro.js/wiki/Documentation#options). This also allows you to modify the options as part of your controller behavior if necessary. You don't have to use `IntroOptions`, you can specify some other name.
3939

4040
### Start method
4141

0 commit comments

Comments
 (0)