moment / luxon

⏱ A library for working with dates and times in JS
https://moment.github.io/luxon
MIT License
15.42k stars 729 forks source link

Docs- links in duration point to datetime #303

Closed tzachshabtay closed 6 years ago

tzachshabtay commented 6 years ago

In: https://moment.github.io/luxon/docs/class/src/duration.js~Duration.html Some of the links in the overview section send you to the functions in the datetime page instead of staying in the duration page. For example, take a look at the "toFormat" link in the output sub-section.

icambron commented 6 years ago

Yeah, I noticed that too. I believe it's a bug in ESDoc itself.

icambron commented 6 years ago

Fixed in 967703f