glm-tools / pyglmnet

Python implementation of elastic-net regularized generalized linear models
http://glm-tools.github.io/pyglmnet/
MIT License
279 stars 83 forks source link

repository path is wrong on developer page #300

Closed notuntoward closed 5 years ago

notuntoward commented 5 years ago

Here:

http://glm-tools.github.io/pyglmnet/developers.html

the cloning command is given as

git clone https://github.com/user/pyglmnet

but it should be

git clone https://github.com/glm-tools/pyglmnet.git

jasmainak commented 5 years ago

well it doesn't matter if you clone from your fork or from upstream. I'm fine either way. What's important is that the remotes are set up correctly.

jasmainak commented 5 years ago

closed by #303