Skip to content

Commit ffd9fac

Browse files
authored
Merge pull request #64 from cloud-gov/emailtest
test emails also need updating
2 parents 345f7df + 3807a5e commit ffd9fac

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

testdata/mail/notify/multiple_apps.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
Hi cloud.gov user,
22

33
cloud.gov frequently updates the programming language buildpacks available to
4-
our customers. Buildpack updates include programming language updates and
4+
our customers. Buildpack updates include programming language updates and
55
often include security fixes.
66

7-
We recently updated buildpacks in use by your applications. You should
8-
restage or redeploy your applications to take advantage of the update.
7+
We recently updated buildpacks in use by your applications. You should
8+
restage or redeploy your applications to take advantage of the update.
99

1010
A rolling restage operation is the quickest way to upgrade without incurring
1111
downtime. You may still want to leverage your deployment infrastructure to
1212
perform the upgrade if you have compliance requirements for redeployment operations.
1313

14-
You can restage your applications by opening the command line and entering
14+
You can restage your applications by opening the command line and entering
1515
the following commands:
1616

1717
cf target -o sandbox -s dev ; cf restage --strategy rolling my-drupal-app
@@ -26,8 +26,8 @@ For more information about the buildpack update(s), please see the following rel
2626
ruby_buildpack v1.8.43: https://github.com/cloudfoundry/ruby-buildpack/releases/tags/v1.8.43
2727

2828

29-
For more information on keeping your application updated and secure, see:
30-
https://cloud.gov/docs/getting-started/app-maintenance/
29+
For more information on keeping your application updated and secure, see:
30+
https://cloud.gov/docs/deployment/app-maintenance/
3131

3232
If you have questions, you can email us at cloud-gov-support@gsa.gov.
3333

testdata/mail/notify/single_app.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
Hi cloud.gov user,
22

33
cloud.gov frequently updates the programming language buildpacks available to
4-
our customers. Buildpack updates include programming language updates and
4+
our customers. Buildpack updates include programming language updates and
55
often include security fixes.
66

7-
We recently updated the buildpack in use by your application. You should
7+
We recently updated the buildpack in use by your application. You should
88
restage or redeploy your application to take advantage of the update.
99

1010
A rolling restage operation is the quickest way to upgrade without incurring
1111
downtime. You may still want to leverage your deployment infrastructure to
1212
perform the upgrade if you have compliance requirements for redeployment operations.
1313

14-
You can restage your application by opening the command line and entering
14+
You can restage your application by opening the command line and entering
1515
the following commands:
1616

1717
cf target -o sandbox -s dev ; cf restage --strategy rolling my-drupal-app
@@ -22,8 +22,8 @@ For more information about the buildpack update(s), please see the following rel
2222
python_buildpack v1.7.43: https://github.com/cloudfoundry/python-buildpack/releases/tags/v1.7.43
2323

2424

25-
For more information on keeping your application updated and secure, see:
26-
https://cloud.gov/docs/getting-started/app-maintenance/
25+
For more information on keeping your application updated and secure, see:
26+
https://cloud.gov/docs/deployment/app-maintenance/
2727

2828
If you have questions, you can email us at cloud-gov-support@gsa.gov.
2929

0 commit comments

Comments
 (0)