Incorrect Git Clone URL in natural-language-processing-with-disaster-tweets-kaggle-competition
- Dominant language
- Jsonnet
- Stars
- 1.5k
- Forks
- 752
- PR merge metrics
- No merged PRs in 30d
Description
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
```
Contributor guide
Research direction
Search the README for the two occurrences of the incorrect git clone command shown in the issue. Update both commands to use the repository URL, then verify that the README no longer points to the nonexistent nested repository.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100