From cc1f7739e13a1418260259ee23cec7ab453fbd8d Mon Sep 17 00:00:00 2001 From: Xinwei Xiong <3293172751@qq.com> Date: Mon, 30 Oct 2023 21:26:11 +0800 Subject: [PATCH] docs: update readme docs (#1304) * docs: update readme docs * Update Makefile * Update README.md --- Makefile | 2 +- README.md | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 1d3544ed6..67f595fb4 100644 --- a/Makefile +++ b/Makefile @@ -93,7 +93,7 @@ start: stop: @$(MAKE) go.stop -## restart: Restart openim ✨ +## restart: Restart openim (make init configuration file is initialized) ✨ .PHONY: restart restart: clean stop build init start check diff --git a/README.md b/README.md index dd0a674d2..0a569af6e 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ It's crafted in Golang and supports cross-platform deployment, ensuring a cohere + **REST API**: OpenIMServer provides REST API for business systems, aiming to empower your operations with additional functionalities like group creation and message push via backend interfaces. + **Callbacks**: To expand its utility across varied business forms, OpenIMServer offers callback capabilities. That is, it sends a request to the business server before or after an event occurs, such as sending a message, enriching the interaction and data exchange flow in the communication processes. -👉 **[Learn More](https://doc.rentsoft.cn/guides/introduction/product)** +👉 **[Learn More](https://docs.openim.io/guides/introduction/product)** -+ **[Source Code Deployment Guide](https://doc.rentsoft.cn/guides/gettingStarted/imSourceCodeDeployment)** -+ **[Docker Deployment Guide](https://doc.rentsoft.cn/guides/gettingStarted/dockerCompose)** ++ **[Source Code Deployment Guide](https://docs.openim.io/guides/gettingStarted/imSourceCodeDeployment)** ++ **[Production deployment of Linux systems](https://github.com/openimsdk/open-im-server/blob/main/docs/contrib/install-openim-linux-system.md)** ++ **[Docker Deployment Guide](https://docs.openim.io/guides/gettingStarted/dockerCompose)** + **[Kubernetes Deployment Guide](https://github.com/openimsdk/open-im-server/tree/main/deployments)**