Skip to content

Commit

Permalink
docs: deadlink
Browse files Browse the repository at this point in the history
  • Loading branch information
laysakura committed Dec 2, 2021
1 parent 1db53b3 commit b4e658a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Here introduces "Command line mode" first to quickly grasp SpringQL usage.

### Command line mode demo

`springql` command is available from [`springql-cmd` crate](/SpringQL/springql-cmd).
`springql` command is available from [`springql-cmd` crate](https://github.com/SpringQL/springql-cmd).

#### Requirements

Expand Down Expand Up @@ -138,10 +138,10 @@ $ tail -f fst_trade_oracle.log

Client libraries for the following languages are currently available:

- [C](/SpringQL/SpringQL-client-c)
- [C](https://github.com/SpringQL/SpringQL-client-c)

C client, for example, is composed of a header file and a dynamic library.
See [C client repository](/SpringQL/SpringQL-client-c) for more details on how to use SpringQL in embedded mode.
See [C client repository](https://github.com/SpringQL/SpringQL-client-c) for more details on how to use SpringQL in embedded mode.

### IPC mode

Expand Down

0 comments on commit b4e658a

Please sign in to comment.