Skip to content

Commit

Permalink
doc: fixed incorrect link
Browse files Browse the repository at this point in the history
  • Loading branch information
aoeldemann committed Nov 23, 2019
1 parent 18aea81 commit d120b70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/preparation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ shell, please update the commands accordingly.
GOPATH
------
The measurement applications, which control the behavior of the FlueNT10G
network tester, are written in **Go**. When working with Go, we must set the
network tester, are written in *Go*. When working with Go, we must set the
`GOPATH` environment variable to point to the directory holding the source code
and binary files of all Go projects. In this documentation, we set the `GOPATH`
to `~/go` (which is actually the default value). Feel free to use any other
Expand Down Expand Up @@ -117,5 +117,5 @@ follow the instructions below to compile and set up the library:
.. _Xilinx PCI Express DMA driver:
https://github.com/Xilinx/dma_ip_drivers/tree/master/XDMA/linux-kernel
.. _ZeroMQ: http://zeromq.org
.. _GoPATH: https://github.com/golang/go/wiki/GOPATH
__ GOPATH
.. _GOPATH: https://github.com/golang/go/wiki/GOPATH
__ GOPATH_

0 comments on commit d120b70

Please sign in to comment.