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

[HelpDot] Redirect old article links to new articles #28556

Merged
merged 11 commits into from
Oct 1, 2023
Prev Previous commit
Next Next commit
add redirect url for referral page
  • Loading branch information
rushatgabhane committed Sep 29, 2023
commit c40cf665857b6d254cbf5d2b8af971713462ca79
3 changes: 2 additions & 1 deletion docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -263,11 +263,12 @@ DEPENDENCIES
github-pages
http_parser.rb (~> 0.6.0)
jekyll-feed (~> 0.12)
jekyll-redirect-from
jekyll-seo-tag
tzinfo (~> 1.2)
tzinfo-data
wdm (~> 0.1.1)
webrick (~> 1.7)

BUNDLED WITH
2.4.3
2.4.19
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Expensify Referral Program
description: Send your joining link, submit a receipt or invoice, and we'll pay you if your referral adopts Expensify.
redirect_from: /articles/other/Referral-Program/
---
<!-- The lines above are required by Jekyll to process the .md file -->

Expand Down