From 129df7eb8d206342ceb6baacb71521db9266575e Mon Sep 17 00:00:00 2001 From: fynks <75840152+fynks@users.noreply.github.com> Date: Sat, 11 Jan 2025 10:40:15 +0500 Subject: [PATCH] Update conversion output path and remove redundant messages --- convert.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/convert.sh b/convert.sh index 413580c..405d5d1 100755 --- a/convert.sh +++ b/convert.sh @@ -95,7 +95,4 @@ pandoc README.md \ # Cleanup cleanup -echo "✓ Conversion complete! Output saved as index.html" -echo "→ Table of contents generated" -echo "→ Dark mode support added" -echo "→ Accessibility features implemented" \ No newline at end of file +echo "✓ Conversion complete! Output saved as docs/index.html" \ No newline at end of file