Skip to content

Commit b08cae9

Browse files
authored
Merge pull request #494 from probcomp/mrb/doc_links_in_readme
Fix doctags in README to point to correct locations.
2 parents 6943027 + a0587cc commit b08cae9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Gen.jl
22

33
[![Build Status](https://github.com/probcomp/Gen/workflows/ContinuousIntegration/badge.svg)](https://github.com/probcomp/Gen/actions)
4-
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://probcomp.github.io/Gen.jl/stable)
5-
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://probcomp.github.io/Gen.jl/dev)
4+
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://probcomp.github.io/Gen.jl/docs/stable)
5+
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://probcomp.github.io/Gen.jl/docs/dev)
66

77
Gen: A General-Purpose Probabilistic Programming System with Programmable Inference
88

0 commit comments

Comments
 (0)