Skip to content

Commit 4ce9033

Browse files
authored
Fixed download link in docs (reconcile automation) (#2058)
<!-- REMOVE IRRELEVANT COMMENTS BEFORE CREATING A PULL REQUEST --> ## Changes Fixed documentation. ### What does this PR do? I changed the markdown link to use JSX with the useBaseUrl hook: `<a href={useBaseUrl('/lakebridge_reconciliation.dbc')} target="_blank" rel="noopener noreferrer">Link to the notebook</a>` ### Relevant implementation details When Docusaurus built the site, it was: - Moving the file to assets/files/ directory - Adding a hash suffix for cache busting - Adding a trailing slash - This resulted in a broken link: `/lakebridge/assets/files/lakebridge_reconciliation-13ef362ff385092c2af4bd7423976694.dbc/` ### Functionality - [ ] added relevant user documentation - [ ] added new CLI command - [ ] modified existing command: `databricks labs lakebridge ...` - [x] fixed bug ### Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> - [x] manually tested - [ ] added unit tests - [ ] added integration tests
1 parent e727547 commit 4ce9033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/lakebridge/docs/reconcile/reconcile_automation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ import LakebridgeTabs from '@site/src/components/ReconcileTabs';
9292

9393
<LakebridgeTabs />
9494

95-
[Link to the notebook](/lakebridge_reconciliation.dbc) - Unzip the downloaded file and upload the notebook file to your Databricks workspace.
95+
<a href={useBaseUrl('/lakebridge_reconciliation.dbc')} target="_blank" rel="noopener noreferrer">Link to the notebook</a> - Unzip the downloaded file and upload the notebook file to your Databricks workspace.
9696

9797
The utility consists of three key Databricks notebooks:
9898

0 commit comments

Comments
 (0)