Skip to content

Commit

Permalink
fix ui empty repository links to rclone and distcp (#6833)
Browse files Browse the repository at this point in the history
  • Loading branch information
nopcoder authored Oct 22, 2023
1 parent 2b25c17 commit fbfef95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webui/src/lib/components/repository/tree.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -656,15 +656,15 @@ const GetStarted = ({ config, onUpload, onImport }) => {
<DotIcon className="me-1 mt-1" />
Use&nbsp;
<a
href="https://docs.lakefs.io/integrations/distcp.html"
href="https://docs.lakefs.io/howto/copying.html#using-distcp"
target="_blank"
rel="noopener noreferrer"
>
DistCp
</a>
&nbsp;or&nbsp;
<a
href="https://docs.lakefs.io/integrations/rclone.html"
href="https://docs.lakefs.io/howto/copying.html#using-rclone"
target="_blank"
rel="noopener noreferrer"
>
Expand Down

0 comments on commit fbfef95

Please sign in to comment.