From 31a4a91e0efd159f64855565b204f9fb59e24345 Mon Sep 17 00:00:00 2001 From: Maksymilian Wojnar Date: Sun, 11 Aug 2024 19:45:36 +0200 Subject: [PATCH] Fix docs build --- docs/source/examples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/examples.rst b/docs/source/examples.rst index 91463cc..5b37ccf 100644 --- a/docs/source/examples.rst +++ b/docs/source/examples.rst @@ -172,7 +172,7 @@ Docker container setup To facilitate the setup of the Reinforced-lib and ns-3 connection, we provide a Dockerfile that contains all the necessary dependencies and configurations. You need to have Docker installed on your machine, which you can download from the -`official website `_. +`Docker website `_. To build the Docker image, use the Dockerfile `provided in the repository `_. Navigate to the directory where the Dockerfile is located and run the following command ("rlib-ns3" is the name of the image):