From 317c107912cf2aa8550d7b0a4986038fb83ee288 Mon Sep 17 00:00:00 2001 From: ainsley Date: Fri, 23 Aug 2019 10:55:11 -0500 Subject: [PATCH] update edit button/text --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 18943a4..5f045b9 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ build: init examples init: gitbook install + sed -i.bak 's/fa-edit/fa-github/g' node_modules/gitbook-plugin-edit-link/book/plugin.js serve: gitbook serve