Skip to content

Commit 7c726a1

Browse files
author
Yang Wang
committed
document link fixes
1 parent 45a67ff commit 7c726a1

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

demo/src/javascripts/components/markdown-page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import React, {Component, PropTypes} from 'react';
1313
* text, in case you don't want this link to point to anything.
1414
*/
1515
const urlRewrites = {
16-
'/docs/layers/base-layer.md': '#/layers/base-layer/layer',
16+
'/docs/layers/base-layer.md': '#/layers/catalog/layer-base-class',
1717
'/docs/custom-layers.md#layerencodepickingcolorindex--number': false,
1818
'/docs/layers/arc-layer.md': '#/layers/core-layers/arc-layer',
1919
'/docs/layers/line-layer.md': '#/layers/core-layers/line-layer',

docs/layers/arc-layer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ render them as arcs that links the starting and ending points.
99

1010
import {ArcLayer} from 'deck.gl';
1111

12-
Inherits from all [Base Layer properties](/docs/layers/base-layer.md).
12+
Inherits from all [Base Layer](/docs/layers/base-layer.md) properties.
1313

1414
## Layer-specific Properties
1515

docs/layers/choropleth-layer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ renders it as interactive choropleths.
99

1010
import {ChoroplethLayer} from 'deck.gl';
1111

12-
Inherits from all [Base Layer properties](/docs/layers/base-layer.md).
12+
Inherits from all [Base Layer](/docs/layers/base-layer.md) properties.
1313

1414
## Layer-specific Properties
1515

docs/layers/enhanced-choropleth-layer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ the results will be good.
1111

1212
import {ExtrudedChoroplethLayer64} from 'deck.gl';
1313

14-
Inherits from all [Base Layer properties](/docs/layers/base-layer.md).
14+
Inherits from all [Base Layer](/docs/layers/base-layer.md) properties.
1515

1616
##### `drawContour` (Boolean, optional)
1717

docs/layers/extruded-choropleth-layer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Choropleth Layer with Elevation
44

55
import {ExtrudedChoroplethLayer64} from 'deck.gl';
66

7-
Inherits from all [Base Layer properties](/docs/layers/base-layer.md).
7+
Inherits from all [Base Layer](/docs/layers/base-layer.md) properties.
88

99
##### `drawContour` (Boolean, optional)
1010

docs/layers/screen-grid-layer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ visuals when used with the right data set can be quite effective.
1515

1616
import {ScreenGridLayer} from 'deck.gl';
1717

18-
Inherits from all [Base Layer properties](/docs/layers/base-layer.md).
18+
Inherits from all [Base Layer](/docs/layers/base-layer.md) properties.
1919

2020
## Layer-specific Properties
2121

0 commit comments

Comments
 (0)