repo-url for Quarto website #4826
-
Hi! I am trying to set up my course website so that on the individual pages people can click on "Edit this code" to see the code in my GitHub repo. Here is a link to one of the draft pages for the course website. Here are the first 10 or so lines of my
When I render the, site, the issue link works but not the edit link. Instead it takes the reader to this link, which gives a 404 error. I think it has to do with the "main" vs. "master" distinction because the URL references the "main" branch whereas my local branch was set to the default "master." Not being a CS person, I was not aware of the cultural sensitivities surrounding the "main" versus "master" terminology and so did not change it when I set up the repo. How can I rectify the problem? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You're looking for |
Beta Was this translation helpful? Give feedback.
You're looking for
repo-branch: master
;)