Skip to content

Commit

Permalink
fix CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SabaPing committed Nov 11, 2022
1 parent 8e69577 commit c971192
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The followings are required for developing TiDB Dashboard:
pnpm dev
```

4. That's it! You can access TiDB Dashboard now: http://127.0.0.1:3001
4. That's it! You can access TiDB Dashboard now: [http://127.0.0.1:3001](http://127.0.0.1:3001)

5. (Optional) Package frontend and backend into a single binary:

Expand All @@ -86,7 +86,7 @@ The followings are required for developing TiDB Dashboard:
make run
```

You can access TiDB Dashboard now: [http://127.0.0.1:12333](http://127.0.0.1:3001)
You can access TiDB Dashboard now: [http://127.0.0.1:12333/dashboard](http://127.0.0.1:12333/dashboard)

### Step 4. Run E2E Tests (optional)

Expand Down Expand Up @@ -114,7 +114,7 @@ Swagger UI is available at http://localhost:12333/dashboard/api/swagger after th

### Build and run docker image locally

If you want to develop docker image🤔.
If you want to develop docker image locally 🤔.

1. Ensure the Docker Buildx is installed on your local machine.

Expand Down

0 comments on commit c971192

Please sign in to comment.