Skip to content

Commit 77796d6

Browse files
authored
Fix wrong "config.js" link on README
1 parent 6ac9190 commit 77796d6

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
@@ -112,7 +112,7 @@ angular.module('FileManagerApp').config(['fileManagerConfigProvider', function (
112112
</script>
113113
```
114114

115-
You can do many things by extending the configuration. Like hide the sidebar or the search button. See [/src/js/providers/config.js](You can see the list of default configurations).
115+
You can do many things by extending the configuration. Like hide the sidebar or the search button. See [the list of default configurations](/src/js/providers/config.js).
116116

117117
---------
118118

0 commit comments

Comments
 (0)