Skip to content

Commit 43862ac

Browse files
committed
fix: update links and paths in README files for consistency
1 parent d1b4512 commit 43862ac

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# EdgeLinkd: Node-RED Reimplemented in Rust
22

33
[![Build Status]][actions]
4-
[![Releases](https://img.shields.io/github/release/oldrev/edgelink.svg)](https://github.com/oldrev/edgelink/releases)
4+
[![Releases](https://img.shields.io/github/release/oldrev/edgelinkd.svg)](https://github.com/oldrev/edgelinkd/releases)
55

6-
[Build Status]: https://img.shields.io/github/actions/workflow/status/oldrev/edgelink/CICD.yml?branch=master
7-
[actions]: https://github.com/oldrev/edgelink/actions?query=branch%3Amaster
6+
[Build Status]: https://img.shields.io/github/actions/workflow/status/oldrev/edgelinkd/CICD.yml?branch=master
7+
[actions]: https://github.com/oldrev/edgelinkd/actions?query=branch%3Amaster
88

99
![Node-RED Rust Backend](assets/banner.jpg)
1010

@@ -98,13 +98,13 @@ cargo build --release
9898
**Clone the repository with submodules:**
9999

100100
```bash
101-
git clone --recursive https://github.com/oldrev/edgelink.git
101+
git clone --recursive https://github.com/oldrev/edgelinkd.git
102102
```
103103

104104
Or if you've already cloned without submodules:
105105

106106
```bash
107-
git clone https://github.com/oldrev/edgelink.git
107+
git clone https://github.com/oldrev/edgelinkd.git
108108
cd edgelink
109109
git submodule update --init --recursive
110110
```
@@ -145,7 +145,7 @@ By default, your browser will open the Node-RED frontend at [http://127.0.0.1:18
145145

146146
**Main command-line options:**
147147

148-
- `[FLOWS_PATH]`: Optional, specify the flow file (default: `~/.edgelink/flows.json`)
148+
- `[FLOWS_PATH]`: Optional, specify the flow file (default: `~/.edgelinkd/flows.json`)
149149
- `--headless`: Headless mode (no Web UI, suitable for production)
150150
- `--bind <BIND>`: Custom web server bind address (default: `127.0.0.1:1888`)
151151
- `-u, --user-dir <USER_DIR>`: Specify user directory (default: `~/.edgelink`)
@@ -320,7 +320,7 @@ Refer [REDNODES-SPECS-DIFF.md](tests/REDNODES-SPECS-DIFF.md) to view the details
320320

321321
## Roadmap
322322

323-
Check out our [milestones](https://github.com/oldrev/edgelink/milestones) to get a glimpse of the upcoming features and milestones.
323+
Check out our [milestones](https://github.com/oldrev/edgelinkd/milestones) to get a glimpse of the upcoming features and milestones.
324324

325325
## Contribution
326326

@@ -351,7 +351,7 @@ Please refer to [ISSUES.md](docs/ISSUES.md) for a list of known issues and worka
351351

352352
## Feedback and Support
353353

354-
We welcome your feedback! If you encounter any issues or have suggestions, please open an [issue](https://github.com/edge-link/edgelink/issues).
354+
We welcome your feedback! If you encounter any issues or have suggestions, please open an [issue](https://github.com/edge-link/edgelinkd/issues).
355355

356356
E-mail: oldrev(at)gmail.com
357357

README.zh-cn.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# EdgeLinkd:Rust 重新实现的 Node-RED
22

33
[![Build Status]][actions]
4-
[![Releases](https://img.shields.io/github/release/oldrev/edgelink.svg)](https://github.com/oldrev/edgelink/releases)
4+
[![Releases](https://img.shields.io/github/release/oldrev/edgelinkd.svg)](https://github.com/oldrev/edgelinkd/releases)
55

6-
[Build Status]: https://img.shields.io/github/actions/workflow/status/oldrev/edgelink/CICD.yml?branch=master
7-
[actions]: https://github.com/oldrev/edgelink/actions?query=branch%3Amaster
6+
[Build Status]: https://img.shields.io/github/actions/workflow/status/oldrev/edgelinkd/CICD.yml?branch=master
7+
[actions]: https://github.com/oldrev/edgelinkd/actions?query=branch%3Amaster
88

99
![Node-RED Rust Backend](assets/banner.jpg)
1010

@@ -66,13 +66,13 @@ EdgeLinkd 现在包含完整的 Node-RED Web 编辑器,允许您直接在浏
6666
**使用 submodules 的方式克隆代码仓库:**
6767

6868
```bash
69-
git clone --recursive https://github.com/oldrev/edgelink.git
69+
git clone --recursive https://github.com/oldrev/edgelinkd.git
7070
```
7171

7272
或者你只克隆了主仓库,这样可以补救:
7373

7474
```bash
75-
git clone https://github.com/oldrev/edgelink.git
75+
git clone https://github.com/oldrev/edgelinkd.git
7676
cd edgelink
7777
git submodule update --init --recursive
7878
```
@@ -113,7 +113,7 @@ cargo run -- run
113113

114114
**主要命令行参数:**
115115

116-
- `[FLOWS_PATH]`:可选,指定流程文件(默认为 `~/.edgelink/flows.json`
116+
- `[FLOWS_PATH]`:可选,指定流程文件(默认为 `~/.edgelinkd/flows.json`
117117
- `--headless`:无头模式(不启动 Web UI,适合生产部署)
118118
- `--bind <BIND>`:自定义 Web 绑定地址,默认 `127.0.0.1:1888`
119119
- `-u, --user-dir <USER_DIR>`:指定用户目录(默认为 `~/.edgelink`
@@ -183,7 +183,7 @@ py.test
183183

184184
## 开发路线图
185185

186-
请参见项目的[里程碑页面](https://github.com/oldrev/edgelink/milestones)
186+
请参见项目的[里程碑页面](https://github.com/oldrev/edgelinkd/milestones)
187187

188188
## 贡献
189189

@@ -199,7 +199,7 @@ py.test
199199

200200
## 反馈与技术支持
201201

202-
我们欢迎任何反馈!如果你遇到任何技术问题或者 bug,请提交 [issue](https://github.com/edge-link/edgelink/issues)
202+
我们欢迎任何反馈!如果你遇到任何技术问题或者 bug,请提交 [issue](https://github.com/edge-link/edgelinkd/issues)
203203

204204
### 社交网络聊天群:
205205

0 commit comments

Comments
 (0)