Skip to content

Commit 82ab1ec

Browse files
fix: correct OSS Quickstart button redirect URL (#786)
Signed-off-by: Puneet Kumar <puneetk49081@gmail.com>
1 parent d7a5b40 commit 82ab1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/QuickStartTabs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const QuickStartTabs = () => {
7373
],
7474
cta: {
7575
label: "Start OSS Quickstart",
76-
link: "/docs/quickstart/samples-java/#instructions-for-starting-using-docker",
76+
link: "/docs/quickstart/quickstart-filter/",
7777
primary: false,
7878
},
7979
},

0 commit comments

Comments
 (0)