badges / gh-badges

Go to badges/shields. Especially if you don't know why. (This repo is old.)
http://img.shields.io/
Creative Commons Zero v1.0 Universal
86 stars 29 forks source link

Redirect / to http://shields.io/ #36

Closed chadwhitacre closed 10 years ago

chadwhitacre commented 10 years ago

Now that the gh-badges homepage has been moved to http://shields.io/ (https://github.com/badges/shields/issues/110), we should redirect the root of http://img.shields.io/ to http://shields.io/.

espadrine commented 10 years ago

I can directly return a redirect code from the server. Which code? Would 301 be ok?

Also, I'd like to synchronize branches master and gh-badges in the shields repo, if possible. It makes it easier to browse through the code from GitHub.

chadwhitacre commented 10 years ago

I can directly return a redirect code from the server. Which code? Would 301 be ok?

I would go with 302.

Also, I'd like to synchronize branches master and gh-badges in the shields repo

Reticketed as https://github.com/badges/shields/issues/117.

espadrine commented 10 years ago

To be honest, I'll miss having everything in the same repo.

chadwhitacre commented 10 years ago

I guess we could bring gh-badges over as a branch in the shields repo, eh? That would seem goofier to me (it's goofy enough that we have two branches over there already, as you point out in https://github.com/badges/shields/issues/117).

chadwhitacre commented 10 years ago

Actually ... https://github.com/badges/shields/issues/117#issuecomment-34255607.

chadwhitacre commented 10 years ago

Anyway, closing this PR in favor of doing the redirect in HTTP instead of HTML.

chadwhitacre commented 10 years ago

HTTP redirect reticketed as #37.