Skip to content

Commit

Permalink
doc: fix golang-http example path in the doc (envoyproxy#29687)
Browse files Browse the repository at this point in the history
Signed-off-by: Meshkati <[email protected]>
  • Loading branch information
Meshkati authored Sep 19, 2023
1 parent e2f3075 commit 2b541cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/root/start/sandboxes/golang-http.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ It also shows how Go plugins can be independently configured at runtime.
Step 1: Compile the go plugin library
*************************************

Change to the ``examples/golang`` directory and build the go plugin library.
Change to the ``examples/golang-http`` directory and build the go plugin library.

.. code-block:: console
$ pwd
envoy/examples/golang
envoy/examples/golang-http
$ docker compose -f docker-compose-go.yaml run --rm go_plugin_compile
The compiled library should now be in the ``lib`` folder.
Expand Down

0 comments on commit 2b541cb

Please sign in to comment.