Skip to content

Commit 3af7b2a

Browse files
authored
Update links (#1133)
1 parent 9905306 commit 3af7b2a

File tree

6 files changed

+9
-11
lines changed

6 files changed

+9
-11
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<a href="https://dash-bootstrap-components.opensource.faculty.ai/">
2+
<a href="https://www.dash-bootstrap-components.com/">
33
<img src="https://cdn.jsdelivr.net/gh/facultyai/dash-bootstrap-components@main/readme-images/logo.png" alt="dash-bootstrap-components logo" width="200" height="200">
44
</a>
55
</p>
@@ -9,7 +9,7 @@
99
<p align="center">
1010
Bootstrap components for Plotly Dash
1111
<br>
12-
<a href="https://dash-bootstrap-components.opensource.faculty.ai/">Explore the documentation</a>
12+
<a href="https://www.dash-bootstrap-components.com/">Explore the documentation</a>
1313
·
1414
<a href="https://github.com/facultyai/dash-bootstrap-components/issues/new?template=bug.md">Report a bug</a>
1515
·
@@ -109,7 +109,7 @@ Code and documentation is copyright [Faculty Science Ltd.][faculty]
109109
[dash-homepage]: https://dash.plotly.com/
110110
[dash-docs-external]: https://dash.plotly.com/external-resources
111111
[bootstrap-homepage]: https://getbootstrap.com/
112-
[docs-components]: https://dash-bootstrap-components.opensource.faculty.ai/l/components
112+
[docs-components]: https://www.dash-bootstrap-components.com/docs/components
113113
[bootstrapcdn]: https://www.bootstrapcdn.com/
114114
[faculty]: https://faculty.ai
115115
[bug-report]: https://github.com/facultyai/dash-bootstrap-components/issues/new?template=bug.md

docs/demos/theme_explorer/navbar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from .util import make_subheading
55

6-
DBC_HOME = "https://dash-bootstrap-components.opensource.faculty.ai/"
6+
DBC_HOME = "https://www.dash-bootstrap-components.com/"
77
DBC_GITHUB = "https://github.com/facultyai/dash-bootstrap-components"
88

99
navbar_children = [

docs/demos/theme_explorer/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import dash_bootstrap_components as dbc
22
from dash import html
33

4-
DBC_DOCS = "https://dash-bootstrap-components.opensource.faculty.ai/docs/components/"
4+
DBC_DOCS = "https://www.dash-bootstrap-components.com/docs/components/"
55

66

77
def make_subheading(label, link):

docs/how-to-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is a set of instructions for releasing _dash-bootstrap-components_. The rel
44

55
- Run `just prerelease <version>`, where `version` is the version number of the release candidate. If you are aiming to release version `0.0.7`, this will be `0.0.7-rc1`. This will automatically bump the version numbers and push a release branch to GitHub.
66

7-
- Create a pull request with this branch, and document changes in the release in the comment of your pull request. The title and comment of the pull request are used by GitHub Actions to make the release on GitHub. See the other releases or the [changelog](https://dash-bootstrap-components.opensource.faculty.ai/changelog/) for previous release summaries.
7+
- Create a pull request with this branch, and document changes in the release in the comment of your pull request. The title and comment of the pull request are used by GitHub Actions to make the release on GitHub. See the other releases or the [changelog](https://www.dash-bootstrap-components.com/changelog/) for previous release summaries.
88

99
- Merge the pull request. This will trigger a GitHub Action that will build the package and upload to PyPI.
1010

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"bugs": {
2727
"url": "https://github.com/facultyai/dash-bootstrap-components/issues"
2828
},
29-
"homepage": "https://dash-bootstrap-components.opensource.faculty.ai",
29+
"homepage": "https://www.dash-bootstrap-components.com",
3030
"license": "Apache-2.0",
3131
"dependencies": {
3232
"@plotly/dash-component-plugins": "^1.2.3",

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ authors = [
1414
]
1515
maintainers = [{ name = "Tom Begley", email = "tomcbegley@gmail.com" }]
1616
requires-python = ">=3.9"
17-
dependencies = [
18-
"dash>=3.0.4",
19-
]
17+
dependencies = ["dash>=3.0.4"]
2018
classifiers = [
2119
"Framework :: Dash",
2220
"License :: OSI Approved :: Apache Software License",
@@ -29,7 +27,7 @@ classifiers = [
2927
dynamic = ["version"]
3028

3129
[project.urls]
32-
Homepage = "https://dash-bootstrap-components.opensource.faculty.ai/"
30+
Homepage = "https://www.dash-bootstrap-components.com/"
3331
Source = "https://github.com/facultyai/dash-bootstrap-components/"
3432
"Bug Reports" = "https://github.com/facultyai/dash-bootstrap-components/issues"
3533

0 commit comments

Comments
 (0)