Skip to content

Commit 89b8d7b

Browse files
mlopezFCcoderabbitai[bot]
authored andcommitted
fix(demo): fix @githublink value
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 3456c4b commit 89b8d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/flowingcode/vaadin/addons/applayout/AppLayoutDemoView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
@SuppressWarnings("serial")
2929
@ParentLayout(DemoLayout.class)
3030
@Route("applayout")
31-
@GithubLink("https://github.com/FlowingCode/ExtendedLoginAddon")
31+
@GithubLink("https://github.com/FlowingCode/AppLayoutAddon")
3232
public class AppLayoutDemoView extends TabbedDemo {
3333

3434
public AppLayoutDemoView() {

0 commit comments

Comments
 (0)