Skip to content

Commit

Permalink
fix(external-link): change the external link in creating chart dashbo…
Browse files Browse the repository at this point in the history
…ard (#18982)

(cherry picked from commit 37752ce)
  • Loading branch information
prosdev0107 authored and villebro committed Apr 3, 2022
1 parent f7b72d9 commit fe0f1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/addSlice/AddSliceContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ export default class AddSliceContainer extends React.PureComponent<
'Instructions to add a dataset are available in the Superset tutorial.',
)}{' '}
<a
href="https://superset.apache.org/docs/creating-charts-dashboards/first-dashboard#adding-a-new-table"
href="https://superset.apache.org/docs/creating-charts-dashboards/creating-your-first-dashboard/#registering-a-new-table"
rel="noopener noreferrer"
target="_blank"
>
Expand Down

0 comments on commit fe0f1de

Please sign in to comment.