Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed 'claim your state pension' link. #1996

Merged
merged 1 commit into from Oct 12, 2015
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -5,7 +5,7 @@
<% content_for :body do %>
Your State Pension age is <%= state_pension_age %>.

You can now [claim your State Pension](/state-pension#how-to-claim "Claim your state pension") if you haven't already done so. You need a Government Gateway account to claim online.
You can now [claim your State Pension](/state-pension/how-to-claim) if you haven't already done so. You need a Government Gateway account to claim online.

Once you claim your State Pension, the Pension Service will work out your full State Pension.

Expand All @@ -21,7 +21,7 @@
##Claiming later
You don’t have to stop working or claim your State Pension when you reach State Pension age.

You can [put off claiming your State Pension](/deferring-state-pension "Deferring your State Pension") when you reach State Pension age or take a break from claiming it.
You can [put off claiming your State Pension](/deferring-state-pension) when you reach State Pension age or take a break from claiming it.

##Voluntary contributions
If you don’t get the full basic State Pension you might still be able to [pay voluntary National Insurance contributions](/voluntary-national-insurance-contributions) to fill gaps in your National Insurance record.
Expand Down
Expand Up @@ -2,7 +2,7 @@ You’re close to State Pension age. You'll reach it on 1 February 2015.

Your State Pension age is 65 years.

You can now [claim your State Pension](/state-pension#how-to-claim "Claim your state pension") if you haven't already done so. You need a Government Gateway account to claim online.
You can now [claim your State Pension](/state-pension/how-to-claim) if you haven't already done so. You need a Government Gateway account to claim online.

Once you claim your State Pension, the Pension Service will work out your full State Pension.

Expand All @@ -14,7 +14,7 @@ You’ve already reached the Pension Credit qualifying age. Check if you’re el
##Claiming later
You don’t have to stop working or claim your State Pension when you reach State Pension age.

You can [put off claiming your State Pension](/deferring-state-pension "Deferring your State Pension") when you reach State Pension age or take a break from claiming it.
You can [put off claiming your State Pension](/deferring-state-pension) when you reach State Pension age or take a break from claiming it.

##Voluntary contributions
If you don’t get the full basic State Pension you might still be able to [pay voluntary National Insurance contributions](/voluntary-national-insurance-contributions) to fill gaps in your National Insurance record.
Expand Down
2 changes: 1 addition & 1 deletion test/data/calculate-state-pension-files.yml
Expand Up @@ -8,7 +8,7 @@ lib/smart_answer_flows/calculate-state-pension/age_result.govspeak.erb: 8b5d360f
lib/smart_answer_flows/calculate-state-pension/amount_result.govspeak.erb: b46187c00300132102d7e5c214385b0d
lib/smart_answer_flows/calculate-state-pension/bus_pass_age_result.govspeak.erb: a7253ec4bc72d5ffec14e9b9b7ba2238
lib/smart_answer_flows/calculate-state-pension/calculate_state_pension.govspeak.erb: bd56129956ea4963698db778f12267be
lib/smart_answer_flows/calculate-state-pension/near_state_pension_age.govspeak.erb: 2cf95f1256106b0c55f9af59c8e9cce1
lib/smart_answer_flows/calculate-state-pension/near_state_pension_age.govspeak.erb: 86a2fde236290c6a0305440bc1315f7c
lib/smart_answer_flows/calculate-state-pension/over55_result.govspeak.erb: 310ea5f0936406d0dba0f5c73dc46f30
lib/smart_answer_flows/calculate-state-pension/reached_state_pension_age.govspeak.erb: 5aa766ef2e882eccd23bcc8a281dfb4e
lib/smart_answer_flows/calculate-state-pension/too_young.govspeak.erb: fbdfeb69f91ca8be0fb00c1e6f897f2b
Expand Down