Skip to content

Commit

Permalink
Update dead links to coco website (#2659)
Browse files Browse the repository at this point in the history
  • Loading branch information
PWhiddy committed Sep 9, 2020
1 parent 717cf95 commit a4736ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions torchvision/datasets/coco.py
Expand Up @@ -6,7 +6,7 @@


class CocoCaptions(VisionDataset):
"""`MS Coco Captions <http://mscoco.org/dataset/#captions-challenge2015>`_ Dataset.
"""`MS Coco Captions <https://cocodataset.org/#captions-2015>`_ Dataset.
Args:
root (string): Root directory where images are downloaded to.
Expand Down Expand Up @@ -87,7 +87,7 @@ def __len__(self) -> int:


class CocoDetection(VisionDataset):
"""`MS Coco Detection <http://mscoco.org/dataset/#detections-challenge2016>`_ Dataset.
"""`MS Coco Detection <https://cocodataset.org/#detection-2016>`_ Dataset.
Args:
root (string): Root directory where images are downloaded to.
Expand Down

0 comments on commit a4736ea

Please sign in to comment.