From 39f80141eb525c68fe4aa6343c95553f6ea8c081 Mon Sep 17 00:00:00 2001 From: Devansh Mishra <166271475+AuditorDevansh@users.noreply.github.com> Date: Sat, 27 Jun 2026 15:55:30 +0530 Subject: [PATCH] Fix broken example hyperlinks in examples/README.md Fix broken example hyperlinks in examples/README.md --- examples/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/README.md b/examples/README.md index e74a3be7..4191aae5 100644 --- a/examples/README.md +++ b/examples/README.md @@ -6,10 +6,10 @@ Welcome! This directory contains simple, standalone examples to help you get sta | Example | Description | Difficulty | Prerequisites | |---------|-------------|------------|---------------| -| [Hello AI World](./01-hello-ai-world.py) | Your first AI program - simple pattern recognition | ⭐ Beginner | Python basics | -| [Simple Neural Network](./02-simple-neural-network.py) | Build a neural network from scratch | ⭐⭐ Beginner+ | Python, basic math | -| [Image Classifier](./03-image-classifier.ipynb) | Classify images with a pre-trained model | ⭐⭐ Beginner+ | Python, numpy | -| [Text Sentiment](./04-text-sentiment.py) | Analyze text sentiment (positive/negative) | ⭐⭐ Beginner+ | Python | +| [Hello AI World](./01-HelloAIWorld/01-HelloAIWorld.py) | Your first AI program - simple pattern recognition | ⭐ Beginner | Python basics | +| [Simple Neural Network](./02-SimpleNeuralNetwork/02-SimpleNeuralNetwork.py) | Build a neural network from scratch | ⭐⭐ Beginner+ | Python, basic math | +| [Image Classifier](./03-ImageClassifier/03-ImageClassifier.ipynb) | Classify images with a pre-trained model | ⭐⭐ Beginner+ | Python, numpy | +| [Text Sentiment](./04-TextSentiment/04-TextSentiment.py) | Analyze text sentiment (positive/negative) | ⭐⭐ Beginner+ | Python | ## 🚀 Getting Started