Skip to content

Commit

Permalink
discord links fixed (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
davorrunje authored Sep 5, 2024
1 parent 12928e3 commit 2a89dea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/docs/en/getting-started/contributing/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Such a contribution can be:
* Suggestions for editing specific sections
* Making additions

You can report all this in [discussions](https://github.com/airtai/fastagency/discussions){.external-link targer="_blank"} on GitHub, start [issue](https://github.com/airtai/fastagency/issues){.external-link targer="_blank"}, or write about it in our [discord](https://discord.gg/qFm6aSqq59){.external-link targer="_blank"} group.
You can report all this in [discussions](https://github.com/airtai/fastagency/discussions){.external-link targer="_blank"} on GitHub, start [issue](https://github.com/airtai/fastagency/issues){.external-link targer="_blank"}, or write about it in our [discord](https://discord.gg/kJjSGWrknU){.external-link targer="_blank"} group.

!!! note
Special thanks to those who are ready to offer help with the case and help in **developing documentation**, as well as translating it into **other languages**.
Expand Down
2 changes: 1 addition & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ extra:
social:
# Discord link should be first
- icon: fontawesome/brands/discord
link: https://discord.gg/qFm6aSqq59
link: https://discord.gg/kJjSGWrknU
- icon: fontawesome/brands/github-alt
link: https://github.com/airtai/fastagency
- icon: fontawesome/brands/twitter
Expand Down
2 changes: 1 addition & 1 deletion fastagency/__about__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""A repository of open-source AI agents."""

__version__ = "0.0.0a2"
__version__ = "0.0.0a3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Homepage = "https://docs.fastagency.ai/latest/"
Documentation = "https://docs.fastagency.airt.ai/latest/"
Tracker = "https://github.com/airtai/fastagency/issues"
Source = "https://github.com/airtai/fastagency"
Discord = "https://discord.gg/qFm6aSqq59"
Discord = "https://discord.gg/kJjSGWrknU"

[project.scripts]
fastagency = "fastagency.__main__:cli"
Expand Down

0 comments on commit 2a89dea

Please sign in to comment.