Skip to content

Commit 2ec994f

Browse files
committed
fix #3052 - use d3@v3 api page links to *format attr descriptions
1 parent 614377e commit 2ec994f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/constants/docs.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
'use strict';
1010

1111
module.exports = {
12-
FORMAT_LINK: 'https://github.com/d3/d3-format/blob/master/README.md#locale_format',
13-
DATE_FORMAT_LINK: 'https://github.com/d3/d3-time-format/blob/master/README.md#locale_format'
12+
FORMAT_LINK: 'https://github.com/d3/d3-3.x-api-reference/blob/master/Formatting.md#d3_format',
13+
DATE_FORMAT_LINK: 'https://github.com/d3/d3-3.x-api-reference/blob/master/Time-Formatting.md#format'
1414
};

0 commit comments

Comments
 (0)