We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2dd3a5 commit 29e5c48Copy full SHA for 29e5c48
README.md
@@ -95,6 +95,8 @@ console.log(holidays2018.map(holiday => holiday.name + " - " + holiday.moment.fo
95
96
</div>
97
98
+For more examples, please visit the [docsify examples page](https://nesto-software.github.io/moment-holiday/#/examples/README).
99
+
100
## License
101
Copyright 2018 Nesto Software GmbH
102
docs/examples/README.md
@@ -4,5 +4,5 @@ Some examples which illustrate common use cases:
4
5
- [Node.js Installation Example](/node.md)
6
- [Browser Installation Example](/browser.md)
7
-- [Basic](basic.md)
8
-- [Database](database.md)
+- [Basic](examples/basic.md)
+- [Database](examples/database.md)
0 commit comments