Skip to content

Commit df83bb9

Browse files
committed
Default branch rename
1 parent df9818a commit df83bb9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

_quarto.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ website:
4242
background: "#073c44"
4343
left: |
4444
Turing is created by <a href="http://mlg.eng.cam.ac.uk/hong/" target="_blank">Hong Ge</a>, and lovingly maintained by the <a href="https://github.com/TuringLang/Turing.jl/graphs/contributors" target="_blank">core team</a> of volunteers. <br>
45-
The contents of this website are © 2018–2025 under the terms of the <a href="https://github.com/TuringLang/Turing.jl/blob/master/LICENCE" target="_blank">MIT License</a>.
45+
The contents of this website are © 2018–2025 under the terms of the <a href="https://github.com/TuringLang/Turing.jl/blob/main/LICENCE" target="_blank">MIT License</a>.
4646
4747
right:
4848
- icon: twitter

assets/scripts/README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ This `scripts` folder contains utilities for building Turing language satellite
55

66
## How to use
77

8-
Add a new Github Actions workflow, `DocsNav.yml`, in your `main` or `master` branch.
8+
Add a new Github Actions workflow, `DocsNav.yml`, in your default branch.
99

10-
You can find `DocsNav.yml` template [here](DocsNav.yml), Update the NAVBAR URL in case you want to use another navigation bar and make sure NAVBAR START AND NAVBAR END comments are there in your new navigation bar.
10+
You can find `DocsNav.yml` template [here](DocsNav.yml).
11+
Update the NAVBAR URL in case you want to use another navigation bar and make sure NAVBAR START AND NAVBAR END comments are there in your new navigation bar.
1112

12-
See [AbstractMCMC.jl](https://github.com/TuringLang/AbstractMCMC.jl/blob/master/.github/workflows/DocsNav.yml) for an example.
13+
See [AbstractMCMC.jl](https://github.com/TuringLang/AbstractMCMC.jl/blob/main/.github/workflows/DocsNav.yml) for an example.

0 commit comments

Comments
 (0)