From 0909b46868ec1888a89c147e0033a418fde76d43 Mon Sep 17 00:00:00 2001 From: Ahmad Awais Date: Tue, 15 Aug 2017 06:11:11 +0500 Subject: [PATCH] FIX: Broken 'About' Link in the Footer (#23367) --- _includes/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/footer.html b/_includes/footer.html index 1f9b44c7b8..c41c835788 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -4,7 +4,7 @@
  • GitHub
  • Twitter
  • Examples
  • -
  • About
  • +
  • About
  • Designed and built with all the love in the world by @mdo and @fat. Maintained by the core team with the help of our contributors.

    Currently v{{ site.current_version }}. Code licensed MIT, docs CC BY 3.0.

    -- 2.47.2