diff --git a/Makefile b/Makefile
index 9843432be04..d67fd3ee4d4 100644
--- a/Makefile
+++ b/Makefile
@@ -43,10 +43,10 @@ build-docs-website: dev-docs
 	cd docs && npm run build
 	cp -R docs/public/* dist/
 
-docs-dev:
+docs-local:
 	cd docs && npm run start
 
-docs-api-dev:
+docs-api-local:
 	poetry run pdoc --http : aws_lambda_powertools
 
 security-baseline: