Skip to content

Commit

Permalink
Replace all instances of plot.ly with plotly.com. (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shammamah Hossain committed Mar 27, 2020
1 parent 86e72bf commit 9fd533b
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion packages/dash-table/.github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
custom: https://plot.ly/products/consulting-and-oem/
custom: https://plotly.com/products/consulting-and-oem/
4 changes: 2 additions & 2 deletions packages/dash-table/.github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Thanks for your interest in Plotly's Dash DataTable component!!

Note that GitHub issues in this repo are reserved for bug reports and feature
requests. Implementation questions should be discussed in our
[Dash Community Forum](https://community.plot.ly/c/dash).
[Dash Community Forum](https://community.plotly.com/c/dash).

Before opening a new issue, please search through existing issues (including
closed issues) and the [Dash Community Forum](https://community.plot.ly/c/dash).
closed issues) and the [Dash Community Forum](https://community.plotly.com/c/dash).
If your problem or idea has not been addressed yet, feel free to
[open an issue](https://github.com/plotly/plotly.py/issues/new).

Expand Down
4 changes: 2 additions & 2 deletions packages/dash-table/.github/SUPPORT.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Full Dash DataTable documentation, including a full reference and many
examples, can be found here:
[https://dash.plot.ly/datatable](https://dash.plot.ly/datatable).
[https://dash.plotly.com/datatable](https://dash.plotly.com/datatable).

Our team is happy to provide implementation help on our
[Dash Community Forum](https://community.plot.ly/c/dash). If you've searched
[Dash Community Forum](https://community.plotly.com/c/dash). If you've searched
through previous topics and found that your question hasn't been addressed yet,
go ahead and open a new topic!
2 changes: 1 addition & 1 deletion packages/dash-table/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at chris@plot.ly. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at chris@plotly.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.

Expand Down
4 changes: 2 additions & 2 deletions packages/dash-table/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Dash, and many of Plotly's open source products, have been funded through direct

[GitHub flow]: https://guides.github.com/introduction/flow/
[semantic versioning]: https://semver.org/
[Dash Community Forum]: https://community.plot.ly/c/dash
[Get in touch]: https://plot.ly/products/consulting-and-oem
[Dash Community Forum]: https://community.plotly.com/c/dash
[Get in touch]: https://plotly.com/products/consulting-and-oem
[Documentation]: https://github.com/orgs/plotly/projects/8
[Dash Docs]: https://github.com/plotly/dash-docs
8 changes: 4 additions & 4 deletions packages/dash-table/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Dash Table

An interactive `DataTable` for [Dash](https://dash.plot.ly/).
An interactive `DataTable` for [Dash](https://dash.plotly.com/).

:point_right: [Documentation](https://dash.plot.ly/datatable)
:point_right: [Documentation](https://dash.plotly.com/datatable)

## Quickstart

Expand Down Expand Up @@ -39,11 +39,11 @@ DataTable is rendered with standard, semantic HTML `<table/>` markup, which make

This component was written from scratch in React.js specifically for the Dash community. Its API was designed to be ergonomic and its behavior is completely customizable through its properties.

7 months in the making, this is the most complex Dash component that Plotly has written, all from the ground-up using React and TypeScript. DataTable was designed with a featureset that allows that Dash users to create complex, spreadsheet driven applications with no compromises. We're excited to continue to work with users and companies that [invest in DataTable's future](https://plot.ly/products/consulting-and-oem/).
7 months in the making, this is the most complex Dash component that Plotly has written, all from the ground-up using React and TypeScript. DataTable was designed with a featureset that allows that Dash users to create complex, spreadsheet driven applications with no compromises. We're excited to continue to work with users and companies that [invest in DataTable's future](https://plotly.com/products/consulting-and-oem/).

DataTable is in Alpha. This is more of a statement on the DataTable API rather than on its features. The table currently works beautifully and is already used in production at F500 companies. However, we expect to make a few more breaking changes to its API and behavior within the next couple of months. Once the community feels 💪 about its API, we'll lock it down and we'll commit to reducing the frequency of breaking changes. Please subscribe to [dash-table#207](https://github.com/plotly/dash-table/issues/207) and the [CHANGELOG.md](https://github.com/plotly/dash-table/blob/master/CHANGELOG.md) to stay up-to-date with any breaking changes. Note: DataTable is currently supported in Chrome, Firefox, Safari, Edge (version 15+), and Internet Explorer 11.

So, check out DataTable and let us know what you think. Or even better, share your DataTable Dash apps on the [community forum](https://community.plot.ly/t/show-and-tell-community-thread/7554)!
So, check out DataTable and let us know what you think. Or even better, share your DataTable Dash apps on the [community forum](https://community.plotly.com/t/show-and-tell-community-thread/7554)!

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion packages/dash-table/demo/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export const generateMarkdownMockData = (rows: number) => unpackIntoColumnsAndDa
id: 'markdown-images',
name: ['', 'Images'],
presentation: 'markdown',
data: gendata(i => '![image ' + i + ' alt text](https://dash.plot.ly/assets/images/logo.png)', rows)
data: gendata(i => '![image ' + i + ' alt text](https://dash.plotly.com/assets/images/logo.png)', rows)
}

]);
Expand Down
4 changes: 2 additions & 2 deletions packages/dash-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"test.visual-local": "build-storybook",
"test.watch": "run-p --race \"private::build:js-test-watch\" --race private::host* private::opentests"
},
"author": "Chris Parmer <chris@plot.ly>",
"maintainer": "Ryan Patrick Kyle <ryan@plot.ly>",
"author": "Chris Parmer <chris@plotly.com>",
"maintainer": "Ryan Patrick Kyle <ryan@plotly.com>",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.8.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ storiesOf('DashTable/Markdown', module)
setProps={setProps}
id='table'
data={[
{ a: '[Greatest website ever](http://plot.ly "Plotly site")', b: 'normal link with title' },
{ a: '[Greatest website ever](http://plotly.com "Plotly site")', b: 'normal link with title' },
{ a: '![the github logo](https://github.githubassets.com/images/modules/logos_page/GitHub-Logo.png)', b: 'logo with alt text' }
]}
columns={columnFormats}
Expand Down

0 comments on commit 9fd533b

Please sign in to comment.