Skip to content

Commit

Permalink
update "edit this page" target branch to new default branch "main"
Browse files Browse the repository at this point in the history
  • Loading branch information
ac6y committed Oct 25, 2024
1 parent 29c0aa3 commit fa8fcc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [ '<header>', '<span><img src="assets/slac_s3df_acronym_long_screen_small.png" height="50vh" /></span>', '</header>' ].join('');
hook.afterEach(function(html) {
Expand Down

0 comments on commit fa8fcc8

Please sign in to comment.