Skip to content

Commit b277aff

Browse files
authored
update links to point to outputs repository
1 parent ad34d6c commit b277aff

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/transforms.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ In the example above, we covered a simple transform that rendered HTML or plain-
5050

5151
| Media Type | nteract Transform |
5252
| -------------------------------- | ---------------------------------------------------------------------------------------------- |
53-
| `application/geo+json` | [transform-geojson](https://github.com/nteract/nteract/tree/master/packages/transform-geojson) |
54-
| `application/vnd.plotly.v1+json` | [transform-plotly](https://github.com/nteract/nteract/blob/master/packages/transform-plotly) |
55-
| `application/vdom.v1+json` | [transform-vdom](https://github.com/nteract/nteract/tree/master/packages/transform-vdom) |
56-
| `application/vnd.vega.v2+json` | [transform-vega](https://github.com/nteract/nteract/blob/master/packages/transform-vega) |
53+
| `application/geo+json` | [transform-geojson](https://github.com/nteract/outputs/tree/master/packages/transform-geojson) |
54+
| `application/vnd.plotly.v1+json` | [transform-plotly](https://github.com/nteract/outputs/tree/master/packages/transform-plotly) |
55+
| `application/vdom.v1+json` | [transform-vdom](https://github.com/nteract/outputs/tree/master/packages/transform-vdom) |
56+
| `application/vnd.vega.v2+json` | [transform-vega](https://github.com/nteract/outputs/tree/master/packages/transform-vega) |
5757

5858
Transforms are React components that can take a `display_data` object and return a view given the data associated with a specific media type.
5959

0 commit comments

Comments
 (0)