Skip to content

Commit e3649f2

Browse files
authored
Update index.html
1 parent 3e1bc3e commit e3649f2

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

application/templates/pages/guidance/index.html

+6-9
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{%- from "components/back-button/macro.jinja" import dlBackButton %}
33
{% set templateName = 'dl-info/guidance/index.html' %}
44
{%- do pageData.update({
5-
'pageTitle': 'Guidance for local planning authorities'
5+
'pageTitle': 'Publish planning and housing data for England'
66
}) %}
77
{% block breadcrumbs%}
88
{{ dlBackButton({
@@ -12,23 +12,20 @@
1212
{% block content_primary %}
1313

1414
<h2 class="govuk-heading-s govuk-!-margin-bottom-1">
15-
<a href="introduction">Introduction</a>
15+
<a href="specifications/">Prepare data to the specifications</a>
1616
</h2>
17-
<p>A brief overview of the process of providing data and the services this will contribute to.</p>
1817

1918
<h2 class="govuk-heading-s govuk-!-margin-bottom-1">
20-
<a href="how-to-provide-data">How to provide data</a>
19+
<a href="publish-data-on-your-website/">Publish data on your website</a>
2120
</h2>
22-
<p>Step-by-step instructions on how to publish your data.</p>
2321

2422
<h2 class="govuk-heading-s govuk-!-margin-bottom-1">
25-
<a href="specifications/">Data specifications guidance</a>
23+
<a href="keep-your-data-up-to-date/">Keep your data up to date</a>
2624
</h2>
27-
<p>What to include in each dataset.</p>
2825

2926
<h2 class="govuk-heading-s govuk-!-margin-bottom-1">
30-
<a href="https://digital-land.github.io/specification/specification/">Technical specifications</a>
27+
<a href="try-check-publish-service/">Try our new check and publish service</a>
3128
</h2>
32-
<p>Technical guidance on what to include in each dataset.</p>
29+
3330
{# <hr class="govuk-section-break govuk-section-break--visible govuk-section-break--l"> #}
3431
{% endblock %}

0 commit comments

Comments
 (0)