Skip to content

Commit

Permalink
Fix a link (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomJoe211 authored Sep 2, 2021
1 parent 7f5f9d8 commit 87ff58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-2.0/14.client/3.nebula-cpp-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Nebula CPP是一款C++语言的客户端,可以连接、管理Nebula Graph图

将CPP文件编译为可执行文件即可。接下来以`SessionExample.cpp`为例,介绍如何操作。

1. 创建`SessionExample.cpp`文件,复制粘贴[示例代码](#示例代码)
1. 使用[示例代码](https://github.com/vesoft-inc/nebula-cpp/blob/master/examples/SessionExample.cpp)创建`SessionExample.cpp`文件。

2. 编译文件,命令如下:

Expand Down

0 comments on commit 87ff58b

Please sign in to comment.