Skip to content

Commit

Permalink
Merge pull request #3 from JuliaPerf/main-conversion
Browse files Browse the repository at this point in the history
do global search and replace main to master
  • Loading branch information
omlins authored Aug 19, 2024
2 parents 07200f8 + bc52769 commit bceead4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaPerf.github.io/PerfTest.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaPerf.github.io/PerfTest.jl/dev)
[![CI](https://github.com/JuliaPerf/PerfTest.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JuliaPerf/PerfTest.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/JuliaPerf/PerfTest.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaPerf/PerfTest.jl)
[![CI](https://github.com/JuliaPerf/PerfTest.jl/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/JuliaPerf/PerfTest.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/JuliaPerf/PerfTest.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaPerf/PerfTest.jl)

> :construction: :construction: :construction: :construction: :construction: :construction: :construction: :construction: :construction: :construction: This repository is under construction :construction: :construction: :construction: :construction: :construction: :construction: :construction: :construction: :construction: :construction: :construction:
Expand Down
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ makedocs(;
canonical = "https://JuliaPerf.github.io/PerfTest.jl",
collapselevel = 1,
sidebar_sitename = true,
edit_link = "main",
edit_link = "master",
#assets = [asset("https://img.shields.io/github/stars/JuliaPerf/PerfTest.jl.svg", class = :ico)],
#warn_outdated = true,
),
Expand All @@ -51,5 +51,5 @@ makedocs(;
deploydocs(;
repo = "github.com/JuliaPerf/PerfTest.jl",
push_preview = true,
devbranch = "main",
devbranch = "master",
)

0 comments on commit bceead4

Please sign in to comment.