From 532ce8de7fbf92ec9623f638782efc32c755af0e Mon Sep 17 00:00:00 2001 From: Matthew Wigginton Bhagat-Conway Date: Thu, 14 Oct 2021 10:51:42 -0400 Subject: [PATCH] Update links to point to correct docs/codecov/CI Seems like this repository switched organizations but the README links weren't updated --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 12fab80..e37e207 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # JuliaDBMeta -[![Build Status](https://travis-ci.org/piever/JuliaDBMeta.jl.svg?branch=master)](https://travis-ci.org/piever/JuliaDBMeta.jl) -[![codecov.io](http://codecov.io/github/piever/JuliaDBMeta.jl/coverage.svg?branch=master)](http://codecov.io/github/piever/JuliaDBMeta.jl?branch=master) -[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://piever.github.io/JuliaDBMeta.jl/latest/) +[![Build Status](https://travis-ci.org/juliadata/JuliaDBMeta.jl.svg?branch=master)](https://travis-ci.org/piever/JuliaDBMeta.jl) +[![codecov.io](http://codecov.io/github/juliadata/JuliaDBMeta.jl/coverage.svg?branch=master)](http://codecov.io/github/piever/JuliaDBMeta.jl?branch=master) +[![docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://juliadata.github.io/JuliaDBMeta.jl/latest/) JuliaDBMeta is a set of macros to simplify data manipulation with [JuliaDB](https://github.com/JuliaComputing/JuliaDB.jl), heavily inspired on [DataFramesMeta](https://github.com/JuliaStats/DataFramesMeta.jl). It exploits the technical advantages of JuliaDB: @@ -16,4 +16,4 @@ The macro packages [Lazy](https://github.com/MikeInnes/Lazy.jl) and [MacroTools] ## Getting started -To get started, check out the [documentation](https://piever.github.io/JuliaDBMeta.jl/latest/). +To get started, check out the [documentation](https://juliadata.github.io/JuliaDBMeta.jl/latest/).