Skip to content

Commit

Permalink
Fix some documentation copy paste errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Schelten committed Jul 15, 2020
1 parent 68dab1c commit 416f39f
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
@@ -1,7 +1,7 @@
# VPTrees

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://altre.github.io/SkillRating.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://altre.github.io/SkillRating.jl/dev)
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://julianeighbors.github.io/VPTrees.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://julianeighbors.github.io/VPTrees.jl/dev)
[![Build Status](https://travis-ci.com/JuliaNeighbors/VPTrees.jl.svg?branch=master)](https://travis-ci.com/JuliaNeighbors/VPTrees.jl)
[![Coveralls](https://coveralls.io/repos/github/JuliaNeighbors/VPTrees.jl/badge.svg?branch=master)](https://coveralls.io/github/JuliaNeighbors/VPTrees.jl?branch=master)

Expand Down
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Documenter, SkillRating
using Documenter, VPTrees

makedocs(;
modules=[SkillRating],
modules=[VPTrees],
format=Documenter.HTML(),
pages=[
"Home" => "index.md",
Expand Down

0 comments on commit 416f39f

Please sign in to comment.