From d8eab4265404644c704c02079ccc64484b6ba776 Mon Sep 17 00:00:00 2001 From: Alex Snast Date: Thu, 5 Sep 2019 00:15:24 -0700 Subject: [PATCH] ent/docs: use absolute paths in footer links Summary: Currently links are relative so clicking them from https://entgo.io/docs/getting-started/ resolves to https://entgo.io/docs/getting-started/docs/getting-started/ which is invalid Reviewed By: dlvhdr Differential Revision: D17201398 fbshipit-source-id: becff35bfc689601377882c461b60e2019711a8e --- doc/website/core/Footer.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/website/core/Footer.js b/doc/website/core/Footer.js index cb3690f51..ee0022621 100755 --- a/doc/website/core/Footer.js +++ b/doc/website/core/Footer.js @@ -29,16 +29,16 @@ class Footer extends React.Component {
Docs
- + Getting Started - + Schema Guide - + Code Generation - + Schema Migration