Skip to content

Commit

Permalink
Fix update links to refer to the new user guidance (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
calumabarnett authored Nov 12, 2019
1 parent 31e68f6 commit e40f9a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controlpanel/frontend/jinja2/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@
'meta': {
'items': [
{
'href': "{{ user_guidance_base_url }}",
'href': user_guidance_base_url,
'text': "Platform user guidance"
},
{
'href': "{{ user_guidance_base_url }}/support.html",
'href': user_guidance_base_url + "/support.html",
'text': "Platform support"
},
{
Expand Down

0 comments on commit e40f9a9

Please sign in to comment.