Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Fixing link
Browse files Browse the repository at this point in the history
  • Loading branch information
Helene Rigner committed May 3, 2019
1 parent 0945954 commit af3e0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/topbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function TopBar({
window.location.assign(`${URLobject.protocol}//${window.location.host}?engine_url=${wsUrl}`);
};
const goToGithub = () => {
window.open('https://github.com/qlik-oss/catwalk/blob/master/README.md#Data-Policy');
window.open('https://github.com/qlik-oss/catwalk');
};

const goToDataPolicy = () => {
Expand Down

0 comments on commit af3e0af

Please sign in to comment.