Closed
Description
What I see
Sending a PR fails the "Broken Links" check for AutoGen as follows:
Error: File 08-multi-agent/README.md, line 172, Link https://microsoft.github.io/autogen/0.4.0.dev4/user-guide/core-user-guide/design-patterns/index.html is broken.
Error: File translations/fr/08-multi-agent/README.md, line 172, Link https://microsoft.github.io/autogen/0.4.0.dev4/user-guide/core-user-guide/design-patterns/index.html is broken.
Error: File translations/tw/08-multi-agent/README.md, line 166, Link https://microsoft.github.io/autogen/0.4.0.dev4/user-guide/core-user-guide/design-patterns/index.html is broken.
Error: File translations/es/08-multi-agent/README.md, line 174, Link https://microsoft.github.io/autogen/0.4.0.dev4/user-guide/core-user-guide/design-patterns/index.html is broken.
Error: File translations/ko/08-multi-agent/README.md, line 172, Link https://microsoft.github.io/autogen/0.4.0.dev4/user-guide/core-user-guide/design-patterns/index.html is broken.
Error: File translations/hk/08-multi-agent/README.md, line 172, Link https://microsoft.github.io/autogen/0.4.0.dev4/user-guide/core-user-guide/design-patterns/index.html is broken.
Error: File translations/pt/08-multi-agent/README.md, line 172, Link https://microsoft.github.io/autogen/0.4.0.dev4/user-guide/core-user-guide/design-patterns/index.html is broken.
Error: File translations/zh/08-multi-agent/README.md, line 172, Link https://microsoft.github.io/autogen/0.4.0.dev4/user-guide/core-user-guide/design-patterns/index.html is broken.
Error: File translations/de/08-multi-agent/README.md, line 174, Link https://microsoft.github.io/autogen/0.4.0.dev4/user-guide/core-user-guide/design-patterns/index.html is broken.
Error: Process completed with exit code 1.
The Fix
The actual link now is: https://microsoft.github.io/autogen/stable/user-guide/core-user-guide/design-patterns/intro.html
Just realized the link above uses stable as the version - might be the best way to fix this so will make this change in my pending PR