Skip to content

Commit 3b970ad

Browse files
committed
Update links to new GitHub org
1 parent 6643de1 commit 3b970ad

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

docs/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const config: Config = {
9898
},
9999
{ to: "resources", label: "Resources", position: "left" },
100100
{
101-
href: "https://github.com/pbv0/databricks-apps-cookbook/",
101+
href: "https://github.com/databricks-solutions/databricks-apps-cookbook/",
102102
label: "GitHub",
103103
position: "right",
104104
},

readme.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Find **deployment instructions** and all **code snippets** on [apps-cookbook.dev
2020

2121
## Contributions
2222

23-
We welcome contributions! Submit a [pull request](https://github.com/pbv0/databricks-apps-cookbook/pulls) to add or improve recipes. Raise an [issue](https://github.com/pbv0/databricks-apps-cookbook/issues) to report a bug or raise a feature request.
23+
We welcome contributions! Submit a [pull request](https://github.com/databricks-solutions/databricks-apps-cookbook/pulls) to add or improve recipes. Raise an [issue](https://github.com/databricks-solutions/databricks-apps-cookbook/issues) to report a bug or raise a feature request.
2424

2525
Not sure what to contribute? Here are some commonly requested samples:
2626

@@ -34,14 +34,13 @@ Not sure what to contribute? Here are some commonly requested samples:
3434

3535
These samples are experimental and meant for demonstration purposes only. They are provided as-is and without formal support by Databricks. Ensure your organization's security, compliance, and operational best practices are applied before deploying them to production.
3636

37-
3837
## License
3938

40-
© 2025 Databricks, Inc. All rights reserved. The source in this notebook is provided subject to the [Databricks License](https://databricks.com/db-license-source). All included or referenced third party libraries are subject to the licenses set forth below.
39+
© 2025 Databricks, Inc. All rights reserved. The source in this notebook is provided subject to the [Databricks License](https://databricks.com/db-license-source). All included or referenced third party libraries are subject to the licenses set forth below.
4140

42-
| library | description | license | source |
43-
|-----------|---------------------------------------------------|-------------|-----------------------------------------------------|
44-
| Plotly | Graphing library for interactive visualizations | MIT | [GitHub](https://github.com/plotly/plotly.py) |
45-
| Dash | Framework for building web apps with Plotly | MIT | [GitHub](https://github.com/plotly/dash) |
46-
| Streamlit | App framework for Machine Learning and Data Apps | Apache 2.0 | [GitHub](https://github.com/streamlit/streamlit) |
47-
| FastAPI | High-performance API framework based on Starlette | MIT | [GitHub](https://github.com/tiangolo/fastapi) |
41+
| library | description | license | source |
42+
| --------- | ------------------------------------------------- | ---------- | ------------------------------------------------ |
43+
| Plotly | Graphing library for interactive visualizations | MIT | [GitHub](https://github.com/plotly/plotly.py) |
44+
| Dash | Framework for building web apps with Plotly | MIT | [GitHub](https://github.com/plotly/dash) |
45+
| Streamlit | App framework for Machine Learning and Data Apps | Apache 2.0 | [GitHub](https://github.com/streamlit/streamlit) |
46+
| FastAPI | High-performance API framework based on Starlette | MIT | [GitHub](https://github.com/tiangolo/fastapi) |

0 commit comments

Comments
 (0)