We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 961669a commit f57a974Copy full SHA for f57a974
pcweb/pcweb.py
@@ -139,8 +139,6 @@
139
("/docs/assets/referencing_assets", "/docs/assets/overview"),
140
("/changelog", "https://github.com/reflex-dev/reflex/releases"),
141
("/blog/2025-10-27-top-10-data-visualization-libraries", "/blog/2025-01-27-top-10-data-visualization-libraries"),
142
- # Databricks notion page redirect
143
- ("/databricks", DATABRICKS_NOTION_URL)
144
]
145
146
for source, target in redirects:
0 commit comments