Skip to content

Commit 0e0c2f5

Browse files
authored
Update README.md
1 parent 5f8d0d1 commit 0e0c2f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ $ make install T=x86_64-native-linuxapp-gcc
1111
$ export RTE_SDK=/home/mytest/dpdk
1212
$ export RTE_TARGET=x86_64-native-linuxapp-gcc
1313
```
14-
* Build dpdk and ANS following the [ANS wiki](https://github.com/opendp/dpdk-ans/wiki/Compile-APP-with-netdp)
14+
* Build dpdk and ANS following the [ANS wiki](https://github.com/ansyun/dpdk-ans/wiki/Compile-APP-with-netdp)
1515
```
16-
$ git clone https://github.com/opendp/dpdk-ans.git
16+
$ git clone https://github.com/ansyun/dpdk-ans.git
1717
$ export RTE_ANS=/home/mytest/dpdk-ans
1818
$ ./install_deps.sh
1919
$ cd ans
@@ -32,7 +32,7 @@ EAL: Ask a virtual area of 0x15400000 bytes
3232
* Download dpdk-nginx, build dpdk-nginx
3333

3434
```
35-
$ git clone https://github.com/opendp/dpdk-nginx.git
35+
$ git clone https://github.com/ansyun/dpdk-nginx.git
3636
$ ./configure --with-http_dav_module
3737
$ make
3838
$ make install # default install dir is /usr/local/nginx

0 commit comments

Comments
 (0)