Skip to content

Commit 30f130c

Browse files
committed
README.md: point to GitHub Actions instead of Travis
Also fix a typo and change a link from http to https
1 parent 0e9a161 commit 30f130c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

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

33
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://fluxml.github.io/MacroTools.jl/dev)
44
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://fluxml.github.io/MacroTools.jl/stable)
5-
[![Build Status](https://travis-ci.org/FluxML/MacroTools.jl.svg?branch=master)](https://travis-ci.org/FluxML/MacroTools.jl)
5+
[![Build Status](https://github.com/FluxML/MacroTools.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/FluxML/MacroTools.jl/actions/workflows/CI.yml)
66

7-
MacroTools provides a library of tools for working with Julia code and expressions. This includes a powerful template-matching system and code-walking tools that let you do deep transformations of code in a few lines. See the [docs](http://fluxml.github.io/MacroTools.jl/) for more info.
7+
MacroTools provides a library of tools for working with Julia code and expressions. This includes a powerful template-matching system and code-walking tools that let you do deep transformations of code in a few lines. See the [docs](https://fluxml.github.io/MacroTools.jl/) for more info.
88

9-
Suggestions, issues and pull requsts are welcome.
9+
Suggestions, issues and pull requests are welcome.
1010

1111
## Installation
1212

0 commit comments

Comments
 (0)