From 669d9f48f5f97c033926e96efcf0680432e1a4c7 Mon Sep 17 00:00:00 2001 From: toxotguo Date: Tue, 24 Nov 2020 10:23:12 +0800 Subject: [PATCH] fix readme --- packages/api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/api/README.md b/packages/api/README.md index 2c4d3d0..a0c57c1 100644 --- a/packages/api/README.md +++ b/packages/api/README.md @@ -51,7 +51,7 @@ You can find the running log in this directory `./logs/` 5. Developer access - **Before Access.You must have a PID(project id).you can send a post request to the Stat Service to create a new project and get a PID. You can view the [Interface detail ](https://github.com/patractlabs/elara/tree/0.2/packages/stat#3-new-project)** + **Before Access.You must have a PID(project id).you can send a post request to the Stat Service to create a new project and get a PID. You can view the [Interface detail ](https://github.com/patractlabs/elara/tree/master/packages/stat#3-new-project)** - Method 1 : curl sends HTTP request: ```