Skip to content

Commit 7956928

Browse files
committed
Update homepage url
1 parent cc2bae5 commit 7956928

File tree

1 file changed

+1
-1
lines changed
  • tensorflow_datasets/image_classification

1 file changed

+1
-1
lines changed

tensorflow_datasets/image_classification/cars196.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def _info(self):
271271
description=(_DESCRIPTION),
272272
features=tfds.features.FeaturesDict(features_dict),
273273
supervised_keys=('image', 'label'),
274-
homepage='https://ai.stanford.edu/~jkrause/cars/car_dataset.html',
274+
homepage='https://web.archive.org/web/20230323151220/https://ai.stanford.edu/~jkrause/cars/car_dataset.html',
275275
citation=_CITATION,
276276
)
277277

0 commit comments

Comments
 (0)