Skip to content

Commit 54c2e60

Browse files
committed
fixups
1 parent 757a77c commit 54c2e60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Without this plugin your build will fail when it tries to build glslify for WebG
5454
Currently 2 solutions exists to circumvent this issue :
5555

5656
1) If you need to use WebGL plots, you can create a Webpack config from your Angular CLI projet with [ng eject](https://github.com/angular/angular-cli/wiki/eject). This will allow you to follow the instructions regarding Webpack.
57-
2) If you don't need to use WebGL plots, you can make a custom build containing only the required modules for your plots. The clean way to do it with Angular CLI is not the method described in the [Modules]((https://github.com/plotly/plotly.js/blob/master/README.md#modules) section of the README but the following :
57+
2) If you don't need to use WebGL plots, you can make a custom build containing only the required modules for your plots. The clean way to do it with Angular CLI is not the method described in the [Modules](https://github.com/plotly/plotly.js/blob/master/README.md#modules) section of the README but the following :
5858

5959
```typescript
6060
// in the Component you want to create a graph

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ and more.
2020

2121
* [Quick start options](#quick-start-options)
2222
* [Modules](#modules)
23-
* [Building plotly.js](#building-plotly.js)
23+
* [Building plotly.js](##building-plotlyjs)
2424
* [Bugs and feature requests](#bugs-and-feature-requests)
2525
* [Documentation](#documentation)
2626
* [Contributing](#contributing)
@@ -106,7 +106,7 @@ Important: the plotly.js code base contains some non-ascii characters. Therefore
106106

107107
## Building plotly.js
108108

109-
Building instructions using `webpack`, browserify` and other build frameworks in [`BUILDING.md`](https://github.com/plotly/plotly.js/blob/master/BUILDING.md)
109+
Building instructions using `webpack`, `browserify` and other build frameworks in [`BUILDING.md`](https://github.com/plotly/plotly.js/blob/master/BUILDING.md)
110110

111111
## Bugs and feature requests
112112

0 commit comments

Comments
 (0)