Find any hard-coded internal links (e.g. https://github.com/codeforkyana/renters-rights/blob/master/renters_rights/units/templates/units/unit_form.html#L13) and update them to use Django-generated links.
For links in templates, that would entail changing them to use the url template tag: https://docs.djangoproject.com/en/2.2/ref/templates/builtins/#url
For links in Python code, that would entail changing them to use the reverse utility method: https://docs.djangoproject.com/en/2.2/ref/urlresolvers/
Find any hard-coded internal links (e.g. https://github.com/codeforkyana/renters-rights/blob/master/renters_rights/units/templates/units/unit_form.html#L13) and update them to use Django-generated links.
For links in templates, that would entail changing them to use the
urltemplate tag: https://docs.djangoproject.com/en/2.2/ref/templates/builtins/#urlFor links in Python code, that would entail changing them to use the
reverseutility method: https://docs.djangoproject.com/en/2.2/ref/urlresolvers/