Skip to content

Commit

Permalink
Merge pull request #291 from digital-land/add-submit-and-update-links
Browse files Browse the repository at this point in the history
Ticket: https://github.com/orgs/digital-land/projects/7/views/24?visibleFields=%5B%22Title%22%2C%22Assignees%22%2C%22Status%22%2C%22Labels%22%5D&pane=issue&itemId=74898553

this ticket updates the links on the home page and nav to point to our new submit and update service
  • Loading branch information
rosado authored Aug 22, 2024
2 parents 9598075 + f65e8ef commit c11af22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/templates/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h2 class="govuk-heading-m">{% if params.title %}{{ params.title }}{% else %}Ple
'src': '/images/providers-dashboard',
},
'link': {
'href': 'https://www.planning.data.gov.uk/guidance',
'href': 'https://check.planning.data.gov.uk/manage',
'text': 'Check and provide planning data'
},
})
Expand Down
2 changes: 1 addition & 1 deletion application/templates/partials/mast-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"text": "Design data"
},
{
"href": "/guidance",
"href": "https://check.planning.data.gov.uk/manage",
"text": "Provide data"
},
]
Expand Down

0 comments on commit c11af22

Please sign in to comment.