diff --git a/README.md b/README.md
index 52dfbe6..8600218 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@ The dataset is organized into folders, each of which corresponds to a specific g
-* All images went through RandomCrop and Random Impairments (Jpeg Compression & Downscale). To apply these transformation use [data/transform.py](./data/transform.py) which applies random transformation. All images are cropped and resized to $200 \times 200$ pixels and then compressed using JPEG at a random quality level.
+* All images went through RandomCrop and Random Impairments (Jpeg Compression & Downscale). To apply these transformation use [data/transform.py](https://github.com/awsaf49/artifact/blob/main/data/transform.py) which applies random transformation. All images are cropped and resized to $200 \times 200$ pixels and then compressed using JPEG at a random quality level.
```shell
!python data/transform.py