From 83f1e3af446f10503a87ad0a6fa13a1fe83412b1 Mon Sep 17 00:00:00 2001 From: skullface Date: Mon, 15 Mar 2021 12:57:26 -0400 Subject: [PATCH] [SEO] Correct footer links (#18136) * correct Support link omg * customer stories link correction * one more! Co-authored-by: Sarah Schneider --- includes/footer.html | 2 +- includes/small-footer.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/footer.html b/includes/footer.html index a74ee93eb220..d7477ba2da79 100644 --- a/includes/footer.html +++ b/includes/footer.html @@ -12,7 +12,7 @@

{% data ui.footer.product
  • {% data ui.footer.product.links.features %}
  • {% data ui.footer.product.links.security %}
  • {% data ui.footer.product.links.enterprise %}
  • -
  • {% data ui.footer.product.links.case_studies %}
  • +
  • {% data ui.footer.product.links.case_studies %}
  • {% data ui.footer.product.links.pricing %}
  • {% data ui.footer.product.links.resources %}
  • diff --git a/includes/small-footer.html b/includes/small-footer.html index 61e56abbb425..5bf248e873a5 100644 --- a/includes/small-footer.html +++ b/includes/small-footer.html @@ -10,7 +10,7 @@
  • {% data ui.footer.product.links.security %}
  • {% data ui.footer.support.links.status %}
  • {% data ui.footer.support.links.help %}
  • -
  • {% data ui.footer.support.links.contact_github %}
  • +
  • {% data ui.footer.support.links.contact_github %}
  • {% data ui.footer.product.links.pricing %}
  • {% data ui.footer.platform.links.developer_api %}
  • {% data ui.footer.support.links.training %}