﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
33842	Add links to github for file paths in the documentation	Ramil Yanbulatov	nobody	"It's sometimes confusing to see such statements in the [https://docs.djangoproject.com/en/dev/ref/contrib/admin/#admin-overriding-templates docs]:

> The admin template files are located in the **contrib/admin/templates/admin** directory.

Since I don't have such path in my project, I don't know where to go to find it. Finally, I understood that the Django's source code is meant and I can find it on github. But it would be more clear if we just had a link on github there:

> The admin template files are located in the [https://github.com/django/django/tree/main/django/contrib/admin/templates/admin django/contrib/admin/templates/admin] directory.

Here is the ​[https://github.com/django/django/pull/15808 PR].
"	Cleanup/optimization	new	Documentation	dev	Normal				Unreviewed	1	0	0	0	0	0
