Skip to content

Commit

Permalink
fix #3052 - use d3@v3 api page links to *format attr descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
etpinard committed Jul 12, 2019
1 parent 614377e commit 2ec994f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
'use strict';

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

0 comments on commit 2ec994f

Please sign in to comment.