Skip to content

Commit 660397d

Browse files
committed
Default branch change
1 parent 51ebded commit 660397d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88

99
jobs:

.github/workflows/Docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Documentation
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
tags: '*'
88
pull_request:
99

.github/workflows/Format.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Format
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88

99
concurrency:

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# MCMCChains.jl
22

3-
![CI](https://github.com/TuringLang/MCMCChains.jl/workflows/CI/badge.svg?branch=master)
4-
[![codecov](https://codecov.io/gh/TuringLang/MCMCChains.jl/branch/master/graph/badge.svg?token=TFxRFbKONS)](https://codecov.io/gh/TuringLang/MCMCChains.jl)
5-
[![Coverage Status](https://coveralls.io/repos/github/TuringLang/MCMCChains.jl/badge.svg?branch=master)](https://coveralls.io/github/TuringLang/MCMCChains.jl?branch=master)
3+
![CI](https://github.com/TuringLang/MCMCChains.jl/workflows/CI/badge.svg?branch=main)
4+
[![codecov](https://codecov.io/gh/TuringLang/MCMCChains.jl/branch/main/graph/badge.svg?token=TFxRFbKONS)](https://codecov.io/gh/TuringLang/MCMCChains.jl)
5+
[![Coverage Status](https://coveralls.io/repos/github/TuringLang/MCMCChains.jl/badge.svg?branch=main)](https://coveralls.io/github/TuringLang/MCMCChains.jl?branch=main)
66
[![Stable Docs](https://img.shields.io/badge/docs-stable-blue.svg)](https://TuringLang.github.io/MCMCChains.jl/stable/)
77
[![Dev Docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://TuringLang.github.io/MCMCChains.jl/dev/)
88

docs/src/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,4 +175,4 @@ MCMCChains.sample(::Chains, ::Integer)
175175
See `?sample` for additional help on sampling.
176176
Alternatively, you can construct and sample from a kernel density estimator using
177177
[KernelDensity.jl](https://github.com/JuliaStats/KernelDensity.jl),
178-
see [test/sampling_tests.jl](https://github.com/TuringLang/MCMCChains.jl/blob/master/test/sampling_tests.jl).
178+
see [test/sampling_tests.jl](https://github.com/TuringLang/MCMCChains.jl/blob/main/test/sampling_tests.jl).

0 commit comments

Comments
 (0)