From cb8b95aeec35c2c498aa83040f030f7be45be767 Mon Sep 17 00:00:00 2001 From: Aramis Sennyey Date: Wed, 11 Jan 2023 18:19:06 -0500 Subject: [PATCH] Fix documentation to match correct plugin URL. Signed-off-by: Aramis Sennyey --- docs/plugins/backend-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/backend-plugin.md b/docs/plugins/backend-plugin.md index 517779d161..b9141236b5 100644 --- a/docs/plugins/backend-plugin.md +++ b/docs/plugins/backend-plugin.md @@ -48,7 +48,7 @@ This will think for a bit, and then say `Listening on :7007`. In a different terminal window, now run ```sh -curl localhost:7007/carmen/health +curl localhost:7007/carmen-backend/health ``` This should return `{"status":"ok"}`. Success! Press `Ctrl + c` to stop it