kubeflow / examples

A repository to host extended examples and tutorials
Apache License 2.0
1.39k stars 751 forks source link

Incorrect Git Clone URL in natural-language-processing-with-disaster-tweets-kaggle-competition #977

Open jimmyguerrero opened 2 years ago

jimmyguerrero commented 2 years ago

This command occurs in two spots in the README

$ git clone https://github.com/kubeflow/examples/natural-language-processing-with-disaster-tweets-kaggle-competition It should be:

$ git clone https://github.com/kubeflow/examples/ Otherwise you'll get this error:

jovyan@tweets-0:~$ git clone https://github.com/kubeflow/examples/natural-language-processing-with-disaster-tweets-kaggle-competition
Cloning into 'natural-language-processing-with-disaster-tweets-kaggle-competition'...
remote: Not Found
fatal: repository 'https://github.com/kubeflow/examples/natural-language-processing-with-disaster-tweets-kaggle-competition/' not found