django / django-contrib-comments

BSD 3-Clause "New" or "Revised" License
614 stars 196 forks source link

Broken link in documentation. #163

Closed reeshabhranjan closed 3 years ago

reeshabhranjan commented 3 years ago

This link on this page is broken. The updated link is this now..

felixxm commented 3 years ago

@reeshabhranjan Thanks for the report. Would you like to prepare a patch?

reeshabhranjan commented 3 years ago

@felixxm I would like to but I am not sure where to update. I found ...<enabling-the-sites-framework>... in this file, but I do not know where it is referring to. Could you please help me with that?

claudep commented 3 years ago

I guess the issue might be with the intersphinx_mapping setting in docs/conf.py. According to https://ambition-docs-guide.readthedocs.io/en/latest/ref/intersphinx.html,should the second tuple value be None?