diff --git a/docs/docs/en/getting-started/contributing/docs.md b/docs/docs/en/getting-started/contributing/docs.md index 9c5216d77..b49095e3e 100644 --- a/docs/docs/en/getting-started/contributing/docs.md +++ b/docs/docs/en/getting-started/contributing/docs.md @@ -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**. diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index ab3a4e66a..a8eb77d81 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -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 diff --git a/fastagency/__about__.py b/fastagency/__about__.py index 266a65d82..18b796848 100644 --- a/fastagency/__about__.py +++ b/fastagency/__about__.py @@ -1,3 +1,3 @@ """A repository of open-source AI agents.""" -__version__ = "0.0.0a2" +__version__ = "0.0.0a3" diff --git a/pyproject.toml b/pyproject.toml index e06857be3..7c882bc42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"