Skip to content

Commit 6d210c3

Browse files
authored
Update links in README.md
1 parent 0b7c46a commit 6d210c3

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
@@ -1,6 +1,6 @@
11
# MacroTools.jl
22

3-
[![Build Status](https://travis-ci.org/MikeInnes/MacroTools.jl.svg?branch=master)](https://travis-ci.org/MikeInnes/MacroTools.jl)
4-
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://mikeinnes.github.io/MacroTools.jl/stable)
3+
[![Build Status](https://travis-ci.org/FluxML/MacroTools.jl.svg?branch=master)](https://travis-ci.org/FluxML/MacroTools.jl)
4+
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://fluxml.github.io/MacroTools.jl/stable)
55

6-
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://mikeinnes.github.io/MacroTools.jl/) for more info.
6+
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.

0 commit comments

Comments
 (0)