diff --git a/integrations/links_test.go b/integrations/links_test.go
index d1f99ca020..bab147bdd9 100644
--- a/integrations/links_test.go
+++ b/integrations/links_test.go
@@ -28,7 +28,7 @@ func TestLinksNoLogin(t *testing.T) {
 		"/user/forgot_password",
 		"/swagger",
 		// TODO: follow this page and test every link
-		"/assets/librejs/librejs.html",
+		"/vendor/librejs.html",
 	}
 
 	for _, link := range links {