Skip to content

Commit e903f9d

Browse files
committed
fix url issue
1 parent e16095d commit e903f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_datasets/image/imagewang.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def _info(self):
100100
"label": tfds.features.ClassLabel(names_file=names_file)
101101
}),
102102
supervised_keys=("image", "label"),
103-
homepage='https://dataset-homepage://github.com/fastai/imagenette',
103+
homepage='https://github.com/fastai/imagenette',
104104
citation=_CITATION,
105105
)
106106

0 commit comments

Comments
 (0)