Skip to content

Commit 5c50174

Browse files
authored
Merge pull request #5818 from plotly/date-format-version
Adjust links to time format options so that they point to the d3-time-format v2.2.3 applied not the latest
2 parents 14ab307 + 65f0172 commit 5c50174

File tree

3 files changed

+170
-169
lines changed

3 files changed

+170
-169
lines changed

draftlogs/5818_fix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Adjust links to time format options so that they point to the d3-time-format v2.2.3 applied not the latest [[#5818](https://github.com/plotly/plotly.js/pull/5818)]

src/constants/docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module.exports = {
44
FORMAT_LINK: 'https://github.com/d3/d3-3.x-api-reference/blob/master/Formatting.md#d3_format',
5-
DATE_FORMAT_LINK: 'https://github.com/d3/d3-time-format#locale_format'
5+
DATE_FORMAT_LINK: 'https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format'
66
};

0 commit comments

Comments
 (0)