Skip to content

Commit f7ce1e2

Browse files
authored
Update links (#1133)
1 parent efdf0b6 commit f7ce1e2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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 = [

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):

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

0 commit comments

Comments
 (0)