nickstenning / honcho

Honcho: a python clone of Foreman. For managing Procfile-based applications.
http://pypi.python.org/pypi/honcho
MIT License
1.59k stars 145 forks source link

Convert readthedocs links for their .org -> .io migration for hosted projects #178

Closed adamchainz closed 8 years ago

adamchainz commented 8 years ago

As per their blog post of the 27th April ‘Securing subdomains’:

Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.

codecov-io commented 8 years ago

Current coverage is 49.32%

Merging #178 into master will decrease coverage by 0.12%

@@           master       #178   diff @@
========================================
  Files          11         11          
  Lines         588        588          
  Methods         0          0          
  Branches       91         88     -3   
========================================
- Hits          291        290     -1   
- Misses        286        287     +1   
  Partials       11         11          

Powered by Codecov. Last updated by ca6aff5...e110aea

nickstenning commented 8 years ago

:+1: Thank you!