Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 2 additions & 14 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,9 @@
- 📗 Update any related documentation and include any relevant screenshots.
-->

## Preview Link

<!--
Replace [PR_NUMBER] with the actual PR number to generate the preview URL.
For example, for PR #818, the preview link would be:
https://submit-pr-818.herokuapp.com/
-->
## Description

https://submit-pr-[PR_NUMBER].herokuapp.com/
_Please replace this line with a brief description of the changes made._

## What type of PR is this? (check all applicable)

Expand All @@ -30,10 +24,6 @@ https://submit-pr-[PR_NUMBER].herokuapp.com/
- [ ] Optimization
- [ ] Documentation Update

## Description

_Please replace this line with a brief description of the changes made._

## Related Tickets & Documents

<!--
Expand All @@ -44,8 +34,6 @@ For example, having the text: "closes #1234" would connect the current pull
request to issue 1234. And when we merge the pull request, GitHub will
automatically close the issue.
-->
- Ticket Link
- Related Issue #
- Closes #

## QA Instructions, Screenshots, Recordings
Expand Down
2 changes: 1 addition & 1 deletion config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ aws: {
s3ForcePathStyle: false,
}
# ToDo: url and name might need updating
url: 'https://submit.planning.data.gov.uk'
url: 'https://provide.planning.data.gov.uk'
mainWebsiteUrl: https://www.planning.data.gov.uk
dataDesignUrl: https://design.planning.data.gov.uk
# NOTE: this property is deprecated, use serviceNames instead
Expand Down
2 changes: 1 addition & 1 deletion config/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ redis: {
host: 'development-pub-async-redis-3dqynz.serverless.euw2.cache.amazonaws.com',
port: 6379
}
url: 'https://submit.development.planning.data.gov.uk/'
url: 'https://provide.development.planning.data.gov.uk/'
jira: {
requestTypeId: 37
}
Expand Down
2 changes: 1 addition & 1 deletion config/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ redis: {
host: 'production-pub-async-redis-eihmmv.serverless.euw2.cache.amazonaws.com',
port: 6379
}
url: 'https://submit.planning.data.gov.uk/'
url: 'https://provide.planning.data.gov.uk/'
smartlook: {
key: '6383ab27d6f6a02f043a518bea629cd232dc0131',
region: 'eu'
Expand Down
2 changes: 1 addition & 1 deletion config/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ redis: {
host: 'staging-pub-async-redis-kh1elu.serverless.euw2.cache.amazonaws.com',
port: 6379
}
url: 'https://submit.staging.planning.data.gov.uk/'
url: 'https://provide.staging.planning.data.gov.uk/'
jira: {
requestTypeId: 37
}
Expand Down
2 changes: 1 addition & 1 deletion src/views/privacy-notice.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

## Who we are

Check and provide planning and housing data for England ([submit.planning.data.gov.uk](https://submit.planning.data.gov.uk)) is provided by the Ministry of Housing, Communities and Local Government (MHCLG).
Check and provide planning and housing data for England ([provide.planning.data.gov.uk](https://provide.planning.data.gov.uk)) is provided by the Ministry of Housing, Communities and Local Government (MHCLG).

MHCLG is the data controller for the service.

Expand Down