mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
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:
parent
e3303bb276
commit
e93a4336bc
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue