From 91ea527a5846a7896f85d08dbd99855ba306e15f Mon Sep 17 00:00:00 2001 From: davhojt Date: Fri, 10 Mar 2023 22:00:18 +0200 Subject: [PATCH] docs(json-researcher): switch absolute domain to variable ((DOMAIN)) --- subjects/devops/json-researcher/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/devops/json-researcher/README.md b/subjects/devops/json-researcher/README.md index ce07e3702..56c1c0a03 100644 --- a/subjects/devops/json-researcher/README.md +++ b/subjects/devops/json-researcher/README.md @@ -22,7 +22,7 @@ $ With `curl` you can get the content of the file from the url: ```console -$curl https://adn-training.01-edu.org/assets/superhero/all.json +$ curl https://((DOMAIN))/assets/superhero/all.json <...> $ ```