From fa8fcc8f90c32c804ba0ba0c31879cb27009c4e3 Mon Sep 17 00:00:00 2001 From: Micha Okun Date: Fri, 25 Oct 2024 11:09:17 -0700 Subject: [PATCH] update "edit this page" target branch to new default branch "main" --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ff19c80..865f40b 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,7 @@ target: 'h1, h2, h3, h4, h5, h6' }, plugins: [ - EditOnGithubPlugin.create( "https://github.com/slaclab/sdf-docs/blob/s3df/", null, function(file){ return "Edit page"}), + EditOnGithubPlugin.create( "https://github.com/slaclab/sdf-docs/blob/main/", null, function(file){ return "Edit page"}), function(hook) { var header = [ '
', '', '
' ].join(''); hook.afterEach(function(html) {