Skip to content

Commit e1affc2

Browse files
committed
Default branch change (also updating owner, etc)
1 parent 706ce08 commit e1affc2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/Docs.yml

Lines changed: 1 addition & 1 deletion
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/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77
jobs:
88
test:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://turinglang.github.io/TuringCallbacks.jl/stable)
44
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://turinglang.github.io/TuringCallbacks.jl/dev)
5-
[![Build Status](https://github.com/torfjelde/TuringCallbacks.jl/workflows/CI/badge.svg)](https://github.com/TuringLang/TuringCallbacks.jl/actions)
6-
[![Coverage](https://codecov.io/gh/torfjelde/TuringCallbacks.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/TuringLang/TuringCallbacks.jl)
5+
[![Build Status](https://github.com/TuringLang/TuringCallbacks.jl/workflows/CI/badge.svg)](https://github.com/TuringLang/TuringCallbacks.jl/actions)
6+
[![Coverage](https://codecov.io/gh/TuringLang/TuringCallbacks.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/TuringLang/TuringCallbacks.jl)
77

8-
A package containing some convenient callbacks to use when you `sample` in [`Turing.jl`](https://codecov.io/gh/TuringLang/Turing.jl).
8+
A package containing some convenient callbacks to use when you `sample` in [`Turing.jl`](https://github.com/TuringLang/Turing.jl).
99

1010
See the dev-docs for more information.

0 commit comments

Comments
 (0)