- Notifications
You must be signed in to change notification settings - Fork23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Web re-deploy#10
Conversation
@@ -187,7 +187,7 @@ module.exports = { | |||
], | |||
}, | |||
], | |||
copyright: `Copyright © ${new Date().getFullYear()} AutoGen Authors | <a target="_blank" style="color:#10adff" href="https://go.microsoft.com/fwlink/?LinkId=521839">Privacy and Cookies</a>`, | |||
copyright: `Copyright © ${new Date().getFullYear()} AutoGen Authors | <a target="_blank" style="color:#10adff" href="https://go.autogen-ai.com/fwlink/?LinkId=521839">Privacy and Cookies</a>`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
can we have the uri pointing to our governance repository, we can add the privacy policies in the markdown file( because we don't have the domain autogen-ai.com ).
Will this PR also include fixing URLs in the documentation pages? Can help with that, if so. |
Thanks! let us make another PR to fix it. We can merge this first to see if the web could be deployed. |
Why are these changes needed?
Related issue number
Checks