From 2f19ef25cffdbf64f511b1011fa40b951633d6f1 Mon Sep 17 00:00:00 2001 From: Rowan Date: Thu, 28 Mar 2024 15:53:43 +0000 Subject: [PATCH] Add missing slashes - a '/' was missing from two URLs --- odin-control.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/odin-control.md b/odin-control.md index 3862e34..db7fb63 100644 --- a/odin-control.md +++ b/odin-control.md @@ -388,7 +388,7 @@ Terminal output: Execute command: ``` -$ http PUT http:/127.0.0.1:8888/api/0.1/dummy/test_put +$ http PUT http://127.0.0.1:8888/api/0.1/dummy/test_put ``` Terminal output: @@ -418,7 +418,7 @@ Terminal output (may not be identical to this): Execute command: ``` -$ http http:/127.0.0.1:8888/api/0.1/system_info +$ http http://127.0.0.1:8888/api/0.1/system_info ``` Terminal output: