diff --git a/docs/source/chaincode4ade.rst b/docs/source/chaincode4ade.rst index f5b8b324f8a..8fa9a2f243e 100644 --- a/docs/source/chaincode4ade.rst +++ b/docs/source/chaincode4ade.rst @@ -51,7 +51,7 @@ Choosing a Location for the Code ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ If you haven't been doing programming in Go, you may want to make sure that -you have :ref:_Golang installed and your system properly configured. +you have :ref:`Golang` installed and your system properly configured. Now, you will want to create a directory for your chaincode application as a child directory of ``$GOPATH/src/``. diff --git a/docs/source/prereqs.rst b/docs/source/prereqs.rst index 57fc15a4ab7..7e279ad01cf 100644 --- a/docs/source/prereqs.rst +++ b/docs/source/prereqs.rst @@ -42,7 +42,7 @@ following command from a terminal prompt: docker-compose --version -.. _Golang_setup: +.. _Golang: Go Programming Language -----------------------