Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhu committed Apr 2, 2024
1 parent 30c39ec commit 38f366c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion website/docs/Getting-Started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ The figure below shows an example conversation flow with AutoGen.
- Follow on [Twitter](https://twitter.com/pyautogen)
- See our [roadmaps](https://aka.ms/autogen-roadmap)

If you like our project, please give it a [star](https://github.com/microsoft/autogen/stargazers) on GitHub. If you are interested in contributing, please read [Contributor's Guide](/docs/Contribute).
If you like our project, please give it a [star](https://github.com/microsoft/autogen/stargazers) on GitHub. If you are interested in contributing, please read [Contributor's Guide](/docs/contributor-guide/contributing).

<iframe
src="https://ghbtns.com/github-btn.html?user=microsoft&amp;repo=autogen&amp;type=star&amp;count=true&amp;size=large"
Expand Down
2 changes: 1 addition & 1 deletion website/docs/installation/Docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ docker run -it -p {WorkstationPortNum}:{DockerPortNum} -v {WorkStation_Dir}:{Doc

- Details on all the Dockerfile options can be found in the [Dockerfile](https://github.com/microsoft/autogen/.devcontainer/README.md) README.
- For more information on Docker usage and best practices, refer to the [official Docker documentation](https://docs.docker.com).
- Details on how to use the Dockerfile dev version can be found on the [Contributing](Contribute.md#docker)
- Details on how to use the Dockerfile dev version can be found on the [Contributor Guide](/docs/contributor-guide/docker).
4 changes: 2 additions & 2 deletions website/docs/tutorial/what-next.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ our [Discord Server](https://aka.ms/autogen-dc).
## Get Involved

- Check out [Roadmap Issues](https://aka.ms/autogen-roadmap) to see what we are working on.
- Contribute your work to our [gallery](../Gallery)
- Follow our [contribution guide](../Contribute) to make a pull request to AutoGen
- Contribute your work to our [gallery](/docs/Gallery)
- Follow our [contribution guide](/docs/contributor-guide/contributing) to make a pull request to AutoGen
- You can also share your work with the community on the Discord server.

0 comments on commit 38f366c

Please sign in to comment.