Skip to content

Commit 9077b2d

Browse files
committed
Fix broken reference to LICENSE in README
1 parent 7d7b99e commit 9077b2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ class MyDTPicker extends React.Component<MyDTPickerProps, MyDTPickerState> {
162162
```
163163

164164
## Contributions
165-
* For information about how to contribute, see the [CONTRIBUTING](.github/CONTRIBUTING.md) file.
165+
For information about how to contribute, see the [CONTRIBUTING](.github/CONTRIBUTING.md) file.
166166

167167
## Development
168168
```sh
@@ -174,4 +174,4 @@ If you want to develop using the component inside a React application, we recomm
174174

175175
### [Changelog](CHANGELOG.md)
176176

177-
### [MIT Licensed](LICENSE)
177+
### [MIT Licensed](LICENSE.md)

0 commit comments

Comments
 (0)