Skip to content

Commit 518d2ea

Browse files
Update README.md
1 parent 32e374d commit 518d2ea

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

Diff for: README.md

+7-9
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,14 @@ Building instructions using `webpack`, `browserify` and other build frameworks a
112112

113113
## Bugs and feature requests
114114

115-
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).
115+
Have a bug or a feature request? Please [open a Github issue](https://github.com/plotly/plotly.js/issues/new) keeping in mind the [issue guidelines](https://github.com/plotly/plotly.js/blob/master/.github/ISSUE_TEMPLATE.md). You may also want to read about [how changes get made to Plotly.js](https://github.com/plotly/plotly.js/blob/masterCONTRIBUTING.md)
116116

117117
## Documentation
118118

119-
Official plotly.js documentation is hosted on [plotly.com/javascript](https://plotly.com/javascript).
119+
Official plotly.js documentation is hosted at [https://plotly.com/javascript](https://plotly.com/javascript).
120120

121121
These pages are generated by the Plotly [graphing-library-docs repo](https://github.com/plotly/graphing-library-docs) built with [Jekyll](https://jekyllrb.com/) and publicly hosted on GitHub Pages.
122-
For more info about contributing to Plotly documentation, please read through [contributing guidelines](https://github.com/plotly/documentation/blob/source/Contributing.md).
122+
For more info about contributing to Plotly documentation, please read through [contributing guidelines](https://github.com/plotly/graphing-library-docs/blob/master/README.md).
123123

124124
## Contributing
125125

@@ -128,7 +128,6 @@ Please read through our [contributing guidelines](https://github.com/plotly/plot
128128
## Community
129129

130130
* Follow [@plotlygraphs](https://twitter.com/plotlygraphs) on Twitter for the latest Plotly news.
131-
* Follow [@plotly_js](https://twitter.com/plotly_js) on Twitter for plotly.js release updates.
132131
* Implementation help may be found on community.plot.com (tagged [`plotly-js`](https://community.plotly.com/c/plotly-js)) or
133132
on Stack Overflow (tagged [`plotly`](https://stackoverflow.com/questions/tagged/plotly)).
134133
* Developers should use the keyword `plotly` on packages which modify or add to the functionality of plotly.js when distributing through [npm](https://www.npmjs.com/browse/keyword/plotly).
@@ -145,26 +144,27 @@ Open-source clients to the plotly.js APIs are available at these links:
145144

146145
| | GitHub repo | Getting started |
147146
|---|--------|---------|
148-
|**R / RStudio**| [ropensci/plotly](https://github.com/ropensci/plotly) | [plotly/r/getting-started](https://plotly.com/r/getting-started) |
149147
|**Python / Pandas / IPython notebook**| [plotly/plotly.py](https://github.com/plotly/plotly.py) | [plotly/python/getting-started](https://plotly.com/python/getting-started) |
148+
|**R / RStudio**| [ropensci/plotly](https://github.com/ropensci/plotly) | [plotly/r/getting-started](https://plotly.com/r/getting-started) |
150149
|**MATLAB**| [plotly/matlab-api](https://github.com/plotly/matlab-api) | [plotly/matlab/getting-started](https://plotly.com/matlab/getting-started) |
151150
|**node.js / Tonicdev / Jupyter notebook**| [plotly/plotly-notebook-js](https://github.com/plotly/plotly-notebook-js) | |
152151

153-
## Creators
152+
## Maintainers
154153

155154
### Active
156155

157156
| | GitHub | Twitter |
158157
|---|--------|---------|
159158
|**Alex C. Johnson**| [@alexcjohnson](https://github.com/alexcjohnson) | |
160-
|**Étienne Tétreault-Pinard**| [@etpinard](https://github.com/etpinard) | [@etpinard](https://twitter.com/etpinard) |
161159
|**Antoine Roy-Gobeil** | [@antoinerg](https://github.com/antoinerg) | |
162160
|**Mojtaba Samimi** | [@archmoj](https://github.com/archmoj) | [@solarchvision](https://twitter.com/solarchvision) |
161+
|**Nicolas Kruchten** | [@nicolaskruchten](https://github.com/nicolaskruchten) | [@nicolaskruchten](https://twitter.com/nicolaskruchten) |
163162

164163
### Hall of Fame
165164

166165
| | GitHub | Twitter |
167166
|---|--------|---------|
167+
|**Étienne Tétreault-Pinard**| [@etpinard](https://github.com/etpinard) | [@etpinard](https://twitter.com/etpinard) |
168168
|**Mikola Lysenko**| [@mikolalysenko](https://github.com/mikolalysenko) | [@MikolaLysenko](https://twitter.com/MikolaLysenko) |
169169
|**Ricky Reusser**| [@rreusser](https://github.com/rreusser) | [@rickyreusser](https://twitter.com/rickyreusser) |
170170
|**Dmitry Yv.** | [@dy](https://github.com/dy) | [@DimaYv](https://twitter.com/dimayv)|
@@ -182,5 +182,3 @@ Open-source clients to the plotly.js APIs are available at these links:
182182
Code and documentation copyright 2020 Plotly, Inc.
183183

184184
Code released under the [MIT license](https://github.com/plotly/plotly.js/blob/master/LICENSE).
185-
186-
Docs released under the [Creative Commons license](https://github.com/plotly/documentation/blob/source/LICENSE).

0 commit comments

Comments
 (0)