Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TeleGPT

[API Docs](https://icystudio.github.io/TeleGPT/telegpt_core) | [Releases](https://github.com/IcyStudio/TeleGPT/releases) | [Twitter](https://twitter.com/unixzii)
[API Docs](https://helixform.github.io/TeleGPT/telegpt_core) | [Releases](https://github.com/helixform/TeleGPT/releases) | [Twitter](https://twitter.com/unixzii)

![Hero](./artworks/hero.png)

Expand Down Expand Up @@ -57,7 +57,7 @@ docker-compose pull # pull the latest image

### Download from release

To deploy or test in-house, you can download the pre-built binary directly from the [releases](https://github.com/IcyStudio/TeleGPT/releases) page. Currently, Linux and macOS (Intel and Apple Silicon) hosts are supported.
To deploy or test in-house, you can download the pre-built binary directly from the [releases](https://github.com/helixform/TeleGPT/releases) page. Currently, Linux and macOS (Intel and Apple Silicon) hosts are supported.

### Build from source

Expand All @@ -71,7 +71,7 @@ $ cargo build --release

You need to create a configuration file before running the bot. The program reads `telegpt.config.json` from your current working directory by default, and you can also specify the config file path via `-c` option.

The configuration is described in this [doc](https://icystudio.github.io/TeleGPT/telegpt_core/config/), and here is an example:
The configuration is described in this [doc](https://helixform.github.io/TeleGPT/telegpt_core/config/), and here is an example:

```json
{
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
//!
//! ## Further Readings
//!
//! For more information, see the [GitHub repository](https://github.com/IcyStudio/TeleGPT/).
//! For more information, see the [GitHub repository](https://github.com/helixform/TeleGPT/).

#[macro_use]
extern crate log;
Expand Down