examples icon indicating copy to clipboard operation
examples copied to clipboard

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

Open jimmyguerrero opened this issue 3 years ago • 0 comments

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

jimmyguerrero avatar Jul 11 '22 18:07 jimmyguerrero