Can't create link to admin page in my template

Thanks Ken, changing
<a href="{% url 'admin' %}">Admin</a>
to
<a href="{% url 'admin:index' %}">Admin</a>
did the trick…

HOW would I figure that out? (what were the steps you took?)

Thanks!!