Skip to content

Commit 84fd6d6

Browse files
Add Dev docs URL into readme
1 parent ae86083 commit 84fd6d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# MacroTools.jl
22

3-
[![Build Status](https://travis-ci.org/FluxML/MacroTools.jl.svg?branch=master)](https://travis-ci.org/FluxML/MacroTools.jl)
3+
[![](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)
56

67
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)