From 50ffc11862ef5095b253a8033bb143b7c165b2c6 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Tue, 16 Mar 2021 15:51:35 -0500 Subject: [PATCH] modified: gatsby-config.js --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index be5b26d..06108c0 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -19,7 +19,7 @@ module.exports = { options: { configPath: `src/config`, docsPath: `src/docs`, - githubUrl: `https://eicweb.phy.anl.gov/Argonne_EIC/tutorial/eic_tutorial/`, + githubUrl: `https://eicweb.phy.anl.gov/EIC/tutorials/eic_tutorial/`, baseDir: `/`, }, }, -- GitLab