Skip to content

Commit ce736a8

Browse files
committed
clean up in CONTRIBUTING and README
1 parent 692b043 commit ce736a8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ To view the results of a run on CircleCI, download the `build/test_images/` and
9494
### Repo organization
9595

9696
- Distributed files are in `dist/`
97-
- Sources files are in `src/`, including the index.
98-
- Build and repo management scripts are in `./tasks/`
97+
- Sources files are in `src/`, including the index
98+
- Build and repo management scripts are in `tasks/`
9999
- All tasks can be run using [`npm run-srcript`](https://docs.npmjs.com/cli/run-script)
100100
- Tests are `test/`, they are partitioned into `image` and `jasmine` tests
101101
- Test dashboard and image viewer code is in `devtools/`
102-
- Non-distributed, git-ignored built files are in `build/`
102+
- Non-distributed, git-ignored built files are in `build/`
103103

104104

105105
### Coding style

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Read the [Getting started page](https://plot.ly/javascript/getting-started/) for
4444
4545
## Bugs and feature requests
4646
47-
Have a bug or a feature request? Please first read the [issues guidelines](https://github.com/plotly/plotly.js/blob/master/CONTRIBUTING.md).
47+
Have a bug or a feature request? Please first read the [issues guidelines](https://github.com/plotly/plotly.js/blob/master/CONTRIBUTING.md#opening-issues).
4848
4949
## Documentation
5050

0 commit comments

Comments
 (0)