Merge pull request #9309 from overleaf/msm-error-git-bridge-link

[git-bridge] replace error link with troubleshooting age

GitOrigin-RevId: 51853e6d65d7227685cb16f96fdf84678b01b710
This commit is contained in:
Miguel Serrano 2022-08-30 15:50:34 +02:00 committed by Copybot
parent e3303bb276
commit e93a4336bc

View file

@ -243,9 +243,9 @@ public class Oauth2Filter implements Filter {
);
w.println(
"account first. "
+ "Please see https://www.overleaf.com/blog/195 for "
+ "Please see https://www.overleaf.com/learn/how-to/Troubleshooting_git_bridge_problems "
);
w.println("more information.");
w.println("for more information.");
}
w.close();