From 4c0a0eb1bdef7d9e4ae1b4e39f4a1322759bcca6 Mon Sep 17 00:00:00 2001 From: elad cohen Date: Tue, 1 Aug 2023 14:36:25 +0300 Subject: [PATCH] fix broken link #2 --- tutorials/quick_start/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/quick_start/README.md b/tutorials/quick_start/README.md index 7d4d39831..6f8a0edf5 100644 --- a/tutorials/quick_start/README.md +++ b/tutorials/quick_start/README.md @@ -85,5 +85,5 @@ However, please note that different external packages have their own licenses. W - torchvision: [license link](https://github.com/UiPath/torchvision/blob/master/LICENSE), [license copy](./pytorch_fw/torchvision_lib/LICENSE) - timm: [license link](https://github.com/huggingface/pytorch-image-models/blob/main/LICENSE), [license copy](./pytorch_fw/timm_lib/LICENSE) -- ultralytics: [license link](https://github.com/ultralytics/ultralytics/blob/main/LICENSE), [license copy](./pytorch_fw/ultralytics/LICENSE) +- ultralytics: [license link](https://github.com/ultralytics/ultralytics/blob/main/LICENSE), [license copy](./pytorch_fw/ultralytics_lib/LICENSE) - keras-applications: [license link](https://github.com/keras-team/keras-applications/blob/master/LICENSE), [license copy](./keras_fw/keras_applications/LICENSE) \ No newline at end of file